View Single Post
  #7  
Old 10-13-2001, 07:18 PM
T3CK T3CK is offline
Banned
Join Date: Aug 2001
Location: Atlanta, GA
Posts: 557
T3CK is on a distinguished road
Send a message via AIM to T3CK Send a message via MSN to T3CK Send a message via Yahoo to T3CK
Re: Re: Flag: Created :: Value: Neato

Quote:
Originally posted by kyle0654

The problem you run into with that is that when the player gets the weapon the first time it'll run that too. Set a flag when inside that check, and add the flag to the check, and it should work:
NPC Code:

if (created&&isweapon&&myflag) {
...
} else {
set myflag;
}



wow, first post in over a month...
=)
Congrats on your first post in over a month!
Reply With Quote