2021-10-06 00:15:58 +02: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 15:08:24 +01:00
|
|
|
MQ08.SetCurrentStageID(70)
|
2021-10-06 00:15:58 +02:00
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
|
|
endEvent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MiscObject Property _00E_MQ08Siegelstein Auto
|
|
|
|
Quest Property MQ08 Auto
|