LoT_PRC8/_module/nss/ftk_300.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

17 lines
444 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName ftk_300
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/23/2009 2:39:04 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "findtheking") == 100))
return FALSE;
return TRUE;
}