Find
You are looking at a command called imgmap
imgmap {object}
Specify, with a URL, the image to display when a player
map
s.
If you add the words ' hide text' after the image name then the text name of the object will be hidden.
eg
http://wolispace.com/cow/img/bridge.jpg hide text
Only provide one single line of text without new lines.
Your image must be hosted on the web somewhere, Imageshack or one of those other free sites.
read the command called imglist
read the command called imglook
Created by
wolis
, last updated 10 May 2007
Code
get $target in $Loc;
if $target > 0 then checkpw else fail;
##checkpw:
if $pw like $target's pwd then editit else locked;
##editit:
var $caption to 'image used for MAP';
var $fld to 'imgmap';
say 'edits',"[$actor] starts to tinker with [$target]";
mode textbox;
##fail:
if $counter > 0 then end else listall;
##listall:
var $click_cmd to 'imgmap';
var $desc_intro to "Click on the object you want to edit an image for:
";
look $loc,list;
msg $loc,$actor,$actor,0,'force',"force:look $loc,list";
##locked:
say 'objlocked',"[$actor] could not edit [$target] because its locked";