Rune_PRC8/_module/nss/goldmerchant.nss

14 lines
406 B
Plaintext
Raw Normal View History

2024-09-13 09:10:39 -04:00
//::///////////////////////////////////////////////
//:: 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);
}