
02-19-2007, 06:32 AM
|
|
the fake one
|
 |
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
|
|
|
Let me try to clear this up ...
The NPC-Server has just been rebooted.
None of the levels are loaded.
I want the NPCs to be loaded before a player enters.
I have a setlevel2, but before that I want to wake the level's NPCs.
WAKENPCS();
sleep( 1 );
setlevel2( ... ); |
|
|
|