trunip190 Posted October 22, 2010 Share Posted October 22, 2010 I've been working on a mod that lets you summon weapons ( and armour soon) that you put into specific chests, this will eventually mean that you can bind vanilla and custom weapons to a spell as if it was "bound gauntlets". However, I've run into a problem with OBSE.I cannot pass a string with the name of the item in chest to a string in the script on the spell.referencing the container like this: "2trucont".GetInventoryObject 0 doesn't return a value when run from the script on the spell.However, when run from the container itself like this: GetInventoryObject 0 it works fine, but i cannot then set the string in the spell, or get it from the spell. Any Idea? Link to comment Share on other sites More sharing options...
Deleted1848331User Posted October 23, 2010 Share Posted October 23, 2010 Hmmm whats the script block? Link to comment Share on other sites More sharing options...
Recommended Posts