this things drive me crazy, 'cause i suppose that the langue was a C/C++ based but it isn't so easy :P

STRING myLog = "here we start";
myLog += "\n this isn't a new piece of the string ?";

and also, if i need to attach a value ?

myLog = "Hey you got an healbottle ! ("+ my.skill1 +" of Energy)";

i think that's a realy basic stuff to learn, but i'ven't found any reference about that (maybe i'm searching the worng stuff)
but what i' need to do is a scrolling text with a sort of log that explane what is happening to the player while the game is running, and i'm stucked on this thing from a pair of days.. frown

Last edited by MaximilianPs; 05/22/09 07:59.