For some reason my move route events have stopped working correctly. For example,
Instead of the full event being played out, the player moves forward once and 'THROUGH' remains ON.
At the beginning of the game the event code worked perfectly well, however, now for some unknown reason the event has stopped working correctly. Note that no parallel processes are taking place that would keep THROUGH ON or stop the event mid-way.
Help!
Code:
Play SE: '024-Door01', 80, 100
Set Move Route: Player
              Through ON
              1 Step Forward
              1 Step Forward
              Turn 180
              Through OFF
Wait For Move's Completion
Play SE: '025-Door02', 80, 100
Set Move Route: This Event
              Direction Fix OFF
              Turn 180
              Direction Fix ONÂ
Instead of the full event being played out, the player moves forward once and 'THROUGH' remains ON.
At the beginning of the game the event code worked perfectly well, however, now for some unknown reason the event has stopped working correctly. Note that no parallel processes are taking place that would keep THROUGH ON or stop the event mid-way.
Help!