diff --git a/Core/Message/001-hello-world.lua b/Core/Message/001-hello-world.lua new file mode 100644 index 0000000000..d865b7050a --- /dev/null +++ b/Core/Message/001-hello-world.lua @@ -0,0 +1,4 @@ +-- +-- Simple example mission to show the very basics of MOOSE +-- +MESSAGE:New( "Hello World! This messages is printed by MOOSE", 35, "INFO" ):ToAll() diff --git a/Core/Message/001-hello-world.miz b/Core/Message/001-hello-world.miz new file mode 100644 index 0000000000..5383a1dfda Binary files /dev/null and b/Core/Message/001-hello-world.miz differ