Global Coding Question
Posted: Wed Jan 04, 2006 5:46 am
I was just wondering, is it possible to make a game run using ONLY Global Coding? Making custom variables using the C++ command "VAR" and using other C++ commands like "FUNCTION" "MAIN" "WHILE(1)" and what not? Another thing, how do you set a custom made variable? Like say I create a variable called "HIT_POINTS" and I want to set the integer amount to 100, where and how would I do that?