Switch to edit mode.
Name(s): @m*orph @mood1: "Copied from Titon (#4812):@mood Sep 1 21:03:13 2000"
2: "Copied from Jaina_Solo (#7349):@morph Aug 15 20:23:25 2000"
3: "Copied from Goku_ (#9057):@morph May 24 20:14:07 2000"
4: "Copied from Mchaggy (#9488):@morph May 17 17:33:21 2000"
5: "Copied from Kasaii (#9819):@m Feb 14 16:51:07 2000"
6: "This verb was made by Raistlin_Majere (#9780)"
7: if (verb in {"@m", "@mo", "@mor", "@morp", "@morph"})
8: if (argstr == "me" || argstr == this.name || argstr == "")
9: argstr = player.name
10: endif
11: player.title = argstr
12: player:tell("Your new title is now " + player.title)
13: player.location:announce_all(player.name, " morphs into " + player.title + "")
14: elseif (verb == "@mood")
15: if (argstr == "")
16: player.mood = argstr
17: player:tell("Mood removed.")
18: else
19: player.mood = " (" + argstr + ")"
20: player:tell("Current mood: ", argstr, ".")
21: endif
22: endif