This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| modding:actions [2021/05/03 03:51] – created 24.239.107.14 | modding:actions [2022/01/03 00:39] (current) – hemacast | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Actions ====== | ====== Actions ====== | ||
| - | Actions are triggered several ways from within Horizons. They can be triggered from inside | + | Actions are triggered several ways from within Horizons. They can be triggered from as part of an IF-THEN statement |
| // | // | ||
| + | ^ Name ^ Description | ||
| + | | Adjust Time | Add or Remove mission time from the mission clock. | ||
| + | | Cargo Add/ | ||
| + | | Device: Command | ||
| + | | Device: Poll | Trigger a poll on an external device. | ||
| + | | DMX | Send a DMX lighting look. | | ||
| + | | Encounter: Check | Manually (re)check the chances of an Encounter and trigger it if they have been met. | | ||
| + | | Encounter: Enable | ||
| + | | Encounter: Trigger | ||
| + | | Event: Check | Manually (re)check the conditions of an Event and trigger it if they have been met. | | ||
| + | | Event: Enable | ||
| + | | Event: Trigger | ||
| + | | Mission: Set | Set the current mission. This Action is intended for use within Campaigns. | ||
| + | | Mission: End | End the current mission. This Action is intended for use within Campaigns. | ||
| + | | Mission End: Success | ||
| + | | Mission End: Failure | ||
| + | | Mission Waypoint: Add | Add a waypoint that can be accessed by the Flight officer. | ||
| + | | Mission Waypoint: Remove | ||
| + | | Send Message | ||
| + | | Send Message [Consoles] | ||
| + | | Send Topic | Send a topic from an Object' | ||
| + | | Steam Achievement | ||
| + | | Objective: Completion | ||
| + | | Objective: Visibility | ||
| + | | Object: Property | ||
| + | | Object: Spawn | Instantly add an object to the world. //Note: This object menu currently is more limited than the Object and Encounter Add-Object menu.// | ||
| + | | Object: Despawn | ||
| + | | Object: Destroy | ||
| + | | Pedia: Show/ | ||
| + | | Pedia: Visibility | ||
| + | | Phillips Hue: Effect | ||
| + | | Phillips Hue: Scene | Trigger a scene on a Phillips Hue Bridge. | ||
| + | | Script: Function | ||
| + | | Sound: Play | Play an audio file from the module directory. | ||
| + | | Tag: Add | Add a tag to an Object. | ||
| + | | Tag: Clear | Clear a tag from an Object. | ||
| + | | Task: Add | Add a task to an Object' | ||
| + | | Task: Clear | Clear an Object' | ||
| + | | Variable: Set | Set or edit the value of a Variable. | ||
| + | | Waypoint: Local | Set a local waypoint that an Object can reference using the “Go To” Task. | | ||
| + | | Waypoint: Interstellar | ||
| + | | Wait | Allow a specified amount of time to elapse before moving on to the next Action. | ||
| + | ---- | ||
| + | Jump To | | ||
| + | [[modding: | ||