This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| modding:missions [2021/05/03 06:03] – 24.239.107.14 | modding:missions [2022/01/25 23:01] (current) – hemacast | ||
|---|---|---|---|
| Line 47: | Line 47: | ||
| [[modding: | [[modding: | ||
| - | * **Name** The name of the variable. This is used to check using conditions or edit using actions. This name is also shown inside of Designer and the GM screen. | ||
| - | * **Type** Currently, only numerical string values are supported. | ||
| - | * **Value** The initial value of the variable when the mission starts. | ||
| ===== Waypoints ===== | ===== Waypoints ===== | ||
| [[modding: | [[modding: | ||
| - | |||
| - | **Add a waypoint** | ||
| - | * **Name** The name of the waypoint that appears in the Flight Screen' | ||
| - | * **Description** The description of the waypoint that appears below the waypoint name in the Flight Screen' | ||
| - | * **Type** The only type available at the moment is Planet. | ||
| - | * **Target** The planet that the waypoint is referencing. | ||
| ===== Scripting ===== | ===== Scripting ===== | ||
| Line 65: | Line 56: | ||
| The scripting section allows for custom scripts written in C#. | The scripting section allows for custom scripts written in C#. | ||
| + | |||
| + | ---- | ||
| + | Jump To | | ||
| + | [[modding: | ||