@Player.ShowBattleAnimations(0 or 1)
Enables or disables battle animations
This commit is contained in:
parent
68a9d197e5
commit
0432aff0e7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue