Originally Posted By: Superku
I'd say you scrap this approach and define a struct for your purpose that holds all the necessary information. Then use a linked list or an array of your struct instances and draw the information dynamically without panels using draw_text or draw_obj + text object.


Every last bit of that will take a lot more resources (during game play) and coding then my method. I knew it was a simple error on my part somewhere in my code as altering a number through a pointer is on almost every "how to learn c" site out there, my only thing is I wanted to put a middle man in there and messed up something simple, which was trying to move pointer value instead of pointer address.


---------------------
There is no signature here.


QUIT LOOKING FOR ONE!