How to get a specific value from a method with multiple return values?
I want to access all of the int values when I call a method with the return line shown in the image, how would I go about writing it? e.g. I want to assign exp & gold to variables but don't know how to get them (is it done through an index???)