I think the rule said you may not say 'A mod is coming soon! New elements are coming soon!'
Because 'gives people false hope and usually isn't done after 1 month, 1 year, or even never.'
I never do that because I am not sure if I can do it.
Copiede originally from Modding Rules:
4) Do not post mod announcements. These are threads that announce a mod that will be released in a year or months from the thread. They may also ask for suggestions. Most of these never end up getting released for a few months, or ever, and just give false hope to the people who think it's real. If you want suggestions, there is the feedback forum, and a mod suggestion thread. You can post these threads if you have proof you have started (ex. github commits, or a few elements made)
1.Do you learn Lua and how to create a mod with it?
Well, you learn. So you can start from little things, for example, how to create a dialog using Lua? And let's see if you are actually learning Lua. It can be a proof showing you are doing it also.
curMode = modeButton:text()
in every function that uses it), consider using a local instead.setButton:action(setMode)
.local TTL = Label:new(10,100,60,16, "Change to :")
creates a text label, but what is that label for? that's what you're supposed to write in the comments.