Aantioch_Infernum/_module/nss/fairygetvar1.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

17 lines
445 B
Plaintext

//::///////////////////////////////////////////////
//:: 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;
}