PoA_PRC8/_module/nss/priesttakegold.nss

8 lines
145 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
void main()
{
object oPC = GetPCSpeaker();
int hd = GetHitDice(oPC);
int cost = hd * 150;
TakeGoldFromCreature(cost, oPC, TRUE);
}