View Single Post
  #6  
Old 06-11-2001, 12:06 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
I guess you already know now,
it is

NPC Code:

putnpc2 x,y, {
script
};



So you put the code inside the
command itself. If you want to make
an npc duplicating itself then you
will need to use join.
To give parameters to the new npcs,
do

NPC Code:

with (npcs[npcscount-1]) {
this.vars = ...
}



after you have used putnpc2