• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Trigger] Dungeon System wont work.

Status
Not open for further replies.

Ardenian

A

Ardenian

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.
Top