Thread
:
Bad baddies
View Single Post
#
12
09-12-2005, 09:14 AM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
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
View Public Profile
View GraalOnline Profile
Find all posts by Skyld