file

  1. B

    Helped needed for writing to files.

    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...
  2. yodasvideoarcade

    WriteString - Save a string at runtime

    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...
Top Bottom