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
ID:178968
![]() Mar 10 2002, 9:36 am
|
|
client.West()
return
that should disable the west key's movement.