Switch to edit mode.
Name(s): Title msg_who_location1: person = verb == "who_location_msg" ? args[1] | player
2: if (player in this.contents)
3: loc = this:loc(person)
4: if (loc == {0, 0})
5: return tostr(this.Special[loc in $list_utils:slice(this.special)][3])
6: endif
7: if (loc in (SpecList = $list_utils:slice(this.special)))
8: return tostr(this.Special[loc in SpecList][3], " (", loc[1], ", ", loc[2], ")")
9: else
10: return tostr("Fishing Game 3.0 (", loc[1], ", ", loc[2], ")")
11: endif
12: else
13: return tostr(this.PreTitle, " Fishing 3.0")
14: endif
15: "Last modified by James (#6397) on Sun May 24 19:05:49 1998 EDT."