File loader with redmew files

This commit is contained in:
Cooldude2606
2019-02-24 21:13:08 +00:00
parent 3dbe493f1f
commit ef5ed027a1
8 changed files with 912 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
function thisIsATestFunction(...)
game.print(serpent.line({...}))
end
end
Event.add(defines.events.on_console_chat,function(event)
if event.player_index then game.print('Message: '..event.message) end
end)