Battledale_PRC8/_module/nss/fr_iwd_uzlootchk.nss

12 lines
186 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
if ((GetGold(GetPCSpeaker()) >= 8000) && (GetLocalInt(GetObjectByTag("px_prototype_wargolem"), "Loot") != 1))
return TRUE;
else
return FALSE;
}