clowdxvii 1 Posted April 17, 2020 Hi! I am hoping someone can help me out by writing a script for me. Essentially, i want one of the characters in my game to have a skill that when their hp reaches zero, they either a) are randomly revived with 1 hp and automatically do 1 final attack for crit damage against all enemies and then their own hp is reduced to 0. or b) upon death, the character will randomly do 1 final attack for crit damage against all enemies. In either case, whichever is easier to do. any help is much appreciated as i have zero scripting knowledge. Thanks in advance! Share this post Link to post Share on other sites
PhoenixSoul 1,404 Posted April 17, 2020 Hmmm... I think there may be scripts that exist that could work for this, but the one I'm immediately thinking of requires quite a bit of coding ability. However, I will go ahead and link... Yanfly's Lunatic States It might also help to have that actor be given an immunity to death, then have an event trigger when that actor's hp goes to zero that makes the attack happen, then remove the immunity and set the death state manually. (this can be done within the database entirely) Share this post Link to post Share on other sites