Thread: Bad baddies
View Single Post
  #12  
Old 09-12-2005, 09:14 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by excaliber7388
NPC Code:
if(this.mode=4){

Use == while comparing things.
NPC Code:
if (this.mode == 4) {



Second, put those checks inside an event block.
__________________
Skyld
Reply With Quote