HiddenTradition_PRC8/_module/nss/sc_testabbotstar.nss
2024-06-20 15:47:42 -04:00

17 lines
448 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_testabbotstar
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/15/2002 8:56:15 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "jt_Abbot") == 1))
return FALSE;
return TRUE;
}