PRC8/nwn/nwnprc/trunk/scripts/tfshad_10000gp.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

7 lines
110 B
Plaintext

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