- Joined
- Nov 24, 2004
- Messages
- 70
ok my previous ques was how to replace an existing hero with a new hero by typing in a word. I had ppl help me but i tried to do wat they said and this is wat i got and it did not work plz help me fix this, i dont know wat i did wrong guys
----------------------------------------------------
Event- player(red) types message containing the textred as an exact match.
-----------------------------------------------------
Con- (Unit-type of Hero[(PLayer # of(triggering player))]) not equal to predator.
-----------------------------------------------------
Action- unit-replace Hero[((Player # of(triggering player))] With a predator using the old units life and mana.
- Hero - set Hero[hero_lv[(player # of(triggeirng player)))] Hero-level to (player # of(triggering player).
-----------------------------------------------------
varibles i made: hero_lv integer array (1)
: Hero Unit array(1)
----------------------------------------------------
Event- player(red) types message containing the textred as an exact match.
-----------------------------------------------------
Con- (Unit-type of Hero[(PLayer # of(triggering player))]) not equal to predator.
-----------------------------------------------------
Action- unit-replace Hero[((Player # of(triggering player))] With a predator using the old units life and mana.
- Hero - set Hero[hero_lv[(player # of(triggeirng player)))] Hero-level to (player # of(triggering player).
-----------------------------------------------------
varibles i made: hero_lv integer array (1)
: Hero Unit array(1)