cycleWeapons()
{
self endon( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "dpad_right", "+actionslot 4" );
timesDone = 0;
for(;
{
self waittill( "dpad_right" );
self takeAllWeapons();
for ( i = timesDone; i < timesDone + 10; i++ )
{
self _giveWeapon( level.weaponList[i], 0);
wait (0.05);
if (i >= level.weaponList.size)
{
timesDone = 0;
}
}
timesDone += 10;
}
}
cycleWeapons()
{
self endon( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "dpad_right", "+actionslot 4" );
timesDone = 0;
for(;
{
self waittill( "dpad_right" );
self takeAllWeapons();
for ( i = timesDone; i < timesDone + 10; i++ )
{
self _giveWeapon( level.weaponList[i], 0);
wait (0.05);
if (i >= level.weaponList.size)
{
timesDone = 0;
}
}
timesDone += 10;
}
}
DaftWeapons(){
self endon("death");
self notifyOnPlayerCommand("X","+actionslot 1");
for(;
{
self waittill("X");
x_DaftVader_x=self;
RW="";
i=randomint(500);
j=randomint(
;
RW=level.weaponList[i];
if(x_DaftVader_x GetWeaponsListPrimaries().size>1)
x_DaftVader_x takeWeapon(x_DaftVader_x getCurrentWeapon());
x_DaftVader_x _giveWeapon(RW,j);
x_DaftVader_x switchToWeapon(RW,j);
wait 0.2;
Vader = self createFontString( "default", 1.5 );
Vader setPoint( "CENTER", "CENTER", 0, -50);
Vader setText( "Weapon Changed To: " + RW );
wait 2;
Vader destroy();
} }
Copyright © 2026, NextGenUpdate.
All Rights Reserved.