TheHordeUndead_PRC8/_module/nss/payforhench.nss

11 lines
173 B
Plaintext
Raw Normal View History

2023-09-21 20:25:34 -04:00
// * script: pay100
// * Removes 100 gp from PC.
// Use in [Actions Taken] tab of PC hiring dialog line.
void main()
{
TakeGoldFromCreature(150, GetPCSpeaker(), TRUE);
}