Show a locked door message in Dal'Galar's library only once
This commit is contained in:
parent
97394ed0db
commit
59e1b63727
Binary file not shown.
@ -2,9 +2,9 @@ Scriptname _00E_ShowThoughtMessageOnActivate extends ObjectReference
|
||||
|
||||
Event OnActivate(ObjectReference akActionRef)
|
||||
|
||||
if akActionRef == PlayerREF && !Done
|
||||
Message.ResetHelpMessage("Empty")
|
||||
MessageToDisplay.ShowAsHelpMessage("Empty", 2, 2, 1)
|
||||
if akActionRef == PlayerREF && ! Done
|
||||
Done = true
|
||||
_00E_HelpMessage.Show(MessageToDisplay, 4)
|
||||
EndIf
|
||||
|
||||
EndEvent
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user