Jump to content

Recommended Posts

Posted

Add a variable to store whether or not the message has been shown, and use a conditional statement to prevent it from being shown again:

int bDoOnce

Begin OnTriggerEnter player

if bDoOnce == 0
	set bDoOnce to 1
	ShowMessage MyMessage
endif

End

Cipscis

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...