HoS_PRC8/_mod/_module/nss/at_take5gold.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

14 lines
405 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_take5gold
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/23/2005 11:05:57 AM
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(5, GetPCSpeaker(), FALSE);
}