Create .TXT file
Posted: 10 Dec 2012, 10:12
Hi all,
i'm working on a mission using mission editor.
I would need to know if is possible to create a .txt file ( for example "endmission1.txt" ) by using LUA language.
And I need to compile this .txt file by adding some string such for example:
mission1_obj1 = completed;
and in a second moment i would add new string in this .txt file, for example:
mission1_obj2 = failed;
etc.
is this possible?
can you help me with programming?
i'm working on a mission using mission editor.
I would need to know if is possible to create a .txt file ( for example "endmission1.txt" ) by using LUA language.
And I need to compile this .txt file by adding some string such for example:
mission1_obj1 = completed;
and in a second moment i would add new string in this .txt file, for example:
mission1_obj2 = failed;
etc.
is this possible?
can you help me with programming?