Paste #115133: Unnamed Denizen Script Paste

Date: 2023/09/12 06:30:06 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
12
13
14
15
16
17


on system time secondly every:10:
        - foreach <server.flag[bonsai_pots]> as:bonsai:
                - if <[bonsai].has_flag[saplingOn]>:
                        - define saplingType <[bonsai].flag[saplingType]>
                        - define sapling <[bonsai].flag[saplingOn]>
                        - adjust <[sapling]> interpolation_duration:0t
                        - adjust <[sapling]> interpolation_start:0
                        - adjust <[sapling]> scale:0,0,0
                        - adjust <[sapling]> translation:0,0,0

                        - wait 1s

                        - adjust <[sapling]> interpolation_duration:9s
                        - adjust <[sapling]> interpolation_start:0
                        - adjust <[sapling]> scale:0.8,0.8,0.8
                        - adjust <[sapling]> translation:0,0.4,0
                        - wait 9s