Auxiliary Scripts ================= Some Lua scripts come bundled with Widelands (in the ``data/scripting/`` directory). They can be imported in any script by calling :func:`include`, followed by the path relative to the ``data`` directory. Most of these scripts provide some convenience functionality around the core functions that are easier to use or offer more flexibility. All functions are imported into the global namespace. All auxiliary scripts are documented in this section. .. toctree:: :maxdepth: 2 autogen_auxiliary_table.rst autogen_auxiliary_richtext_scenarios.rst autogen_auxiliary_coroutine.rst autogen_auxiliary_set.rst autogen_auxiliary_starting_conditions.rst autogen_auxiliary_field_animations.rst autogen_auxiliary_richtext.rst autogen_auxiliary_ui.rst autogen_auxiliary_help.rst autogen_auxiliary_objective_utils.rst autogen_auxiliary_messages.rst autogen_auxiliary_infrastructure.rst autogen_auxiliary_init.rst autogen_auxiliary_win_condition_functions.rst autogen_auxiliary_territorial_functions.rst autogen_auxiliary_win_condition_texts.rst