Quote:
|
Originally Posted by Velox Cruentus
You might want to make a player class, and put this in. (GS2 Required.)
PHP Code:
// player.addWeapons({weap1,weap2,weap3,and so on});
public function addWeapons(weaps)
{
for (weap: weaps)
{
this.addweapon(weap);
}
}
|
Don't confuse the poor kid.