PWE_PRC8/_module/nss/pay1000.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

10 lines
160 B
Plaintext

//:: FileName pay1000
// PC pays 1000 gp to NPC
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(1000, GetPCSpeaker(), TRUE);
}