I'm lost again... My game is going fine and up until today I was having no problems, other than the few I posted about a couple days ago.
Anyways, here's the problem that's got me confused... again, I'm tired and this is annoying me...
I want to have the program paste the level and experience to next on the screen, in the top left hand corner. Now, I can do that using the print command but soon after doing this the first time I realized every time I had to use CLS (Text based game) it cleared the Level and Exptonextlevel, causing me to have to re-write the code for displaying that info on the screen. It's an annoyance and resulted in my code becoming very long...
So, somehow, someway I managed to get it to not do that... Until today of course. My brother, not paying attention went to save some images into the game folder this morning while I was working and accidently, somehow deleted the DBA files for the game...
I had backups so I opened them and pasted them all back into one file so the game has been restored...However, the commands which pasted the level and exptonextlevel on the screen have disappeared.. and I don't remember what they were...
Can anyone help me out with this???
A command or series of commands to paste:
Print "Level: "; Lev
Print "Exp to next Level: "; ExptonextLev
onto the screen and have it stay there if, for example, the CLS command is used 800 lines later...(game isn't quite that big yet, but we can dream)
Any help would be appreciated
EDIT: should probably add that I'm using DBC