Find
You are looking at a command called start
start
start
on its own will teleport you to the staring location which is the open field.
start {object}
You can start something, if it reacts to the start command.
start the machine
read the command called stop
read the command called use
Created by
wolis
, last updated 04 Jan 2012
Code
get $target in $loc;
if $target > 0 then startit else moveplayer;
##startit:
var $how to (gently,quickly,smoothly,gently,hurridly);
say 'starts',"[$actor] $how reaches out and starts [$target]";
##moveplayer:
rem set $actor's loc to $player_room;
rem set $actor's host to "";
rem set $actor's hosthow to "";
rem say 'leaves',"[$actor] dissapears in a puff of logic";
rem msg $loc,$actor,0,0,'force',"force:look $loc";
rem say 'arrives',"[$actor] materialises in a psycadelic way";
rem look $loc;
rem msg $player_room,$actor,0,0,'force',"force:look $player_room";
rem refresh $actor;
relocate $actor to $player_room print "[$actor] dissapears in a puff of logic" then ""[$actor] materialises in a psycadelic way";
call who; rem show who is online;