ID:178968
 
What would be the proc that is the equivalent to pressing the left arrow button on the keyboard? Its probably something simple. I dont want step(usr,WEST).

I've tried..

West()
West
usr.West()
client.West()
usr.client.West()


None of them seem to work.

Thanks

-Rcet

client.West() should do it.

client.West()
return

that should disable the west key's movement.