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

17 lines
452 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_wantcontract
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/19/2002 10:51:45 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "WantContract") == 1))
return FALSE;
return TRUE;
}