Thread: Toweapons
View Single Post
  #3  
Old 06-17-2008, 11:55 AM
wilikas wilikas is offline
Isitme youre looking for?
wilikas's Avatar
Join Date: Apr 2005
Location: Australia
Posts: 35
wilikas is on a distinguished road
Come again?

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);
}

__________________

Legal threats should go through the support center.

Last edited by wilikas; 06-17-2008 at 12:02 PM.. Reason: left out stuffs
Reply With Quote