okay nice to be here
i bought DBpro
and im following the tut
http://forum.thegamecreators.com/?m=forum_view&t=64198&b=7
so all is good
except i dunno how to keep the window open to show the health on screen so could someone please help me so far i have
Rem Project: RPG
Rem Created: 5/18/2009 7:55:09 PM
Rem ***** Main Source File *****
health# = 100
HealthWords$ ="Your Health is "
print Healthwords$+str$(health#)
but when i click run the window flashes but doesent stay open and i like to code i know a tiny bit of C++ but havent coded in months so gota relearn
if it is to be its up to me