PRC8_fork/trunk/scripts/tfshad_10000gp.nss

7 lines
110 B
Plaintext
Raw Normal View History

int StartingConditional()
{
if(GetGold(GetPCSpeaker()) >= 10000)
return TRUE;
return FALSE;
}