Quote:
Originally Posted by Stefan
- new onInitialized() event for database npcs when the server has been restarted
|
Is that when the whole server restarts, or also when the NPC server is restarted?
I have in a database NPC:
NPC Code:
function onInitialized() {
echo("Test");
}
But when I restart the NPC server, it doesn't work.