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

17 lines
441 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName frobo_getvar1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 05/01/2004 22:02:13
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "frobo") == 1))
return FALSE;
return TRUE;
}