Update Functions authored by MarcatoSound's avatar MarcatoSound
...@@ -3,10 +3,10 @@ Functions perform various actions and events in the dungeon. To those familiar w ...@@ -3,10 +3,10 @@ Functions perform various actions and events in the dungeon. To those familiar w
Common Function Options Common Function Options
---------------- ----------------
* **Edit Trigger** * **Edit Trigger**
*Applies to all functions.* Opens the trigger's hotbar menu. *Applies to all functions.* Opens the trigger's hotbar menu.
* **Target Type** * **Target Type**
*Only available on select functions.* Cycles through target options. Options are: `PLAYER`, `PARTY`, `NONE` *Only available on select functions.* Cycles through target options. Options are: `PLAYER`, `PARTY`, `NONE`
`PLAYER` - If the function is targeted and the trigger is activated by a specific player, the function will target that player. `PLAYER` - If the function is targeted and the trigger is activated by a specific player, the function will target that player.
`PARTY` - If the function is targeted, the function will target all players in the party. `PARTY` - If the function is targeted, the function will target all players in the party.
... ...
......