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

20 lines
484 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName tuck_pay_ch
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/13/2002 10:10:40 PM
//:://////////////////////////////////////////////
void main()
{
int oHD = GetHitDice(GetPCSpeaker());
object oPC = GetPCSpeaker();
// Remove some gold from the player
TakeGoldFromCreature(oHD*200, oPC, TRUE);
}