void main()
{
   object oPC = GetPCSpeaker();
   object oItem = CreateItemOnObject("anc_it_ring_craf", oPC);
   SetLocalInt(oItem, "Prototype", TRUE);
   SetItemCursedFlag(oItem, TRUE);
}