Find
You are looking at a command called location
location in|on|beside|under...
change the way the location is describe to someone.
location under
will say 'You are under the bridge' instead of the default 'You are in a bridge'
You must be in the location, and own it if its locked, for this command to work.
eg:
build a tree
go to the tree
location hanging from
Players see: 'You are hanging from a tree. Looking around you can see:'
Created by
wolis
, last updated 04 Apr 2014
Code
get $text;
if $pw like $loc's pwd then changeit else fail;
##changeit:
set $loc's lochow to $text;
say 'changed',"[$actor] changes the orientation of the world";
look $loc;
msg $loc,$actor,0,0,'force',"force:look $loc";
##fail:
say 'fail',"[$actor] could not change the location becuase its locked";