From c85f57588823e323829dbac63b62cf084f61cd71 Mon Sep 17 00:00:00 2001 From: kaltokri Date: Sat, 24 Feb 2024 22:24:20 +0100 Subject: [PATCH] Enhancement of troubleshooting tips in the docs --- docs/beginner/problems.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/beginner/problems.md b/docs/beginner/problems.md index 32357cb67..ba88276a3 100644 --- a/docs/beginner/problems.md +++ b/docs/beginner/problems.md @@ -14,7 +14,9 @@ nav_order: 05 If the mission shows not the expected behavior do the following steps: 1. Double check if you added the changed mission script to the mission again! -1. Check if the triggers are configured as requested in the last sections. +1. Check if the triggers are configured as requested in the last sections: + - To load MOOSE: `4 MISSION START`, nothing on `CONDITIONS`, `DO SCRIPT FILE` to load `Moose_.lua`. + - To load mission script(s): `1 ONCE`, in `CONDITIONS` add `TIME MORE` = 1, `DO SCRIPT FILE` to load `yourscript.lua`. 1. Double check if you have the right version of MOOSE (some classes need the develop branch). 1. Try the newest version of MOOSE.