Switch to edit mode.
Name(s): _enterfunc1: if (!(player in this.Fishers))
2: this.fishers = {@this.fishers, player}
3: FishCaught = {}
4: for x in [1..length(this.FishStats)]
5: FishCaught = {@FishCaught, 0}
6: endfor
7: this.FisherStats = {@this.FisherStats, {{0, 0}, FishCaught, {}, 0, 0, 0, 0, 0, 0, 0}}
8: ".FisherStats: {location, {fish #1 caught, fish #2 caught....}, {flags...objects and stuff}, total weight, cash, time, 0, 0, 0, 0}"
9: endif
10: pass(@args)
11: "Last modified by James (#6397) on Mon May 25 17:18:58 1998 EDT."