adams771 Posted January 29, 2010 Share Posted January 29, 2010 I need help getting the sword and armor i created in toolset to player inventory Link to comment Share on other sites More sharing options...
angryman24 Posted January 29, 2010 Share Posted January 29, 2010 There are a number of tutorials for doing it in elegant ways e.g. adding them on merchants, adding them in chests, adding them automatically on first load. The builder wiki is a good place to start: http://social.bioware.com/wiki/datoolset. I usually add mine with a script run from the console. It's easy and fast. void main() { object oCreature = GetMainControlled(); CreateItemOnObject(R"YOUR_RESOURCE_NAME.uti", oCreature, 1); } Link to comment Share on other sites More sharing options...
Recommended Posts