ID:155617
 
Well i want to make a grid with icons and text.
The grid contains some attacks that the user can do.
Something like for example Naruto Goa when u drag a jutsu to a hotslot.
I have tried alot of things to make the grid and to drag the attacks to the hotslots but i can't.
I would really appreciate your help.
Thanks
This requires knowledge of client screen so that you may output the hotslots to the players map.

You will also need to change the "Mousedrag" and "mousedrop" procedures of the skills so that it can read it.

A search in resources for Huds returns... http://www.byond.com/developer/?text=HUD&mode=hubs

This demo may be able to give you a basic ideea there are many more demos that can help you in learning how to do this.

Also, Don;t just copy and paste the code and slightly adjust it. Try to learn how it works before using it. That then allows you to further the code to do more things you may want it to do.