Act0nMX Posted July 26, 2018 Share Posted July 26, 2018 Hello I am new I would like to know how to make a condition not to repeat if, It is to make an achievement script!!! pls HELP!! Link to comment
Act0nMX Posted July 26, 2018 Author Share Posted July 26, 2018 1 hour ago, Act0nMX said: Hello I am new I would like to know how to make a condition not to repeat condition, It is to make an achievement script!!! pls HELP!! Link to comment
Moderators IIYAMA Posted July 26, 2018 Moderators Share Posted July 26, 2018 local index = 1 repeat print(index) index = index + 1 until index > 100 Link to comment
Act0nMX Posted July 27, 2018 Author Share Posted July 27, 2018 (edited) I asked him not to repeat Edited July 27, 2018 by Act0nMX Link to comment
Moderators IIYAMA Posted July 27, 2018 Moderators Share Posted July 27, 2018 Stop screaming, you are not a baby. local achievementState = {} local achievement = "test" if not achievementState[achievement] then achievementState[achievement] = true end Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now