Jaysyn904 e0ec0015e6 Initial upload
Initial upload
2023-09-21 20:25:34 -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);
}