ID:1883708
 
(See the best response by Maximus_Alex2003.)
is there a way to make it so you can click on a label and have it do stuff or no?

In Dream Seeker, labels have no click functionality.

In the webclient, labels can do virtually anything.
Best response
Use a button instead of a label. You can change a button's text with winset().
winset(player, control_id, "text=\"[Your Text Here]\"")
i was just wondering because of the labels ability to have a unique shape vs buttons box shape
In response to Mastergamerx
BYOND has a limited interface system. It's not anything fancy. You can always use image objects and draw the menu you want on top of the map.