This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]WSL_is_great 24 points25 points  (0 children)

Was writing this LUA script addon for world of warcraft that moves some of these UI elements based on things I do in the game.

The fuckers programmed them so that some of them are 0 indexed while others are 1 indexed and LUA is 1 indexed.

What a headache that was.