2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_MQ08SiglStoneScript extends ObjectReference
|
|
|
|
|
|
|
|
Event OnItemRemoved(Form akBaseItem, int aiItemCount, ObjectReference akItemReference, ObjectReference akDestContainer)
|
|
|
|
|
|
|
|
if akDestContainer == Game.GetPlayer() && akBaseItem == _00E_MQ08Siegelstein
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
MQ08.SetCurrentStageID(70)
|
2021-10-05 22:15:58 +00:00
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
|
|
endEvent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MiscObject Property _00E_MQ08Siegelstein Auto
|
|
|
|
Quest Property MQ08 Auto
|