ID:159158
 
How do I make a bar clickable? I just can't get it to work. I have a bar that shows that how much exp the user has gained and when the user would click the bar it would show message like this:

usr << "<font color=yellow>You need [usr.expneeded-usr.exp] exp more for level [usr.lvl+1]."
Um, bars cannot be clicked... in fact, I don't understand how you would think that they can be clicked.

The next best thing you can really do is call a proc/verb when someone attempts to move the slider.
In response to GhostAnime
Hmm... Damn... I gotta test sum other things then... Thanks for answering!