mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 00:04:33 +02:00
@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…
x
Reference in New Issue
Block a user