Thread: Script classes
View Single Post
  #4  
Old 01-22-2004, 04:00 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
The npcs automatically use the new code. There can be following problems when updating a class:
- when npcs are doing a sleep inside the updated class then the npc is normally stopped (no sleep-reentry)
- when the updated class catches more events (like you add an if (playertouchsme)) then the npc will still not get the playertouchsme-event until you update the level / npc
Reply With Quote