How would you make it so it knows what row is selected on a gui text list? I tried doing a few things, would this work?
PHP Code:
function Tools.onSelect(temp.i) {
if (rowselected == 0){
Player.chat = I clicked a row!;
}
this is the current code I have to get a better idea of what I mean, not too sure if my post is that clear..
http://pastebin.com/svjPXSGe