• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Maze-Continues

Status
Not open for further replies.
Level 10
Joined
Mar 31, 2009
Messages
732
Make an integer variable that counts the remaining number of retries.

  • Events
    • Unit - A unit dies
  • Conditions
    • -- Count the number of living "mazers" on the map, check that theres zero
    • Integer Comparison - Remaining retries > 0
  • Actions
    • Set variable remaining retries = remaining retries - 1
    • Unit - create a mazer for every player at their starting point
 
Last edited:
Level 4
Joined
May 9, 2009
Messages
45
o_O okay...i guess ill try to figure how to do that thnx
So would this work?

  • Events
  • Unit - A unit enters region Checkpoint1
  • Conditions
  • (triggering unit) is a hero) equal to true
  • Actions
  • Set CheckpointCount[1]=(Center of Checkpoint1<gen>)
 
Last edited:
Status
Not open for further replies.
Top