ID:262604
 
Code:
var/input = sd_Input(,list("Input1","Input2","Input3"))


Problem description:

I have the sd_Text. This is my first time using it. When I do the above and then on the map the input is messed up. Like I can click above where the input display is and it will give me a result that is not any thing close to it.

Is this like a bug with sd_Text? Or do I have just like an old version?
It's actually an old bug with BYOND when clicking on objs with pixel offsets. The older version 9 of sd_Text doesn't use pixel offsets, so sd_input works properly. Get it at http://developer.byond.com/hub/Shadowdarke/sd_TextV9 :)