====== step_ooo ====== Function used in [[en:primitive:mission:start|mission creation]]. Advanced step that allows combining multiple objectives that can be completed in any order. More information about mission script structure can be found in the [[en:primitive:mission:script_guidelines|script guidelines]] reference document. ===== Properties ===== **name:** Name of the step, can be used as Jump_to destination and should thus be named as a C++ object (no blank, no special character …) **overload_objective (Optional):** Allow to set a specific description of the mission to be displayed in the mission log. See [[en:primitive:mission:text_guidelines|text guidelines]] for the formatting requirements. **roleplay_objective (Optional):** Allow to add a description to the step. {{tag>primitives ryzom_core}}