Changes
Page history
Update Triggers
authored
Nov 13, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Triggers.md
View page @
9cf7c271
...
...
@@ -22,7 +22,7 @@ Crucible supports all other triggers that would generally make sense, and also a
|
[
onShoot
](
/../../../MythicMobs/-/wikis/Skills/Triggers/onShoot
)
| When the player shoots a bow |
|
[
onSpawn
](
/../../../MythicMobs/-/wikis/Skills/Triggers/onSpawn
)
| When the player logs in or respawns |
| onSwing | When the player left-clicks |
|
[
onTimer
:#
](
/../../../MythicMobs/-/wikis/Skills/Triggers/onTimer
)
| Every # ticks (where # is the interval in ticks) |
|
[
onTimer
](
/../../../MythicMobs/-/wikis/Skills/Triggers/onTimer
)
| Every # ticks (where # is the interval in ticks) |
| onUse | When the player right-clicks while holding the item |
| onFish | When the player right-clicks while holding a fishing rod |
| onFishBite | When a fish bites the hook from a fishing rod |
...
...
@@ -66,7 +66,7 @@ All these triggers can be used with [Furnitures](/Furniture)
| onFurnitureInventoryClose | When the
[
Furniture Inventory
](
/Skills/Mechanics/furnitureinventory
)
is closed |
|
[
onInteract
](
/../../../MythicMobs/-/wikis/Skills/Triggers/onInteract
)
| When a player right clicks the furniture |
| onPaint | When a paintbrush is used on a furniture |
|
[
onTimer
:#
](
/../../../MythicMobs/-/wikis/Skills/Triggers/onTimer
)
| Every X ticks |
|
[
onTimer
](
/../../../MythicMobs/-/wikis/Skills/Triggers/onTimer
)
| Every X ticks |
# Examples
...
...
...
...