Hi,
Is there any way of creating a textbox? With this, it would be easy to add text in it via variables...
It would take a TXT or INI file and change the [varname] (ex.: [RH]) to the number the program chosen in my code.. (ex.: [rh] would be changed by 40 because in my code the engine randomly chosen a number.)
so the ini file would look like this:
Code:
BLABLA RH: [RH_VAR]
BLABLA CAPE: [CAPE_VAR]
and the variables would be changed by the code..
Then, in my game, we would see a textbox where the INI file is in it, so It would looks like
Code:
BLABLA RH: 40
BLABLA CAPE: 567
I hope you understand, im bad in english.. thanks!