- Joined
- Feb 27, 2014
- Messages
- 165
- Reaction score
- 234
- First Language
- English
- Primarily Uses
- RMMV
MAIN TOPIC:
Hellooo all, first of all I hope your day is going wonderful~~
Now onto the request, I want to have an "indicator" show up on the tile before the player to show where the player's tool will hit. I would like the image to be a picture because that will not interfere with spawning an event there, as well as be better for performance.
-------------------------------------------------------------------------
Here is the event to turn it on, turn it off when going into maps where tools/etc are not used or do not need an idicator to decrease performance drain!

Here is the common event to run:


Hellooo all, first of all I hope your day is going wonderful~~
Now onto the request, I want to have an "indicator" show up on the tile before the player to show where the player's tool will hit. I would like the image to be a picture because that will not interfere with spawning an event there, as well as be better for performance.
-------------------------------------------------------------------------
ANSWER (found by @fizzly!)
I am using if player is moving and if player has changed direction conditions on top of the following answer!Here is the event to turn it on, turn it off when going into maps where tools/etc are not used or do not need an idicator to decrease performance drain!

Here is the common event to run:


Rest of old post info:
EDIT: I had a plugin made to check if the player changed direction, made by a wonderful member called @Raizen! It was at that moment I realized, I have no idea how to keep the image in front of the player!
-------------------------------------------------------------------------
Example of what I am looking to do:
- I am looking for something very lightweight, something that won't cause issues with yanfly/ocram/galv plugin cores. (I can be more specific, but I may add more later so I'm hoping to cover my butt)~
- The idea is to basically insert it into a common event, I have id statements to check if the player is moving or has changed direction.
- I have a png, it can be named whatever ya need etc~
- Ideally, the indicator would show under same level events and over below character events (is that possible even oml what is js).
Last edited: