Shanghai Simple Script - Death Common Eventsmade by Shanghai
Link/ScriptClick hereIntroductionThis script causes certain actors and enemies to trigger common events when they die in battle. Although this could be evented, there's a lot of messy condition work involved with battle event pages, which is why I created this script.
How to UseTo tell the game what common events to run when actors or classes die, change these settings in the module.
CODE
ACTOR_DEATH_EVENTS ={
# Actor => Common Event ID
1 => 15,
2 => 16,
3 => 17,
4 => 18,
} # Remove this and perish.
CLASS_DEATH_EVENTS ={
# Class => Common Event ID
1 => 19,
2 => 20,
3 => 21,
4 => 22,
} # Remove this and perish.
To tell the game what common events to run when enemies die, put this notetag inside of the enemy's notebox:
CODE
<death event: x>
This is for enemies. Makes common event x run when the enemy dies.
Compatibility- Compatible with
Battle Engine MelodyFor more Shanghai Simple ScriptsVisit Here.