Find
You are looking at a command called imglist
imglist {object}
Specify, with a URL, the image to display when a player
list
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 imglook
read the command called imgmap
Created by
wolis
, last updated 24 Dec 2006
Code
get $target in $loc;
if $target > 0 then checkpw else fail;
##checkpw:
if $pw like $target's pwd then editit else locked;
##editit:
print "IMGLIST is broken at present";
var $caption to 'image used for LIST';
var $fld to 'imglist';
say 'edits',"[$actor] starts to tinker with [$target]";
mode textbox;
##fail:
if $counter > 0 then end else listall;
##listall:
var $click_cmd to 'imglist';
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";