So I made triggerbox, and when player enters it. Debug message pops up and tells what you should do next. My script works, but I want it to only pop up once, what should I add to this script?
Scriptname PopUpMessage extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
Debug.MessageBox("My text")
EndEvent
