- Joined
- Aug 4, 2015
- Messages
- 139
- Reaction score
- 14
- First Language
- French
- Primarily Uses
- RMMV
Hi guys. I am asking this here because I posted it I think in the wrong section. My apologies. :S
I have an issue now : Using yanfly's death common event script, I'm trying to make a characther deliver a final burst when dying. As death characthers can't cast spells, what I did is when the
characther dies, it calls a common event that revives it, cast the spells, and dies right away. But it makes an DoubleResume Fiber Error. See the code and the picture below :
Change Status [Actor] : - Death
Force [Actor] to use [Blizzard] on Last Target
Change Status [Actor] : + Death
The console didn't printed anything when the error occurred. Only "HUD Loaded" when the game started.
Where is the problem? How can it be solved and produce the desired effect?
Here is a link to Yanfly's Death Common Event script : https://github.com/Archeia/YEARepo/blob/master/Battle/Death_Common_Event.rb
Thanks and have a good day! As always... hehehe.
I have an issue now : Using yanfly's death common event script, I'm trying to make a characther deliver a final burst when dying. As death characthers can't cast spells, what I did is when the
characther dies, it calls a common event that revives it, cast the spells, and dies right away. But it makes an DoubleResume Fiber Error. See the code and the picture below :
Change Status [Actor] : - Death
Force [Actor] to use [Blizzard] on Last Target
Change Status [Actor] : + Death
The console didn't printed anything when the error occurred. Only "HUD Loaded" when the game started.
Where is the problem? How can it be solved and produce the desired effect?
Here is a link to Yanfly's Death Common Event script : https://github.com/Archeia/YEARepo/blob/master/Battle/Death_Common_Event.rb
Thanks and have a good day! As always... hehehe.
