Difference between revisions of "AI War 2:Tutorial Step Conditions"
X4000Chris (talk | contribs) (Created page with "Here's a full list of all the conditions that can be added to any tutorial step, and the data that goes with them, among some other things: === PlayerViewIsOnGalaxyMap ===") |
X4000Chris (talk | contribs) |
||
Line 2: | Line 2: | ||
=== PlayerViewIsOnGalaxyMap === | === PlayerViewIsOnGalaxyMap === | ||
+ | |||
+ | Is true if the player is looking at the galaxy map. There are no special parameters to this one. | ||
+ | |||
+ | === PlayerViewIsOnAnyPlanet === | ||
+ | |||
+ | Is true if the player is NOT looking at the galaxy map (aka is looking at some planet). There are no special parameters to this one. | ||
+ | |||
+ | === PlayerHasSidebarMenuOpen_Local=== | ||
+ | |||
+ | Is true if the player has the Local tab open on the sidebar menu. There are no special parameters to this one. | ||
+ | |||
+ | === PlayerHasSidebarMenuOpen_Build=== | ||
+ | |||
+ | Is true if the player has the Build tab open on the sidebar menu. There are no special parameters to this one. | ||
+ | |||
+ | === PlayerHasSidebarMenuOpen_Tech=== | ||
+ | |||
+ | Is true if the player has the Tech tab open on the sidebar menu. There are no special parameters to this one. | ||
+ | |||
+ | === PlayerHasSidebarMenuOpen_Hacking=== | ||
+ | |||
+ | Is true if the player has the Hacking tab open on the sidebar menu. There are no special parameters to this one. | ||
+ | |||
+ | === PlayerHasSidebarMenuOpen_Merc=== | ||
+ | |||
+ | Is true if the player has the Mercenaries tab open on the sidebar menu. There are no special parameters to this one. | ||
+ | |||
+ | === PlayerHasSidebarMenuOpen_Intel=== | ||
+ | |||
+ | Is true if the player has the Intel tab open on the sidebar menu. There are no special parameters to this one. | ||
+ | |||
+ | === PlayerHasSidebarMenuOpen_Fleets=== | ||
+ | |||
+ | Is true if the player has the Fleets tab open on the sidebar menu. There are no special parameters to this one. |
Revision as of 19:42, 1 October 2019
Here's a full list of all the conditions that can be added to any tutorial step, and the data that goes with them, among some other things:
Contents
PlayerViewIsOnGalaxyMap
Is true if the player is looking at the galaxy map. There are no special parameters to this one.
PlayerViewIsOnAnyPlanet
Is true if the player is NOT looking at the galaxy map (aka is looking at some planet). There are no special parameters to this one.
PlayerHasSidebarMenuOpen_Local
Is true if the player has the Local tab open on the sidebar menu. There are no special parameters to this one.
PlayerHasSidebarMenuOpen_Build
Is true if the player has the Build tab open on the sidebar menu. There are no special parameters to this one.
PlayerHasSidebarMenuOpen_Tech
Is true if the player has the Tech tab open on the sidebar menu. There are no special parameters to this one.
PlayerHasSidebarMenuOpen_Hacking
Is true if the player has the Hacking tab open on the sidebar menu. There are no special parameters to this one.
PlayerHasSidebarMenuOpen_Merc
Is true if the player has the Mercenaries tab open on the sidebar menu. There are no special parameters to this one.
PlayerHasSidebarMenuOpen_Intel
Is true if the player has the Intel tab open on the sidebar menu. There are no special parameters to this one.
PlayerHasSidebarMenuOpen_Fleets
Is true if the player has the Fleets tab open on the sidebar menu. There are no special parameters to this one.