Switch to edit mode.
Name(s): profile_add1: if (gen = this:profile_get(args[1]))
2: return 0
3: endif
4: phobias = this:phobias_gen()
5: this.profiles = {@this.profiles, {args[1], 0, phobias}}
6: return 1
7: "Last modified by Eve (#2633) on Fri Sep 22 04:27:50 2000 MDT."