Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
  • 0
higgle2piggle

return event.id into a variable

Question

3 answers to this question

Recommended Posts

  • 0

Same answer. My script stores the ID of the currently processing event at all times in a given variable. You can always store the value in a separate variable for later use.

Share this post


Link to post
Share on other sites
  • 0

in the meantime, you can use this line in a script command:

$game_variables[10] = @event_id

 

the variable will now hold the id of the event who called that script.

* change 10 into the variable number you want to use.

Edited by Metaclaw

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...