• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Direction Boards

Resource Direction Boards 2017-05-30

M3rein submitted a new resource:

Direction Boards - Pop-up direction board with an arrow sprite

A super tiny script for direction message-board pop-ups. The graphics are supposed to be changed (as they're quite bad), but here's what it could look like:
Sample.png

The graphics are 100% changeable and should be dynamic with any screen size.

Put the following sprites in the respective folders.

That's all. You can paste it in a new script...

Read more about this resource...
 
Can give me a help? I do not know what I'm doing wrong but I am trying to put a new image and it is showing but giving an error too
yJFMbu8.png
 
Can give me a help? I do not know what I'm doing wrong but I am trying to put a new image and it is showing but giving an error too
yJFMbu8.png
It's the script parameters you used. Instead of ("Rustboro", "Lappet"), you want ("Rustboro, Lappet"). Only the first parameter can be text input. By putting that comma outside of the quotes, you're telling the script ti start looking for the next parameter, which is a direction.
 
The direction was named Lappet, "Lappet" is the direction which shows the little map in the right side
 
The direction was named Lappet, "Lappet" is the direction which shows the little map in the right side
Okay I looked closer at your error message
Did you edit the script at all? It looks from the message like you added Lappet as an Input, but those should just be keyboard inputs
 
change lappet to any direction which you want and remove the edited part which is INPUT::LAPPET constant or any other edited part.
 
Thanks I put "L" to show and it worked! I did not know it was to put a keyboard input xd
 
Back
Top