For http://forums.nexusmods.com/index.php?showtopic=329402#post_id_11085418, I need to get a list item. Usually I'd get the item name then do a web search then get the Item ID then add it from that (console: player.additem ItemID NbOfItems). As there's many items, it would take a lot of time. I was hoping there would be a console command or some kind of system to get the Item ID directly having the item selected. Currently, I select the object and on the top of the screen there's the quoted name followed by what seems like an object ID in parenthesis ; I'm pretty sure it has nothing related to what I need to add an item, especially on another game, as I never saw an Item ID so long, ie: ff4cbd87. So what I'm hoping for is while I have that object selected, I'd type in a command and the Item ID would be displayed, ie: getItemId ; other way, although less desirable, would be a command using that seemingly useless ID, not having the object selected, ie: getItemIdFromObjectId #.
I need to add all those items and I don't know their IDs.
Thanks a lot