ScriptName _00E_DefaultShowMessageBoxScript Extends ObjectReference

Message Property msgBox Auto
Actor Property playerRef Auto

Event OnActivate(ObjectReference ref)
	if(ref == playerRef)
		msgBox.Show()
	EndIf
EndEvent