15 lines
399 B
Plaintext
15 lines
399 B
Plaintext
Scriptname _00E_MQ17_SC02_QuestTGBXSC extends ObjectReference
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionref)
|
|
|
|
if akActionRef == Game.GetPlayer() && !MQ17.bIsVisionPlaying && MQ17.GetCurrentStageID() == iStageRequired
|
|
MQ17.SetCurrentStageID(iStageToSet)
|
|
Self.Disable()
|
|
EndIf
|
|
|
|
EndEvent
|
|
|
|
int Property iStageRequired Auto
|
|
int Property iStageToSet Auto
|
|
|
|
_00E_MQ17_Functions Property MQ17 Auto |