UW2_PRC8/_module/nss/time7.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -04:00

17 lines
436 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName time7
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/5/2002 3:22:06 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "jailtime") == 5))
return FALSE;
return TRUE;
}