Jaysyn904 de24f81734 Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
2021-07-12 21:24:46 -04:00

11 lines
175 B
Plaintext

int StartingConditional()
{
int nPrice = GetLocalInt(OBJECT_SELF, "CURRENTPRICE");
if(GetGold(GetPCSpeaker()) >= nPrice)
{ return TRUE; }
return FALSE;
}