Forum rules - please read before posting.

wait without pause gameplay

Hi,

Is there a wait component that does not stop gameplay?
I need to turn on one animation and after 5 min, turn on another animation. 
During this 5 min I dont want to pause gameplay

Comments

  • I would try create an integer variable and run a loop adding to that variable every second from the point you want to and then do a check if the variable have reached 300 seconds / 5 minutes to start the next thing in your script.
  • An ActionList's When running field can be set to Run In Background at the top of its Inspector - this will prevent gameplay from being blocked while it is running.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.