@Player.ShowBattleAnimations(0 or 1)

Enables or disables battle animations
This commit is contained in:
JappaWakka 2022-12-26 21:02:52 +01:00
parent 68a9d197e5
commit 0432aff0e7
1 changed files with 3 additions and 0 deletions

View File

@ -311,6 +311,9 @@
Case "setrivalname"
Core.Player.RivalName = argument
IsReady = True
Case "showbattleanimations"
Core.Player.ShowBattleAnimations = CInt(argument)
IsReady = True
Case "setgender"
Select Case argument
Case "0", "Male", "male"