diff --git a/P3D/World/ActionScript/V2/ScriptCommands/DoPlayer.vb b/P3D/World/ActionScript/V2/ScriptCommands/DoPlayer.vb index 9c6d9fcb6..7858a3820 100644 --- a/P3D/World/ActionScript/V2/ScriptCommands/DoPlayer.vb +++ b/P3D/World/ActionScript/V2/ScriptCommands/DoPlayer.vb @@ -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"