Setting Flags

Mystikal

Dedicated Member
Dedicated Member
May 14, 2004
229
2
65
Well i've tried coding a npc to set and check flags...It will check flags normal but it doesn't seem to setflags, I had a look through the NPC command post but nothing I could think of using worked >< Heres the lines of coding I cant get working.

Code:
[@main]
#IF
#ACT
SET [999] 1 
break
#IF
check [999] 1
#ACT
Goto @999
break