Amon_PRC8/_module/nss/mclarngive2.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

17 lines
498 B
Plaintext

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