TheHordeUndead_PRC8/_module/nss/affordhench.nss

14 lines
209 B
Plaintext
Raw Normal View History

2023-09-21 20:25:34 -04:00
// * script: can_pay100
// * Does the PC have 100 gp?
// Use in [Text Appears When] tab of PC hiring dialog line.
#include "NW_I0_PLOT"
int StartingConditional()
{
return (HasGold(150,GetPCSpeaker()));
}