ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
UPDATED: October 26, 2016http://forums.rpgmakerweb.com/index.php?/topic/25759-script-call-collection-for-vxace/
2
3
Troops
4
Check if Enemies are Alive$gameTroop.aliveMembers().length > 0Use one of the scripts call inside a conditional branch. This helps you avoid Force Action Issues.
5
Check if Party Members are Alive$gameParty.aliveMembers().length > 0Use one of the scripts call inside a conditional branch. This helps you avoid Force Action Issues.