Created
February 12, 2016 23:37
-
-
Save triacontane/91a9a28f840b9ee32a61 to your computer and use it in GitHub Desktop.
最後に行動したのが敵か味方か
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var value = BattleManager._subject instanceof Game_Actor; | |
$gameSwitches.setValue(100, value); | |
alert($gameSwitches.value(100)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment