Hey guys, I know I've been away for a while, been busy with life and work and dealing with Covid and whatnot. Anyways, I lost a valueable chunk of code by accident and for some reason I cannot figure out for the life of me what that code was. I know what it was supposed to do and where it goes, but the line of code itself is lost to me. The code I'm refering to is the code that allowed the user to click a checkbox to choose their class instead of the standard combobox. I've tried many alterations of GetClass(), LoadClass(), ClassBase.Whatever, etc... and everytime the client crashes when I click New character. This is the code I have right now:
Question
Lunam
Hey guys, I know I've been away for a while, been busy with life and work and dealing with Covid and whatnot. Anyways, I lost a valueable chunk of code by accident and for some reason I cannot figure out for the life of me what that code was. I know what it was supposed to do and where it goes, but the line of code itself is lost to me. The code I'm refering to is the code that allowed the user to click a checkbox to choose their class instead of the standard combobox. I've tried many alterations of GetClass(), LoadClass(), ClassBase.Whatever, etc... and everytime the client crashes when I click New character. This is the code I have right now:
Â
Â
As you can see, The combobox portion is commented out, and is replaced by the checkboxes. The specific line of code I'm talking about is this:
ClassBase.Lookup.Get(ClassBase.FromList(2).Id);
Link to comment
Share on other sites
8 answers to this question
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