how to do this in event
what i want is when i use a skill the actors battler changes, but only for a limited amount of time say? 30 seconds, here is what i got so far
@>change actor graphic:[hero1], hero1_, 0, hero2, 0
@>control timer: starup (0 min. 30 sec.)
@>change parameters: [hero], str+ 100
@>change parameters: [hero], agi+ 100
@>change parameters: [hero], dex+ 100
@>change parameters: [hero], int+ 100
but how do i return all things back to normal after 30 seconds or after you win the battle?