i am a MOO user, and have set my account to edit locally. this means when i type @edit <object:verb> the server returns a string, followed by the programming for that verb, followed by a fullstop. I would like to send the program to the notepad, but i cant work out how to pass the multiple lines to a script, or even how a script can read in from the world. As an example:
@edit box:close
#$# edit name: box of kleenex:close upload: @program #25134:close
player:tell("You can't close it.");
player.location:announce(player.name," must be an idiot.");
.
then the notepad should contain
@program #25134:close
player:tell("You can't close it.");
player.location:announce(player.name," must be an idiot.");
.
is it possible?
@edit box:close
#$# edit name: box of kleenex:close upload: @program #25134:close
player:tell("You can't close it.");
player.location:announce(player.name," must be an idiot.");
.
then the notepad should contain
@program #25134:close
player:tell("You can't close it.");
player.location:announce(player.name," must be an idiot.");
.
is it possible?