Hi,
I have this issue where I'm trying to have multiple messageboxes, one after another, but they don't come in the right order.
This is the way I do it (I'm not at home now so I don't have the script, but this is the exact way I did it).
ScriptName ExampleScript Extends ObjectReferenceActor Property PlayerREF Auto Event OnTriggerEnter(ObjectReference akActionRef) If akActionRef == PlayerREF Debug.MessageBox("The First Box") Debug.MessageBox("Second Box") Debug.MessageBox("Third Box") EndIf Disable(self)EndEvent
Edit: Just learned about the quick questions thread and also posted my question there. The next time I will just ask my question there