I have a event (Door falling down) and I want the character to move to the side when it’s triggered.
How do I make the character walk to the side for a bit?
I have a event (Door falling down) and I want the character to move to the side when it’s triggered.
How do I make the character walk to the side for a bit?
You can move your character with an event by triggering a movement function or animation when the event occurs. Just link the event to your movement code or input handler.
Thank you, this help a lot