diff --git a/scripts/_00e_showthoughtmessageonactivate.pex b/scripts/_00e_showthoughtmessageonactivate.pex index fb5b07233..893feb407 100644 Binary files a/scripts/_00e_showthoughtmessageonactivate.pex and b/scripts/_00e_showthoughtmessageonactivate.pex differ diff --git a/source/scripts/_00e_showthoughtmessageonactivate.psc b/source/scripts/_00e_showthoughtmessageonactivate.psc index 1f2a9f2e7..8f1585105 100644 --- a/source/scripts/_00e_showthoughtmessageonactivate.psc +++ b/source/scripts/_00e_showthoughtmessageonactivate.psc @@ -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 @@ -12,4 +12,4 @@ EndEvent bool Done Message Property MessageToDisplay Auto -Actor Property PlayerREF Auto \ No newline at end of file +Actor Property PlayerREF Auto