- Joined
- Aug 12, 2007
- Messages
- 91
So, hello im back. Okay, i need help to a trigger, like only orc blademaster can pick the item up and the other heros can't pick it up.
ive tried it so:
ive tried it so:
-
Item Drop
-
Events
- Unit - A unit gets a item
- Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
'IF'-Conditions
- (Unit-type of (Triggering unit)) Ungleich Orc Blademaster FEMALE
- (Unit-type of (Triggering unit)) Ungleich Orc Blademaster MALE
-
'THEN'-Actions
- Item - Move (Sold Item) to (Position of (Triggering unit))
-
'ELSE'-Actions
- Skip remaining actions
-
'IF'-Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events