17 lines
432 B
Plaintext
17 lines
432 B
Plaintext
Scriptname _00E_MQP02_PlayerKnockOutScript extends ReferenceAlias
|
|
|
|
Event OnTranslationAlmostComplete()
|
|
If MQP02.GetStage() < 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 |