Scriptname _00E_MQP02_PlayerKnockOutScript extends ReferenceAlias Event OnTranslationAlmostComplete() If MQP02.GetCurrentStageID() < 110 If LevitationState == 1 LevitationState = 2 MQP02Functions.KnockOutPlayer() ElseIf LevitationState == 0 LevitationState = 1 MQP02Functions.DashPlayerTowardsWall() EndIf EndIf EndEvent _00E_MQP02_Functions Property MQP02Functions Auto int LevitationState Quest Property MQP02 Auto