Thread: chest weapons
View Single Post
  #4  
Old 05-15-2006, 02:21 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
make a NPCW called 'Bow' and put:

PHP Code:
if(actionserverside) {
  
addweapon New-Bow;
  
removeweapon Bow;
}

//#CLIENTSIDE
if(created) {
  
triggeraction 0,0,serverside,Bow,;

or something. Do that for each of the weapons picked up by NPCs, and replace them with scripted versions.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote