Difference between revisions of "Common Bugs"
Jump to navigation
Jump to search
Wrong: I have a script which adds 7 items during the same frame to a container without prob., more over this takes place while 4 other containers in the same cell add 3 items to themselves,
imported>Realmeleven |
imported>HawkFest (Wrong: I have a script which adds 7 items during the same frame to a container without prob., more over this takes place while 4 other containers in the same cell add 3 items to themselves,) |
||
Line 86: | Line 86: | ||
<br>This seems to happen for several situations: | <br>This seems to happen for several situations: | ||
*You add an item, which in turn adds another item | *You add an item, which in turn adds another item | ||
*An item that runs when the player adds them to a container, or the player takes them from a container | *An item that runs when the player adds them to a container, or the player takes them from a container | ||
**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 |