Amon_PRC8/_module/nss/mclarngive.nss

17 lines
501 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////
//:: FileName at_076
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/14/2002 12:42:37 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("mclarnbread001", GetPCSpeaker(), 1);
// Remove some gold from the player
TakeGoldFromCreature(50, GetPCSpeaker(), TRUE);
}