function onCreated()
{
addweapon weapon1;
addweapon weapon2;
//etc...
}
Would something like this work for if I wanted to add a set number of "weapon" scripts to all accounts when they first log on? Or is there a better, more efficient way of doing this?