I'm trying to move a plot item to a quest giver (or destroy it, or get rid of it - so it isn't in the Hero's inventory). I've used all of the commands below (at different times) to no avail. The script always compiles and seems to fire because the journal updates. Do I need to set the plot item to FALSE, and if so, what is the command, I can't seem to locate it but thought I read about it somewhere. Thanks.
RemoveItemsByTag(GetHero(), SILVER_SWORD_TAG);
Safe_Destroy_Object(oSilver);
UT_DestroyTag(SILVER_SWORD_TAG);
UT_RemoveItemFromInventory(ALRIC_SWORD_RES, 1, oAlric);
MoveItem(GetHero(),oAlric, oSilver);
Modifié par Sonmeister, 18 juin 2010 - 12:10 .