So I'm working on a project to make random level designs for games in Monkey X.
The method I'm using is creating an external .txt document which contains values and looks something like the following:
22222222222222222222
27777777777777777772
27777777777777777772
27777777777777777772...
Let's assume I want to store the actual date and time when the game is over in a logfile that I can later access manually. I'm doing the following, but it seems to not update the file at all:
(gamedata2 is defined as int-array, gamedata is defined as string)
'write game status to file...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.