WizardryEE/Module/nss/knowblueribbon.nss

17 lines
483 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName knowblueribbon
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Lucky Day Dragon
//:: Created On: 07/13/2002 6:20:05 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalFloat(GetPCSpeaker(), "Blue Ribbon Quest") == 0.000000))
return FALSE;
return TRUE;
}