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.
 
 
 

22 lines
599 B

Scriptname _00E_FS_NQ02_MuseumNoScript extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
if (FS_NQ02.GetStage() == 460 && akActionRef == PlayerREF)
int iButton = Messagebox.Show()
if iButton == 0
_00E_FS_NQ02_MuseumVar.SetValue(1.0)
_00E_FS_NQ02_EsmeREF.Say(FS_NQ02_D14_KommentarNo_0)
endif
else
Messagebox.Show()
Endif
EndEvent
Actor Property PlayerREF Auto
Actor Property _00E_FS_NQ02_EsmeREF Auto
Quest Property FS_NQ02 Auto
Topic Property FS_NQ02_D14_KommentarNo_0 Auto
GlobalVariable Property _00E_FS_NQ02_MuseumVar Auto
Message Property Messagebox Auto