Switch to edit mode.
Name(s): quick1: if (player in this.quick)
2: player:tell("Suspends are now on.")
3: this.quick = setremove(this.quick, player)
4: else
5: player:tell("Suspends are now off.")
6: this.quick = {@this.quick, player}
7: endif
8: "Last modified by James (#6397) on Fri Jun 26 11:49:06 1998 EDT."