mirror of
https://github.com/FlightControl-Master/MOOSE_Demos.git
synced 2025-08-15 10:37:47 +00:00
ExtractMissionScripts
This commit is contained in:
parent
37cb3223c2
commit
e5b575a20f
18
Other/000-Template/000-Template.lua
Normal file
18
Other/000-Template/000-Template.lua
Normal file
@ -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()
|
||||
Loading…
x
Reference in New Issue
Block a user