Maze Game Issues

I want it to end when a person gets to a certain point how do i do that?

(Zone) Player Enters Zone —> (End Game Device) End Game

1 Like

how do i make it so that the person who is in the area is the winner

Place a Counter and Property. (Numerical Property)

Now, go into the Counter’s settings.
Go to the Property tab and make it’s name the same one as the Property you placed.

Now, connect the Zone to Increment the Counter.

(Zone) Player Enters Zone —> (Counter) Increment Counter

Now, click the gear in the bottom-left-corner, go to map options, score and click on the score type and make it a property.
Input the property name you placed earlier.

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.