Update Functions authored by MarcatoSound's avatar MarcatoSound
...@@ -7,7 +7,7 @@ Common Function Options ...@@ -7,7 +7,7 @@ Common Function Options
*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.
`NONE` - The function targets nobody. `NONE` - The function targets nobody.
... ...
......