View Single Post
  #6  
Old 04-12-2002, 05:47 AM
Baltar
Hill Giant
 
Join Date: Jan 2002
Posts: 185
Default npc id

Simply assign the player and npcid (anyone will do try 99)
on eqadmin, it's the number on the far left. There is a quest
tab in eqadmin, but it doesn't apply to scripts.

then in your script file type this.

NPC_SCRIPT 99 {
#whatever you want in here
}

(taken from tutorial)
Reply With Quote