EN6_PRC8/_module/nss/en6_bartender_c1.nss

11 lines
180 B
Plaintext
Raw Normal View History

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