====== step_any ====== Function used in [[en:primitive:mission:start|mission creation]]. Advanced step that proposes multiple objectives to the player. The step is completed when any of them is done. 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 :** Allow to set a specific a 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}}