Difference between revisions of "Common Bugs"

13 bytes removed ,  15:10, 31 March 2009
imported>Dev akm
(→‎Weight Updates: added MoveTo Oddities)
imported>Dev akm
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|Here are some more examples]
*[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
Anonymous user