A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | UPDATED: October 26, 2016 | http://forums.rpgmakerweb.com/index.php?/topic/25759-script-call-collection-for-vxace/ | ||||||||||||||||||||||||
2 | ||||||||||||||||||||||||||
3 | Troops | |||||||||||||||||||||||||
4 | Check if Enemies are Alive | $gameTroop.aliveMembers().length > 0 | Use 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 > 0 | Use one of the scripts call inside a conditional branch. This helps you avoid Force Action Issues. |