Thread: Follow player
View Single Post
  #8  
Old 05-12-2001, 06:10 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
You could probably name the server npc -system too...not sure if the '-' would work. I was just giving an example for you to build off of though, I expected you to try at least to change the name. addweapon adds a script that's on the server as a weapon with the name of the NPC on the server.

As for joining with NPCWs, could that PLEASE be added soon?
Something like:
NPC Code:

if (created) {
join BowFunctions;
join ArrowProperties;
toweapons Mega-Bow;
}
// rest of weapon here


Not really a text file...those are kinda outta date...

Last edited by kyle0654; 05-12-2001 at 06:13 AM..