Switch to edit mode.
Name(s): name1: if (this.morphed)
2: return this.morph_name + " (" + tostr(this.aliases[random($)]) + ")"
3: else
4: return this.name + " (" + tostr(this.aliases[random($)]) + ")"
5: endif
6: "Last modified by Hannah (#9579) on Sat Apr 6 22:51:18 2002 MST."