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

14 lines
407 B
Plaintext

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