LoT_PRC8/_module/nss/gen_take50gold.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

14 lines
411 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName gen_take50gold
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 24-10-2002 17:19:58
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(50, GetPCSpeaker(), TRUE);
}