Aantioch_Infernum/_module/nss/fairygetvar1.nss

17 lines
445 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: FileName fairygetvar1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 28/03/2004 17:45:21
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "fairyspoke") == 1))
return FALSE;
return TRUE;
}