[Trigger] Dungeon System wont work.

Status
Not open for further replies.
As for the strange time problem:

  • Time - Every 1.00 seconds of game time
This line is inaccurate. To update in real-time, you will have to use:

  • Time - Every 0.03 seconds of game time
If you don't require an immediate update, add an integer variable, set it to + 1 within the trigger and perform actions once it reaches a certain value, resetting the integer variable.

I had very strange things occuring when using the 1 second update in my own map projects, it might solve your problem.
 
Status
Not open for further replies.
Back
Top