- Joined
- Apr 1, 2020
- Messages
- 9
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMMV
Hi guys! I am using Yanfly's scripts as the base for my battle system, I've recently noticed that there are some enemies who will not day when they have lost all their HP. Upon googling, I found that people were having this problem connected to the Yanfly Sequence Action Packs. My research showed me that it may be due to the script making enemies immortal until the end of the combat sequence. To remedy this, I added this to my skills:
<follow action>
immortal: targets false
</follow action>
However, this has not solved my problem. If anyone else has any other ideas I would really appreciate it
<follow action>
immortal: targets false
</follow action>
However, this has not solved my problem. If anyone else has any other ideas I would really appreciate it