ID:179111
 
Is there a way to make a game where the only way to move is by clicking? I already have Click() working in my code, but I need to disable the arrow keys.
Since I'm in a annoyed state and don't feel like directing you to the 50 other posts about this here's a freebie:


client
North()
return
South()
return
East()
return
West()
return
Northeast()
return
Southeast()
return
Southwest()
return
Northwest()
return
Yes, make a script file dms and set macros, as so.

macro
.north return null

And the same with the other directions