mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 08:14:29 +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"
|
Case "setrivalname"
|
||||||
Core.Player.RivalName = argument
|
Core.Player.RivalName = argument
|
||||||
IsReady = True
|
IsReady = True
|
||||||
|
Case "showbattleanimations"
|
||||||
|
Core.Player.ShowBattleAnimations = CInt(argument)
|
||||||
|
IsReady = True
|
||||||
Case "setgender"
|
Case "setgender"
|
||||||
Select Case argument
|
Select Case argument
|
||||||
Case "0", "Male", "male"
|
Case "0", "Male", "male"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user