RoT2_PRC8/_module/nss/mared_give_head.nss

14 lines
407 B
Plaintext
Raw Normal View History

2023-09-25 18:13:22 -04:00
//::///////////////////////////////////////////////
//:: FileName at_mared04
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/8/2002 11:11:49 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("MaredsHead", GetPCSpeaker(), 1);
}