robinremue
Member
- Reaction score
- 16
I have a problem:
I'm working on my DBZ map and I have a 19 triggers for goku's transformations.
example is goku's super sayian.
trigger 1 SS on
E: player types ss as an ecact match
C: /
A: -replace saiyan0204(this is goku's normal form) with a supersaiyan(this is SS goku) using the new units default life and mana.
- change color of player one to yellow
-advanced: add hero glow to last replaced unit
- turn trigger on: SS off
- turn off this trigger
trigger 2 SS off
E: player types revert as an exact match
C:/
A: -replace last replaced unit with a saiyan using the new units default life and mana
- advanced remove hero glow from last replaced unit
- change color of player 1 to red
- turn off this trigger
- turn on: SS on
problem 1:Now the problem is when I play the game and I typ SS, after a while I typ revert, everything goes normal until I typ SS again goku doesn't change in his super saiyan form. What happened
problem 2: When I replace goku with a SS, and I then use the SS in another trigger I use the last replaced unit as SS. but is there another way to use the ss in a trigger except as last replaced unit.
Thanks.
I'm working on my DBZ map and I have a 19 triggers for goku's transformations.
example is goku's super sayian.
trigger 1 SS on
E: player types ss as an ecact match
C: /
A: -replace saiyan0204(this is goku's normal form) with a supersaiyan(this is SS goku) using the new units default life and mana.
- change color of player one to yellow
-advanced: add hero glow to last replaced unit
- turn trigger on: SS off
- turn off this trigger
trigger 2 SS off
E: player types revert as an exact match
C:/
A: -replace last replaced unit with a saiyan using the new units default life and mana
- advanced remove hero glow from last replaced unit
- change color of player 1 to red
- turn off this trigger
- turn on: SS on
problem 1:Now the problem is when I play the game and I typ SS, after a while I typ revert, everything goes normal until I typ SS again goku doesn't change in his super saiyan form. What happened
problem 2: When I replace goku with a SS, and I then use the SS in another trigger I use the last replaced unit as SS. but is there another way to use the ss in a trigger except as last replaced unit.
Thanks.


