• 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] I Need A Trigger

Status
Not open for further replies.
Level 1
Joined
Feb 1, 2007
Messages
1
:spell_breaker: I need an trigger that makes someone move. (not instantly)
also i need one to do something when you move to one place but then never be able to do the trigger again
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,258
Please post more detail what you are after or else you will rpobably not get what you are after. . .

Q1. Try using the "Unit - Order [Your unit to move] to Move To [Location of where to move to]" action since using that you can issue the move order and thus your question is answered.

Q2. Get the trigger to trigger with "Unit - A unit enters [Region you want to have unit enter]" then after your actions are done use "Trigger - Turn off (This trigger)" to switch the trigger off (can be turned on if you want it to by using the opposit action) or use the custom script action "call DestroyTrigger(GetTriggeringTrigger())" if you want the trigger to perminatly be turned off (NO WAY TO UNDO)

Hope this helps you. . .
 
Level 3
Joined
Jan 31, 2007
Messages
34
Well the user might manually try to take control of the unit so I suggest to change ownership until trigger is done with Unit - Change Owner "Change ownership of (the unit) to Neutral Passive and Retain color" then return the unit to the original owner
 
Please post more detail what you are after or else you will rpobably not get what you are after. . .

Q1. Try using the "Unit - Order [Your unit to move] to Move To [Location of where to move to]" action since using that you can issue the move order and thus your question is answered.

Q2. Get the trigger to trigger with "Unit - A unit enters [Region you want to have unit enter]" then after your actions are done use "Trigger - Turn off (This trigger)" to switch the trigger off (can be turned on if you want it to by using the opposit action) or use the custom script action "call DestroyTrigger(GetTriggeringTrigger())" if you want the trigger to perminatly be turned off (NO WAY TO UNDO)

Hope this helps you. . .

This one is most helpfull.
 
Status
Not open for further replies.
Top