Changes
Page history
added SetBlockOpen mechanic
authored
Jan 03, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics.md
View page @
2f0918f7
...
@@ -125,6 +125,7 @@ are able to target locations as well.
...
@@ -125,6 +125,7 @@ are able to target locations as well.
|
[
SendTitleMessage
][]
| Sends a Title/Subtitle Message to the target player |
|
[
SendTitleMessage
][]
| Sends a Title/Subtitle Message to the target player |
|
[
SendToast
][]
| Sends an achievement toast to the target player |
|
[
SendToast
][]
| Sends an achievement toast to the target player |
|
[
SetAI
][]
| Disables/enables the AI of the target mob |
|
[
SetAI
][]
| Disables/enables the AI of the target mob |
|
[
SetBlockOpen
][]
| Sets the target block's open state |
|
[
SetBlockType
][]
| Change block type at target location |
|
[
SetBlockType
][]
| Change block type at target location |
|
[
SetCollidable
][]
| Sets if the target should have a collidable hitbox or not |
|
[
SetCollidable
][]
| Sets if the target should have a collidable hitbox or not |
|
[
SetDragonPodium
][]
| Sets the position of the dragon's podium at the target location |
|
[
SetDragonPodium
][]
| Sets the position of the dragon's podium at the target location |
...
@@ -405,6 +406,7 @@ but not yet ready for use.
...
@@ -405,6 +406,7 @@ but not yet ready for use.
[
SendTitleMessage
]:
/skills/mechanics/sendtitlemessage
[
SendTitleMessage
]:
/skills/mechanics/sendtitlemessage
[
SendToast
]:
/skills/mechanics/sendtoast
[
SendToast
]:
/skills/mechanics/sendtoast
[
SetAI
]:
/skills/mechanics/setai
[
SetAI
]:
/skills/mechanics/setai
[
SetBlockOpen
]:
/skills/mechanics/SetBlockOpen
[
SetBlockType
]:
/skills/mechanics/setblocktype
[
SetBlockType
]:
/skills/mechanics/setblocktype
[
SetCollidable
]:
/skills/mechanics/setcollidable
[
SetCollidable
]:
/skills/mechanics/setcollidable
[
SetDragonPodium
]:
/skills/mechanics/SetDragonPodium
[
SetDragonPodium
]:
/skills/mechanics/SetDragonPodium
...
...
...
...