TheHordeOrcs_PRC8/_module/nss/payforhench.nss

11 lines
173 B
Plaintext
Raw Normal View History

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