Switch to edit mode.
Name(s): @m*orph @mood1: "This verb was made by Thoth (#9780)" 2: if (verb in {"@m", "@mo", "@mor", "@morp", "@morph"}) 3: if (argstr == "me" || argstr == this.name || argstr == "") 4: argstr = player.name 5: endif 6: player.title = argstr 7: player:tell("Your new title is now " + player.title) 8: elseif (verb == "@mood") 9: if (argstr == "") 10: player.mood = argstr 11: player:tell("Mood removed.") 12: else 13: player.mood = " (" + argstr + ")" 14: player:tell("Current mood: ", argstr, ".") 15: endif 16: endif 17: "Last modified by Slackeur (#55) on Mon Dec 28 16:18:46 1998 MST."