2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_MQ17_SC02_QuestTGBXSC extends ObjectReference
|
|
|
|
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionref)
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
if akActionRef == Game.GetPlayer() && !MQ17.bIsVisionPlaying && MQ17.GetCurrentStageID() == iStageRequired
|
|
|
|
MQ17.SetCurrentStageID(iStageToSet)
|
2021-10-05 22:15:58 +00:00
|
|
|
Self.Disable()
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
int Property iStageRequired Auto
|
|
|
|
int Property iStageToSet Auto
|
|
|
|
|
|
|
|
_00E_MQ17_Functions Property MQ17 Auto
|