Files
RoT2_PRC8/src/module/nss/bill_var_check.nss
Jaysyn904 ab2fc1d732 Added PEPS AI
Added PEPS AI.
Full compile.
Reorganized repository.
2025-07-28 12:49:34 -04:00

17 lines
450 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName bill_var_check
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/3/2003 8:29:49 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "skeletonquest") == 1))
return FALSE;
return TRUE;
}