Rune_PRC8/_module/nss/goldmerchant.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

14 lines
406 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName goldmerchant
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 12/22/2003 4:23:12 PM
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(200, GetPCSpeaker(), TRUE);
}