Quote:secondaryOffhandButtonPressed() //uhh, maybe 1?Actually, its 4 by default.
(11-27-2010, 03:35)Deathmax Wrote:(11-26-2010, 17:28)Kriege203 Wrote: i want to set up only 1 killstreak
I'm not sure, never tried. Maybe replace the killstreaks you don't want with killstreak_null?
Try:
self.killstreak[0] = "killstreak_whatever";
self.killstreak[1] = "none";
self.killstreak[2] = "none";
If that doesn't work, try:
self.killstreak[0] = "killstreak_whatever";
self.killstreak[1] = undefined;
self.killstreak[2] = undefined;
A casual conversation between barata and I about Nukem.