2024-06-20 15:47:42 -04:00

17 lines
440 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_paysrats
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/12/22 18:16:32
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "PaysRats") == 1))
return FALSE;
return TRUE;
}