View/Edit #2385:@m*orph @mood

Switch to edit mode.

Name(s): @m*orph @mood
1:  "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."

Verb arguments: any any any
Verb perms: Readable NOT-Debug
Verb owned by: NiceGuy (#2385)

You are not logged in.

[home | help | who | search | setup | code]