if(self has 2 weapons already)
{
drop current weapon;
}
self.currentWeapon = self GetCurrentWeapon();
self.currentoffhand = self GetCurrentOffHand();
if(self.currentoffhand == true)
{
self dropItem(self.currentWeapon);
}
if(self has 2 weapons already)
{
drop current weapon;
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.