WoR_PRC8/_module/nss/pally_gold.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

14 lines
408 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName pally_gold
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 27/02/2005 6:38:23 PM
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(1000000, GetPCSpeaker(), TRUE);
}