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

14 lines
405 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName lbdo_take30gp
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/8/2004 10:54:49 PM
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(30, GetPCSpeaker(), TRUE);
}