Amon_PRC8/_module/nss/lootgold.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

10 lines
201 B
Plaintext

void main()
{
// ActionSpeakString("Running lootgold", TALKVOLUME_SHOUT);
int nNum = 1;
int nCash = d20(GetHitDice(OBJECT_SELF) /2);
{
GiveGoldToCreature(OBJECT_SELF, nCash);
}
}