-
Notifications
You must be signed in to change notification settings - Fork 50
Manual:DIL Manual walkto()
iamnove edited this page Jan 18, 2023
·
55 revisions
walkto ( u : unitptr ) u : Room to walk to. result: Makes unit (self) walk to room, taking a 'step' at each 'tick'.
Example:
walkto(findroom("inn@udgaard"));
---~---~---~---~---~---~---~---~---