Jorne Posted February 21, 2008 Share Posted February 21, 2008 Hi I'm trying to write a OBSE script that will give the total gold value of enchanted objects. I tried various things like GetGoldValue (base) & GetMagicEffectBarterValue, but they don't seem to work. Any ideas? Example: set itemType to GetInventoryObject 0 set enchantType to GetEnchantment itemType set itemVal to GetGoldValue itemType; <<< base value of object set EncGoldVal to GetMagicEffectBarterFactor enchantType set resultVal to (itemVal + encGoldVal); <<< (+ or x) ...but encGoldVal is always 0.00000 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.