Switch to edit mode.
Name(s): _enterfunc1: if (is_player(args[1]) && !(args[1] in $list_utils:slice(this.money)))
2: this.money = {@this.money, {args[1], 1000.0, 0}}
3: suspend(2)
4: player:tell("This is your first time here, you are given $1,000 to spend.")
5: endif
6: pass(@args)
7: "Last modified by James (#6397) on Mon Mar 12 23:01:28 2007 EDT."