Paste #49297: Untitled Paste

Date: 2018/08/21 08:13:39 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11


foreach_thing:
- foreach <def[1].points_between[<def[2]>]> {
    - animation yay
    - wait 1t
}
events:
    on event:
    - repeat X {
        - run locally foreach_thing instantly def:<loc1>|<loc2>
        - wait 1t
    }