Serverside?
I added the script into RC/NC.
In the Weapons section of NC i have
NPC Code:
function onWeaponFired() {
putcomp graysoldier, mousex, mousey;
}
and on the level where the sign is held (you touch the sign to obtain the NPC) i have
NPC Code:
onPlayerTouchsme(){
player.addweapon(BaddyDropper);
}