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

Status
Not open for further replies.
Level 3
Joined
Jan 9, 2005
Messages
25
Hey I need some help with a trigger

I want it so when a player types -slot 1 the player's hero (whom entered that chat string)
and the item in their first slot moves instantly to a certain region.

Now for my 2nd trigger I want it so when an item of type enters a region it moves to another region.
 
Level 2
Joined
Sep 28, 2007
Messages
18
Hey I need some help with a trigger

I want it so when a player types -slot 1 the player's hero (whom entered that chat string)
and the item in their first slot moves instantly to a certain region.

Now for my 2nd trigger I want it so when an item of type enters a region it moves to another region.
1) Its easy, just pick every unit of specific player, if it is a hero(considering the player only can have 1 hero), just move item from slot 1 :)

2) You cannot use item enter region event in WE, i dont think items are considered as units... maybe you can use when a hero loses an item, if item is in region(Region contains point > Location of item).

:)

I hope i solved your problem.

Cya.
 
Level 5
Joined
Apr 13, 2008
Messages
106
why not just use event say map intilization and then the condition being a check if item is in a region and then the action if the condition is true is to move item instantly to a region?? maybe this makes sense idk.
 
Status
Not open for further replies.
Top