Files
HeroesStone_PRC8/_module/nss/takegold20.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

14 lines
408 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName takegold10
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 25/03/2005 01:01:49
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(20, GetPCSpeaker(), FALSE);
}