DM Reference

DM Ref

❯

client

❯

procs (client)

❯

Move proc (client)

Move proc (client)

1 min read

  • proc
  • event

Format

Move(loc,dir)

Returns

1 on success; 0 on failure

When

Called by the direction procs.

Default action

Calls src.mob.Move(). Also cancels any automated movement by calling walk(usr,0).

See also

  • Move proc (movable atom)
  • North proc (client)
  • Northeast proc (client)
  • Northwest proc (client)
  • South proc (client)
  • Southeast proc (client)
  • Southwest proc (client)
  • West proc (client)

Graph View

  • Format
  • Returns
  • When
  • Default action
  • See also

Backlinks

  • procs (client)

Created with Quartz v4.5.0 © 2025

  • GitHub