Switch to edit mode.
Name(s): ok2dispense1: "If you are not a progger, hands off!"
2: if (player:isa($webber) && player.user == $no_one)
3: player:tell("You need to login in order to get this permit.")
4: elseif (player:isa($webber) ? player.user:isa($prog) | player:isa($prog))
5: return 1
6: else
7: player:tell("You are not a programmer yet. It is unlikely that you would be accepted as a wizard if you can't program.")
8: endif
9: "Last modified by Dax (#789) on Sun Jul 28 07:46:13 2002 MDT."