RoT2_PRC8/_module/nss/mared_give_ring.nss

14 lines
405 B
Plaintext
Raw Normal View History

2023-09-25 18:13:22 -04:00
//::///////////////////////////////////////////////
//:: FileName mared_give_ring
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/4/2003 12:36:32 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("maredring", GetPCSpeaker(), 1);
}