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

14 lines
405 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_bribe50gp
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/1/2002 11:37:27 PM
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(50, GetPCSpeaker(), FALSE);
}