edited January 2015 in ORK Scripting
Hello!

I want to check if an event is running via a script, but I have not found the way to do so yet.
How would one go about doing this? :D
Post edited by Tuxedose on
  • The event's Executing property will be true if while the event is running.
    Accessing it through the Event Interaction component can be done this way:

    if(eventInteraction.gameEvent.Executing)
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Thank you for that information : ), it will help me a ton!

    Keep up the good work!
Sign In or Register to comment.