Code: Select all
script.on_init(function(e)
log('Crashing game by comparing with LuaGameScript:')
game.print(game.forces[1] == game)
log('If you\'re seeing this, the game didn\'t crash!')
end)
Thanks for your time!
Code: Select all
script.on_init(function(e)
log('Crashing game by comparing with LuaGameScript:')
game.print(game.forces[1] == game)
log('If you\'re seeing this, the game didn\'t crash!')
end)