1. How do you stun an opponent (something like a solar flare make the screen flash and afterwords leaves the opponent stunned for a certain amount of time)2. How do i make the character disappear and attack the opponent if he gets hit but only when you time the attack correctly and press a certain button
hitdefpausetime = 0,120ID = number of your choicein the cmd. Add a new changestate. Triggered on numtarget(ID mentioned above) >= 1 && movehit > numberSo, movehit >= 60 would mean you could only do the fancy extra if you waited one second.