Battledale_PRC8/_module/nss/ty_ivywghtcheck.nss

17 lines
465 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName ty_ivywghtcheck
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/23/03 12:23:48 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "iPCWeight") < 1150))
return FALSE;
return TRUE;
}