Switch to edit mode.
Name(s): update_phobias1: if (!("phobias_on" in $iso.flags))
2: return
3: endif
4: c = $iso:contents()
5: "remove gone players"
6: for p in (this.profiles)
7: !(p[1] in c) ? this:profile_rem(p[1]) | 0
8: endfor
9: "add/keep profiles for c"
10: for p in (c)
11: this:profile_add(p)
12: endfor
13: "Last modified by Eve (#2633) on Fri Sep 22 05:33:12 2000 MDT."