View Single Post
  #8  
Old 10-14-2001, 07:49 AM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
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...
So it will work to check when a player logs on then?
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote