Skip to content

Commit a0b4fb5

Browse files
authored
Previous/current planet/system conditions and substitutions (#225)
1 parent 8d89ca7 commit a0b4fb5

2 files changed

Lines changed: 74 additions & 45 deletions

File tree

wiki/CreatingMissions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ Certain characteristics of a mission, such as the cargo or the destination plane
243243
* `<model>` = the display model of your flagship, or the display model of an NPC if used in text that is created by an NPC interaction **(v. 0.10.9)**
244244
* `<flagship>` = the name of your flagship in all scenarios **(v. 0.10.14)**
245245
* `<flagship model>` = the display model of your flagship in all scenarios **(v. 0.10.14)**
246+
* `<current planet>` = the planet that the player is currently landed on **(v. 0.11.1)**
247+
* `<current system>` = the system that the player is currently in **(v. 0.11.1)**
248+
* `<previous planet>` = the planet that the player was landed on prior to the current one **(v. 0.11.1)**
249+
* `<previous system>` = the system the player was in prior to the current one **(v. 0.11.1)**
246250
* `<start planet>` = the display name of the planet you started on **(v. 0.11.1)**
247251
* `<start system>` = the display name of the system containing the planet you started on **(v. 0.11.1)**
248252
* `<start date>` = the date you started the game, in a short form **(v. 0.11.1)**

0 commit comments

Comments
 (0)