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