higgle2piggle 0 Report post Posted January 22, 2014 Just a quick one: How can I return an event id into a variable? The reason: In order to use the 'returned event id value' that has been stored into a 'designated variable' of my choice, to be used in the Event Conditions. Share this post Link to post Share on other sites
0 Metaclaw 21 Report post Posted January 22, 2014 (edited) 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 January 22, 2014 by Metaclaw Share this post Link to post Share on other sites
0 Moonpearl 32 Report post Posted January 22, 2014 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 higgle2piggle 0 Report post Posted January 23, 2014 Thank you very much, that's exactly what I was after. :) Share this post Link to post Share on other sites
Just a quick one:
How can I return an event id into a variable?
The reason:
In order to use the 'returned event id value' that has been stored into a 'designated variable' of my choice, to be used in the Event Conditions.
Share this post
Link to post
Share on other sites