Shoki 0 Posted September 21, 2020 Hi , I begin on RPG maker and I've got a problem with a thing : I create a special skill class called ultimates. One of this spell is a transformation. So I put buffs ( using base option of rpg maker mv ) and create a common event for some "cinematic" things ( I remove things like music from the code here because it's not the problem) . But when I try the skill, the character manage to transform but at the end of the battle he is still in his upgraded form. I want an automatic for this transformation and not doing all event in Troops for returning the hero to normal from. Can you help me ? Hero appearance : Héros,ssj(0),hero(0),ssj if: Script : $gameTroop.isAllDead() Hero appearance : Héros,hero(0),hero(0),hero end Share this post Link to post Share on other sites
Lord Vectra 414 Posted September 27, 2020 Make a parallel process common event that changes him back. Share this post Link to post Share on other sites