- Joined
- May 11, 2012
- Messages
- 2,108
How can I make this hero is created for the player who double clicks it?
plz respond fast :=)
plz respond fast :=)
-
Ghost Lord
-
Events
-
Unit - Ghost Lord 0069 <gen> Is selected
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
HeroBoolean[1] Equal to True
-
-
Then - Actions
-
Set ReturnFromMission = (Center of Return from Mission <gen>)
-
Unit - Create 1 (Unit-type of (Triggering unit)) for (Triggering player) at ReturnFromMission facing 360.00 degrees
-
Unit - Remove Ghost Lord 0069 <gen> from the game
-
Custom script: call RemoveLocation(udg_ReturnFromMission)
-
-
Else - Actions
-
Set HeroBoolean[1] = True
-
-
-
-