4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
304 B

Scriptname _00E_MQ03ZauberbuchSCN extends ObjectReference
Quest Property _00E_MQ04_StoneofMadness Auto
int DoOnce
Event OnActivate(ObjectReference akActionRef)
if(akActionRef == Game.GetPlayer())
if DoOnce == 0
_00E_MQ04_StoneofMadness.SetStage(20)
DoOnce = 1
endif
endif
endevent