Amon_PRC8/_module/nss/pay500.nss

11 lines
158 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
//:: FileName pay500
// PC pays 500 gp to NPC
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(500, GetPCSpeaker(), TRUE);
}