basic rpg help, update text box
Hi, I have a question about how to use this function that I have made. I am able to call the update to the text box in the firstencounter method, but that is only when I have the (Form1 temp) set up in the method. In my combat method, it won't let me use Form1 temp because I need to assign it a value like everything else. What value should I give it in the parameters for Combat to make it work? I tried "this" and it didn't work because of the static method.
