Skip to content

Commit

Permalink
triggers build: raidboss: add named timeline jump labels (#5760)
Browse files Browse the repository at this point in the history
Mentioned in #5619.

---------

Co-authored-by: Jonathan Garber <[email protected]> 3f729c4
  • Loading branch information
github-actions committed Sep 3, 2023
1 parent 2ae4a9d commit 5980554
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 00-misc/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@ hideall "--sync--"
30 "Dummy Stands Still"
40 "Death"

50 "--sync--" sync /:test sync2:/ window 100,1 forcejump 100
50 "--sync--" sync /:test sync2:/ window 100,1 forcejump "loop"

# Loop test!
100 label "loop"
102 "Two"
103 label "three"
103 "Three"
104 "Four"
106 "Six"
110 "Ten" #duration 100
115 "Fifteen"
118 "Force Jump Three" sync /:test sync3:/ window 10,10 forcejump 103
118 "Force Jump Three" sync /:test sync3:/ window 10,10 forcejump "three"
120 "Invisible" sync /:test sync4:/ forcejump 1000

0 comments on commit 5980554

Please sign in to comment.