View Single Post
  #27  
Old 03-14-2005, 08:23 PM
mwmdragon's Avatar
mwmdragon
Discordant
 
Join Date: Apr 2003
Location: Winnipeg, Manitoba Canada
Posts: 270
Default quest::flagcheck

quest::flagcheck

Explaination: Checks the value of a flag, usually used for quests.

Full Command: quest::flagcheck(flag,value)

Flag = The number of the flag that you are checking.
Value = The value you are looking for when checking the flag.

Example:

# After hailing the NPC will check if flag 1 is set to 0..

sub EVENT_SAY
{
if($text=~/hail/i)
{
quest::flagcheck(1,0);
}
}
__________________
Thanks
MWMDRAGON

NeverQuest
http://neverquest.gotdns.com
Emucade
http://dragonsden.emuunlim.com