[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 "Common Bugs"
Jump to navigation
Jump to search
→Adding Multiple Items with the Same Script: cleanup
imported>Dev akm (→Weight Updates: added MoveTo Oddities) |
imported>Dev akm (→Adding Multiple Items with the Same Script: cleanup) |
||
Line 89: | Line 89: | ||
**For example, if you have 2 of an item in a container (same base object), and the player double-clicks them, thus adding one after the other, you'll hit this bug | **For example, if you have 2 of an item in a container (same base object), and the player double-clicks them, thus adding one after the other, you'll hit this bug | ||
**But using 'AddItem SomeItem 2' seems to work without hitting the bug | **But using 'AddItem SomeItem 2' seems to work without hitting the bug | ||
[http://www.bethsoft.com/bgsforums/index.php?s=&showtopic=628331&view=findpost&p=10126100| | *[http://www.bethsoft.com/bgsforums/index.php?s=&showtopic=628331&view=findpost&p=10126100|More examples] | ||
<br>What exactly is going is anyone's guess, and the problems that can occur are very, very bizarre making them hard to trace. Also, the bug seems to be intermittent, sometimes working and sometimes not, and some scripts don't seem to run into the problem. The a few points to take away from this: | <br>What exactly is going is anyone's guess, and the problems that can occur are very, very bizarre making them hard to trace. Also, the bug seems to be intermittent, sometimes working and sometimes not, and some scripts don't seem to run into the problem. The a few points to take away from this: | ||
*Adding two or more items with the same script can produce weird results | *Adding two or more items with the same script can produce weird results |