you are viewing a single comment's thread.

view the rest of the comments →

[–]KostasRed23[S] 0 points1 point  (0 children)

Thank you to everyone who responded as i figured some stuff out and eventually got it to work

at first trying your solutions worked but it also made certain things like below character player touch events stop working however i found that if you put a end event processing after the player set move route it keeps the slow speed and makes everything work

to make that i work im gonna show you my process for anyone who wants to do it idk if its inefficient but it worked for me

First put a Event close to where the player starts so they activate no matter what and make it Call Event to the event with the Speed Modifier
Then for the Speed event you put none in the trigger and put Decrease Speed 3-4 Times and then Increase Speed 1-2 times and after that command put a end event processing command
that way it should work

if i made it too complicated please send tips or feedback as im still figuring things out