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

Headings like LOAP

Status
Not open for further replies.
Level 1
Joined
Nov 27, 2012
Messages
2
I'm trying to figure out the Warcraft 3 World Editor and right now i'm having trouble adding the headings like in loaps that allow you to click them and move yourself. another problem is can i set a condition to wait until a unit has entered a region before continuing the trigger or do i have to write a new trigger with the condition as unit enters region. also i'm not quite understanding the setting conditions for a trigger to activate so if you could give an example code to me that would be awesome thanks.
 
Level 28
Joined
Jan 26, 2007
Messages
4,789
1) I don't know what you mean with "headings".

2) There's an action that does this:
  • Wait until (((Playable map area) contains (Triggering unit)) Equal to True), checking every 0.50 seconds
The action is called "Wait for Condition" and the condition is a boolean one.
However, this isn't a very good way of doing this: I would still recommend 2 triggers.

3) Again, you confuse me. I'll try to explain conditions, I hope that's what you were asking for.
Conditions are a part of your code that have to be true, otherwise the actions won't run.
A common example is "Ability being cast equal to Storm Bolt". With that condition, the trigger will only run if the ability that has been cast is Storm Bolt: all other abilities will not activate the trigger.


You will need to explain yourself a bit better before I can give you more information :/.
 
Status
Not open for further replies.
Top