You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CG-Tespy edited this page Mar 13, 2026
·
1 revision
Note: this page is under construction.
New Custom Action Workflow
By overriding a single function to return true (at the time of this writing: requires_multi_frames()), you can have your custom Actions decide when FK should move on to the next Action in the Block.
New Ways to Structure Logic
Want some logic to not activate solely in response to an Event? No problem! You can implement Branching logic in the Action Blocks. Branch types available:
If
Else
Repeat
Lots of New Actions
On the relevant pages, it'll be mentioned that they were first implemented in the 2.0 Beta.