• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Save online chat

MacGregory

Member
how to save chat correspondence in a separate file? for example the variable message_key = "" is where the message text is entered. who knows how best to do it or may have already done it.
 

kburkhart84

Firehammer Games
I'm not sure what you are doing with "online" chat...but if you have a variable with a string already, you can literally save that string to a file using the file functions in the manual. Yes, you should read the manual.

If you want better help than that, you are going to need to supply more information about what you are actually doing and what you have tried already(if anything).
 
Top