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.