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

14 lines
399 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName gilafin_3
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 27.6.2004 20:41:23
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(10, GetPCSpeaker(), TRUE);
}