Also, meine GUI funktioniert jetzt fast einwandfrei. Sie basiert auf der von Lucasfan und hat auch immer noch die MI 1/2-typischen Buttons. Nur hat man bei mir 3 statt 4 Inventargegenstände pro Reihe und ich bin offenbar dazu, das mit dem Scrolling anzupassen. Ich nehme an, es handelt sich um diesen Teil des Scripts:
Code: Alles auswählen
if ((button == 7 || 8) & (game.top_inv_item < game.num_inv_items - 7)
game.top_inv_item = game.top_inv_item + 4
if ((button == 5 || 6) & (game.top_inv_item > 0))
game.top_inv_item = game.top_inv_item - 4
}
Gruß,
Campusanis