Well, your script has
something like this in it right?
CreateNpcFromTemplate( template, loc.x, loc.y, loc.z);
Well change that to
CreateNpcFromTemplate( template, loc.x, loc.y, loc.z);
CreateNpcFromTemplate( template, loc.x, loc.y, loc.z);
So it makes two of them...
