TheHordeOrcs_PRC8/_module/nss/payforhench.nss
Jaysyn904 defc8f9f6d Re-uploaded instead of migrated
Re-uploaded instead of migrated.
2024-08-03 15:05:13 -04:00

11 lines
173 B
Plaintext

// * script: pay100
// * Removes 100 gp from PC.
// Use in [Actions Taken] tab of PC hiring dialog line.
void main()
{
TakeGoldFromCreature(150, GetPCSpeaker(), TRUE);
}