<<.>> hmn i guess includes would make a difference, there wasnt any listed in any of the gamestudio manuals,,,when i was reading them i guess im used to a different format of code

int nNumber=5;
string sWord="word";
float fDecimal=2.53984;
void Myvoid(int,nNumber);

ok thanks,, sorry to be a pain and I apapreciate all the guidance i can get while stumbling through this,, I bet those includes will solve a lot of my problems.
Do i need to state any paths for these at all ? or if they are all in the same existing folder with my wdl then all is good?