
02-03-2002, 02:33 AM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
Scripts are only called when an event happens.
In previous versions all scripts were called when an event
happened, now only scripts that wants the event (like
when doing if (playertouchsother) the game knows that
npc wants the even playertouchsother).
Your script can also have problems when the npcs are in
different order, its better to call the other npc scripts
directly or whatever, or use a timeout |
|
|
|