From e5b575a20f70015b925ef5a1fc827e19987d39cf Mon Sep 17 00:00:00 2001 From: funkyfranky Date: Fri, 16 Feb 2024 20:58:08 +0000 Subject: [PATCH] ExtractMissionScripts --- Other/000-Template/000-Template.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Other/000-Template/000-Template.lua diff --git a/Other/000-Template/000-Template.lua b/Other/000-Template/000-Template.lua new file mode 100644 index 0000000..e627c65 --- /dev/null +++ b/Other/000-Template/000-Template.lua @@ -0,0 +1,18 @@ +--- +-- Author: FlightControl +-- Created: 23.02.2017 +-- Contributors: kaltokri +-- Modified: 16.02.2024 +-- +-- # Documentation: +-- https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Core.Message.html +-- +-- # Description: +-- +-- This is a template mission, which can be used to create new demo missions. +-- +-- # Guide: +-- +-- 1. Start the mission and see a "Hello World!..." message at the right upper corner. + +MESSAGE:New( "Hello World! This messages is printed by MOOSE", 35, "INFO" ):ToAll()