22 lines
599 B
Plaintext
22 lines
599 B
Plaintext
|
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
|