Debugging..

Hi all…

Is there any way to give a game I’m making, to someone and be able to see all the commands he typed through the game?

Thanx!

If you need to see all the things he tried during the game, you could have that someone type the command SCRIPT when playing the game. This would cause the interpreter to save all the commands (and the game’s responses) to a text file, viewable through Notepad. 8)

:slight_smile: Thanx!