- Joined
- Jul 8, 2019
- Messages
- 87
- Reaction score
- 8
- First Language
- English
- Primarily Uses
- RMVXA
Basically, I've got an event that needs to move on the player tile with the player. Currently, I'm simply using variables to tell both the player's location (X, Y, and Z(Used to indicate map)) along with direction, and then simply having the event teleport to the character using a Parallel Process. This works fairly well for, say, fire, but it delays too much to use for wings. Is there another method for doing this, but with a shorter delay?
Note:
Note:
I can not simply add wings to the Player sprite for one big reason; My game allows for a custom character using a character creator of my own design (Though others have probably done a similar thing with better results) and the wings are a temporary effect. I have no intention of creating another 108 sprites (2 sets of wings) using the built-in character maker, least of all for a solution that does not actually fix the problem of needing an event to stick with the player.
