Posted August 28, 20178 yr Hi, I've seen some threads about this on the forum, but I am curious if there is still a way to use a string array like before to create a button that changes as you click it, and thereby changing the string that the config outputs. Thanks, swentyl
August 28, 20178 yr Try using an enum. You get a button that cycles. @Config.Comment("Enumerated Values") public static LATIN latin = LATIN.BETA; public enum LATIN { ALPHA, BETA, GAMMA; }
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.