enderalse/source/scripts/_00e_mqp02_playerknockoutscript.psc

17 lines
441 B
Plaintext
Raw Permalink Normal View History

Scriptname _00E_MQP02_PlayerKnockOutScript extends ReferenceAlias
Event OnTranslationAlmostComplete()
2024-01-10 14:08:24 +00:00
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