[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "User:Candlemaster/Item Sorter"
Jump to navigation
Jump to search
→First Attempt
imported>Candlemaster |
imported>Candlemaster |
||
Line 60: | Line 60: | ||
After testing this script, nothing happens when "Sort Ingredients" is chosen, but "Open Container" works fine. | After testing this script, nothing happens when "Sort Ingredients" is chosen, but "Open Container" works fine. | ||
It appears that the problem may have been "GetObjectType". Instead, I'll try using OBSE's "IsIngredient" function. | It appears that the problem may have been "GetObjectType". Instead, I'll try using OBSE's "IsIngredient" function. | ||
==References== | |||
*[[IsAlchemyItem]] | *[[IsAlchemyItem]] | ||
*[[IsAmmo]] | *[[IsAmmo]] | ||
Line 81: | Line 84: | ||
*[[IsSoulGem]] | *[[IsSoulGem]] | ||
*[[IsWeapon]] | *[[IsWeapon]] | ||
[[Category:Inventory_Functions_(OBSE)]] |