Thread: join command
View Single Post
  #9  
Old 12-09-2001, 01:22 PM
Andor_NPC-Admin1 Andor_NPC-Admin1 is offline
Registered User
Join Date: Nov 2001
Posts: 69
Andor_NPC-Admin1 is on a distinguished road
Okie, the NPC server doc says this:

"the internal representation is slightly different:
each npc has a list of scripts, the own script
is parsed and added as the first script in this list;
when you do join then another script is parsed
and added to the script list;
when the script for the requested class is already
in the memory (used by another npc) then it is not
copied, it is just added to the script list;
so when several npcs are using the same class
then it is only hold one time in the memory and
the script object is put into the script lists
of the npcs;
functions can be overwritten"


Can someone translate that to english?