FED2 ADVANCED WORKBENCH
SCRIPT REFERENCE

MOVE

Moves the player, or an object/mobile, to another location on the same map.

Parameters:
What to move - "player" or "object"
Location
- the location number you want the player, object or mobile to end up in

For objects and mobiles only:
ID or name - The ID or name of the object/mobile, if that's what is being moved
Silent (y/n) - if you are moving an object or mobile you can suppress the message telling players it has appeared or left by specifying a silent move. This defaults to "N". If you want the move to be silent, change it to "Y". For objects you would normally set it to "Y"

Examples:
move script: what player: to whom individual: location 31
move script:  what object:  id/name policed box:  to location 1041
move script:  what object:  silent yes:  id/name olice box:  to location 1041

More scripts