This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

Talk:Drop

From the Oblivion ConstructionSet Wiki
Revision as of 12:24, 2 June 2008 by imported>Haama (Note on walking through inventories)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In conjunction with GetFirstRef, this function might be used for a way to walk through individual items in an inventory. Drop the item, then use GetFirstRef to get the dropped item/stack's reference. Make sure to pick up the items with an Activate after manipulating the items, to keep the item's script from running. If I'm not mistaken, this is effectively how RefStuff works, but doesn't require the plug-in. This still has the same limitations as RefStuff, mainly that not every function has been modified to work on references (i.e., SetEquippedWeaponPoison).--Haama 13:24, 2 June 2008 (EDT)