Direction Boards

Resource Direction Boards

Marin

Administrator
Administrator
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:

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...
 

CoffeeBro

Helper!
Member
Joined
Aug 16, 2018
Posts
7
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
 

Poq

Cooltrainer
Member
Joined
Aug 7, 2018
Posts
119
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
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.
 

CoffeeBro

Helper!
Member
Joined
Aug 16, 2018
Posts
7
The direction was named Lappet, "Lappet" is the direction which shows the little map in the right side
 

Poq

Cooltrainer
Member
Joined
Aug 7, 2018
Posts
119
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
 

A.J1

Extra
Member
Joined
Jul 5, 2018
Posts
70
Age
15
change lappet to any direction which you want and remove the edited part which is INPUT::LAPPET constant or any other edited part.
 

CoffeeBro

Helper!
Member
Joined
Aug 16, 2018
Posts
7
Thanks I put "L" to show and it worked! I did not know it was to put a keyboard input xd
 
Top