Ok, i am working on creating a menu right, now when ever the usr presses his down button, i want it to make the cursor go down on. Why doesnt mine work?
By the way, it uses Client.screen
mob
proc
menucheck(direction,menu)
if(menu == "playermenu")
if(direction == SOUTH)
for(var/obj/menu/Curser/c in usr.client.screen)
src << "i found [c]!"
src << "[c.screen_loc]"
step(c,SOUTH)