PRC8/trunk/scripts/tfshad_10000gp.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

7 lines
110 B
Plaintext

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