Find
You are looking at a command called climb
climb {object}
You can climb up any object in your current location.
eg:
climb the tree
.
see also:
read the command called put
read the command called push
To be finished properly at some later stage
Created by
wolis
, last updated 15 Apr 2009
Code
get $target in $loc;
if $target > 0 then climbnow;
##climbnow:
set $actor's host = $target;
set $actor's hosthow = 'up';
set $actor's pose = 'climbing';
print "[$actor] climbs up [$target]";
relook $loc;