Jump to content

item to inventory from toolset


adams771

Recommended Posts

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...