Technical notes
===============

Impulses
--------
impulse		what is does
10		cycle weapons one way
12		cycle weapons other way
20		throws the ball (if you have it)
21		drops the orb you are holding
22		drops the ball (if you have it)
50		display team scores
100		cheat (only in sinlge player) (For testing purposes)


Bitflags
--------
Skill :
bitflag		what it does
1		supresses the name display in center thing
2		makes all player respawn 10 seconds after a goal
4		makes the ball respawn when you drop it.
8		turns off the airgun
16		gives every player an SS and 50% health when they start
32		Deathmatch 3... for teamplay. :)

Teamplay
--------
The teamplay variable indicates the number of goals that a team can get before the level exits.
So, for example, you want the level to end at 35 goals for one team, set teamplay to 35.

Fraglimit still works like it always did, but for individuals instead of teams.



 