-
Notifications
You must be signed in to change notification settings - Fork 0
Syntax Overview
Fusezion edited this page Jun 16, 2024
·
3 revisions
Since this addon is not currently on SkriptHub I've created a quick wiki page listing all syntax, examples will not be provided as I'm lazy
Expressions
Get an animation from an id that it was saved to
animation [named|with (id|name)] %string%
Retrieve all the animations or animation keys
all [[of] the] animations
all [[of] the] animation keys
Allows you to get/change an armor stand's limb positions
%armorstandposes% (rotation|pose) of %livingentities%
%livingentities%'[s] %armorstandposes% (rotation|pose)
changers: add
, set
, remove
and reset
Effects
Applies a previously created animation onto an existing armor stand entity
animate %livingentities% (using|with) [animation] %animation%
Animation an armor stand pose to match a rotation with duration of time to animate, optionally from zero
[:async] animate %armorstandpose% [pose|rotation] of %livingentities% (using|with|to match) %rotation% with duration %timespan% [:from zero]
Structures
Create an animation base that can be applied to entities at a later date
(register|create) [a] [new] animation [[named|with (id|name)] %-string%]:
variable: # optional, follows normal variable format
animation:
# animation code