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

17 lines
455 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName olina_getvar1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/10/2003 22:16:42
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(GetLocalInt(GetPCSpeaker(), "element") == 1)
return TRUE;
return FALSE;
}