SenorPenguino 3 Posted April 5, 2017 In my situation, there is you and one event. How can I get this event from point A to point B, while also detecting who beat the race first? I heard it can be done easily with events, but alas, I suck. Thanks for the help! Share this post Link to post Share on other sites
dinhbat3 57 Posted April 5, 2017 You can create a parallel event that checks the player's X (or Y) coordinate and also checks the event's X (or Y) coordinate. Then have a conditional branch that checks if the player's X or event's X is equal to the finish line. Here it is in the editor: Depending on what you want to happen, you can easily change the results and processing that occurs. Hope this helps =D ~ Dinhbat3 Share this post Link to post Share on other sites
SenorPenguino 3 Posted April 6, 2017 Awesome, thank you! It worked out just how I wanted it to. Share this post Link to post Share on other sites
dinhbat3 57 Posted April 6, 2017 No prob! Goodluck, and always feel free to ask for any help you might need. Lots of really helpful folks around. =D ~ Dinhbat3 Share this post Link to post Share on other sites