Quote:
Originally Posted by Slaz
Also, because the Blaster is disabled, I forced /weaponchance on for this level because I suck at scripting for now. If someone has a way to default Ice as the only gun somehow, feel free to suggest it. 
|
Code:
void onPlayer(jjPLAYER@ play) {
if (play.ammo[WEAPON::ICE] > 0) play.currWeapon = WEAPON::ICE;
}
|