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