Mike Hawk Posted August 30, 2009 Share Posted August 30, 2009 Hello everyone. I've not been a member here long but have recently been using this great site for collecting mods. :-) I THINK this is the right section... I did a search on my query and it turned up so many irrelevant results that it would be insane to try and read them all, I did try the first page. My question is simple, there are a few mods that supply additem codes but when I try to add the item I get an error (the standard error when an item does not exist). Others don't appear to have this issue. http://www.fallout3nexus.com/downloads/file.php?id=6219 This is an example mod, the item codes supplied there do not allow me to use player.additem [itemcode] 1. What am I doing wrong? Thanks in advance. Link to comment Share on other sites More sharing options...
Holty07 Posted August 30, 2009 Share Posted August 30, 2009 You need to check that you are using the correct load order number. For example if a mod says use player.additem 0100ea9 1 then you need to find out what position that mod is being loaded at and replace the 01 with that. So changing 0100ea9 to 1200ea9 for example. Link to comment Share on other sites More sharing options...
Mike Hawk Posted August 31, 2009 Author Share Posted August 31, 2009 That was it! Thanks a bunch! :) Link to comment Share on other sites More sharing options...
Recommended Posts