Jump to content
  • 0

Exit an event after activate it


PalDiaray

Question

Hey there,

 

i just want to know how i can configure an event that close it after interact with it.

Example:

I'll open a chest in a game and gain some coins. After that the chest is open and i cant get more coins out of it.

 

I tried the exit event processing, but it didn't help.

 

PalDiaray

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 2
  • Go GameEditors> Switch and Variables Editor, create a new player switch.
  • Create your event.
  • At the end of your first page; insert>set switch "your switch" true.
  • Add a new page.
  • In the new page go to Spawn/Execution Conditions
  • Add List>Add Condition > player switch "your switch you created" is True.

 

That should work ;)

Link to comment
Share on other sites

×
×
  • Create New...