ID:179657
 
Earlier, I was talking to Nadrew, and he gave me some code so that it would disable diagonal movements. It compiled fine, although it didnt work, I could still move diagonal. I know its possible because I've seen it in DWO, but does anyone know a way that works?

Thanks
KnightRen
Ok here's the way I do it:

client.Northeast()
return 0
client.Northwest()
return 0
client.Southeast()
return 0
client.Southwest()
return 0
client
Northeast()
return 0
Northwest()
return 0
Southeast()
return 0
Southwest()
return 0
In response to Nadrew
Ok I see, earlier you just gave me part of the code, thats why it didnt work, thanks again.