22 lines
602 B
Plaintext
22 lines
602 B
Plaintext
Scriptname _00E_FS_NQ02_MuseumYesScript 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(2.0)
|
|
_00E_FS_NQ02_EsmeREF.Say(FS_NQ02_D14_KommentarYes_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_KommentarYes_0 Auto
|
|
GlobalVariable Property _00E_FS_NQ02_MuseumVar Auto
|
|
Message Property Messagebox Auto |