Paste #56319: Denizen Debug Logs From A Minecraft Server

Date: 2019/08/02 08:24:11 UTC-07:00
Type: Server Log

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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962


Java Version: 1.8.0_181
Up-time: 9m 31s
CraftBukkit Version: git-Paper-136 (MC: 1.14.4)
Denizen Version: Core: 1.50-SNAPSHOT (Build 332), CraftBukkit: 1.1.0-SNAPSHOT (build 975-DEV)
Active Plugins (7): NoCheatPlus: 3.15.0-SNAPSHOT-sMD5NET-b1063, Citizens: 2.0.25-SNAPSHOT (build 1737), 
Denizen: 1.1.0-SNAPSHOT (build 975-DEV), BlackBird: 1, LightAPI: 3.2.8 (build -DEVELOPMENT), 
Webizen: 0.2.0, Extendizen: 1
Loaded Worlds (2): world, storyworld
Online Players (1): xenmai(xenmai)
Offline Players: 0
Mode: offline (BungeeCoord)

17:22:59 [INFO]  Delaying InstantQueue 'SPAWN_AMBIENT_BIRD_ClientsNoiseBuf' for 'd@1.1s'... 
17:22:59 [INFO]  Delaying InstantQueue 'SPAWN_AMBIENT_BIRD_TheaterCitizensHeater' for 'd@3.5s'... 
17:22:59 [INFO]  Delaying InstantQueue 'SPAWN_AMBIENT_BIRD_CcProvidersHearing' for 'd@2.85s'... 
17:22:59 [INFO]  Delaying InstantQueue 'SPAWN_AMBIENT_BIRD_RoutinesSchemaWiring' for 'd@7.35s'... 
17:22:59 [INFO]  Delaying InstantQueue 'SPAWN_AMBIENT_BIRD_ConfiguringSinghKeyboard' for 'd@4.35s'... 
17:22:59 [INFO]  Delaying InstantQueue 'SPAWN_AMBIENT_BIRD_AttemptedPharmaciesBucks' for 'd@1.2s'... 
17:22:59 [INFO]  Delaying InstantQueue 'SPAWN_AMBIENT_BIRD_MinecraftLighterInnovation' for 'd@1.2s'... 
17:22:59 [INFO]  Delaying InstantQueue 'SPAWN_AMBIENT_BIRD_AdolescentSmsWeekends' for 'd@3.95s'... 
17:22:59 [INFO]  Delaying InstantQueue 'SPAWN_AMBIENT_BIRD_LmUsdTopic' for 'd@10.0s'... 
17:22:59 [INFO]  Delaying InstantQueue 'SPAWN_AMBIENT_BIRD_EmpireLatterBids' for 'd@10.0s'... 
17:22:59 [INFO]  Delaying InstantQueue 'SPAWN_AMBIENT_BIRD_HerCertificateAcquisition' for 'd@2.75s'... 
17:23:25 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_ClientsNoiseBuf' Executing: SPAWNEDMODEL "spawn" "model:<li@bird|bird2.random>" "<def[location]>" 
                   ---------+ 
17:23:25 [INFO]  ...remembering this script entry as 'bird'! 
17:23:25 [INFO]  Filled tag <li@bird|bird2.random> with 'bird'. 
17:23:25 [INFO]  Filled tag <def[location]> with 'l@1052, 105, 737, 0, 299, storyworld'. 
17:23:25 [INFO] +> Executing 'SPAWNEDMODEL': action='spawn'  model='bird'  location='l@1052, 105, 737, 0, 299, storyworld'  keyword='' 
17:23:25 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_ClientsNoiseBuf' Executing: DEFINE "bird" "<entry[bird].spawned_model>" ---------+ 
17:23:25 [INFO]  Filled tag <entry[bird].spawned_model> with 'extmo@d94bd6ed-80f0-4114-a6af-31dd89dcb57c'. 
17:23:25 [INFO] +> Executing 'DEFINE': queue='SPAWN_AMBIENT_BIRD_ClientsNoiseBuf'  definition='bird'  
                   value='extmo@d94bd6ed-80f0-4114-a6af-31dd89dcb57c' 
17:23:25 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_ClientsNoiseBuf' Executing: RUN "ambient_bird_flapping" "def:<def[bird]>" ---------+ 
17:23:25 [INFO]  Filled tag <def[bird]> with 'extmo@d94bd6ed-80f0-4114-a6af-31dd89dcb57c'. 
17:23:25 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_FLAPPING (TASK)'  definitions='extmo@d94bd6ed-80f0-4114-a6af-31dd89dcb57c' 
17:23:25 [INFO]  Adding definition 'bird' as extmo@d94bd6ed-80f0-4114-a6af-31dd89dcb57c 
17:23:25 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_ClientsNoiseBuf' Executing: WHILE "<def[bird].is_spawned>" ---------+ 
17:23:25 [INFO]  Filled tag <def[bird].is_spawned> with 'true'. 
17:23:25 [INFO] +> Executing 'WHILE': run_first_loop='true' 
17:23:25 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_ClientsNoiseBuf' Executing: run "ambient_bird_circling" "def:<def[bird]>|<def[location]>" 
                   ---------+ 
17:23:25 [INFO]  Filled tag <def[bird]> with 'extmo@d94bd6ed-80f0-4114-a6af-31dd89dcb57c'. 
17:23:25 [INFO]  Filled tag <def[location]> with 'l@1052, 105, 737, 0, 299, storyworld'. 
17:23:25 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_CIRCLING (TASK)'  
                   definitions='extmo@d94bd6ed-80f0-4114-a6af-31dd89dcb57c|l@1052,105,737,0,299,storyworld' 
17:23:25 [INFO]  Adding definition 'bird' as extmo@d94bd6ed-80f0-4114-a6af-31dd89dcb57c 
17:23:25 [INFO]  Adding definition 'origin' as l@1052,105,737,0,299,storyworld 
17:23:25 [INFO]  Starting InstantQueue 'AMBIENT_BIRD_CIRCLING_PossibilityImmunologyUps' with player 'xenmai'... 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_PossibilityImmunologyUps' Executing: DEFINE "radius" "<util.random.int[10].to[20]>" ---------+ 
17:23:25 [INFO]  Filled tag <util.random.int[10].to[20]> with '18'. 
17:23:25 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_PossibilityImmunologyUps'  definition='radius'  value='18' 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_PossibilityImmunologyUps' Executing: DEFINE "offset" 
                   "<location[<def[radius]>,0,0].rotate_around_y[<def[bird].location.yaw.to_radians.mul[-1]>]>" ---------+ 
17:23:25 [INFO]  Filled tag <def[radius]> with '18'. 
17:23:25 [INFO]  Filled tag <def[bird].location.yaw.to_radians.mul[-1]> with '-5.218534463463046'. 
17:23:25 [INFO]  Filled tag <location[18,0,0].rotate_around_y[-5.218534463463046]> with 'l@8.726573164434072,0,-15.743154728509122'. 
17:23:25 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_PossibilityImmunologyUps'  definition='offset'  
                   value='l@8.726573164434072,0,-15.743154728509122' 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_PossibilityImmunologyUps' Executing: DEFINE "center" "<def[bird].location.sub[<def[offset]>]>" 
                   ---------+ 
17:23:25 [INFO]  Filled tag <def[offset]> with 'l@8.726573164434072, 0, -15.743154728509122'. 
17:23:25 [INFO]  Filled tag <def[bird].location.sub[l@8.726573164434072,0,-15.743154728509122]> with 
                   'l@1043.273426835566,105,752.7431547285091,0,299,storyworld'. 
17:23:25 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_PossibilityImmunologyUps'  definition='center'  
                   value='l@1043.273426835566,105,752.7431547285091,0,299,storyworld' 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_PossibilityImmunologyUps' Executing: DEFINE "circle" 
                   "<def[center].make_circle[<def[radius]>].amount[<def[radius].mul[9.869].mul[5].round>].start[<def[bird].location.yaw.to_radians>]>" 
                   ---------+ 
17:23:25 [INFO]  Filled tag <def[radius]> with '18'. 
17:23:25 [INFO]  Filled tag <def[radius].mul[9.869].mul[5].round> with '888'. 
17:23:25 [INFO]  Filled tag <def[bird].location.yaw.to_radians> with '5.218534463463046'. 
17:23:25 [INFO]  Filled tag <def[center].make_circle[18].amount[888].start[5.218534463463046]> with 
                   'li@l@1052,105,737,0,299,storyworld|l@1052.1111738201826,105,737.0621398303624,0,299,storyworld|l@1052.2219051808315,105,737.1250647267094,0,299,storyworld|l@1052.3321885382095,105,737.1887715387224,0,299,storyworld|l@1052.4420183710088,105,737.2532570769362,0,299,storyworld|l@1052.551389180627,105,737.3185181128988,0,299,storyworld|l@1052.6602954914426,105,737.3845513793332,0,299,storyworld|l@1052.7687318510891,105,737.4513535703007,0,299,storyworld|l@1052.8766928307277,105,737.5189213413671,0,299,storyworld|l@1052.9841730253202,105,737.5872513097692,0,299,storyworld|l@1053.0911670538978,105,737.6563400545845,0,299,storyworld|l@1053.1976695598323,105,737.7261841169029,0,299,storyworld|l@1053.303675211103,105,737.7967799999992,0,299,storyworld|l@1053.4091787005639,105,737.8681241695089,0,299,storyworld|l@1053.51417474621,105,737.9402130536041,0,299,storyworld|l@1053.6186580914414,105,738.0130430431736,0,299,storyworld|... 
                   * snip! * 
17:23:25 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_PossibilityImmunologyUps'  definition='circle'  
                   value='li@l@1052,105,737,0,299,storyworld|l@1052.1111738201826,105,737.0621398303624,0,299,storyworld|l@1052.2219051808315,105,737.1250647267094,0,299,storyworld|l@1052.3321885382095,105,737.1887715387224,0,299,storyworld|l@1052.4420183710088,105,737.2532570769362,0,299,storyworld|l@1052.551389180627,105,737.3185181128988,0,299,storyworld|l@1052.6602954914426,105,737.3845513793332,0,299,storyworld|l@1052.7687318510891,105,737.4513535703007,0,299,storyworld|l@1052.8766928307277,105,737.5189213413671,0,299,storyworld|l@1052.9841730253202,105,737.5872513097692,0,299,storyworld|l@1053.0911670538978,105,737.6563400545845,0,299,storyworld|l@1053.1976695598323,105,737.7261841169029,0,299,storyworld|l@1053.303675211103,105,737.7967799999992,0,299,storyworld|l@1053.4091787005639,105,737.8681241695089,0,299,storyworld|l@1053.51417474621,105,737.9402130536041,0,299,storyworld|l@1053.6186580914414,105,738.0130430431736,0... 
                   * snip! * 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_PossibilityImmunologyUps' Executing: REPEAT "<util.random.int[1].to[3]>" ---------+ 
17:23:25 [INFO]  Filled tag <util.random.int[1].to[3]> with '1'. 
17:23:25 [INFO] +> Executing 'REPEAT': qty='1'  as_name='value' 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_PossibilityImmunologyUps' Executing: movewithpath "<def[bird]>" "<def[circle]>" "face_forward" 
                   ---------+ 
17:23:25 [INFO]  Filled tag <def[bird]> with 'extmo@d94bd6ed-80f0-4114-a6af-31dd89dcb57c'. 
17:23:25 [INFO]  Filled tag <def[circle]> with 'li@l@1052,105,737,0,299,storyworld | 
                   l@1052.1111738201826,105,737.0621398303624,0,299,storyworld | l@1052.2219051808315,105,737.1250647267094,0,299,storyworld | 
                   l@1052.3321885382095,105,737.1887715387224,0,299,storyworld | l@1052.4420183710088,105,737.2532570769362,0,299,storyworld | 
                   l@1052.551389180627,105,737.3185181128988,0,299,storyworld | l@1052.6602954914426,105,737.3845513793332,0,299,storyworld | 
                   l@1052.7687318510891,105,737.4513535703007,0,299,storyworld | l@1052.8766928307277,105,737.5189213413671,0,299,storyworld | 
                   l@1052.9841730253202,105,737.5872513097692,0,299,storyworld | l@1053.0911670538978,105,737.6563400545845,0,299,storyworld | 
                   l@1053.1976695598323,105,737.7261841169029,0,299,storyworld | l@1053.303675211103,105,737.7967799999992,0,299,storyworld | 
                   l@1053.4091787005639,105,737.8681241695089,0,299,storyworld | l@1053.51417474621,105,737.9402130536041,0,299,storyworld <... * 
                   snip! * 
17:23:25 [INFO] +> Executing 'MOVEWITHPATH': locations='[l@1052,105,737,0,299,storyworld, 
                   l@1052.1111738201826,105,737.0621398303624,0,299,storyworld, l@1052.2219051808315,105,737.1250647267094,0,299,storyworld, 
                   l@1052.3321885382095,105,737.1887715387224,0,299,storyworld, l@1052.4420183710088,105,737.2532570769362,0,299,storyworld, 
                   l@1052.551389180627,105,737.3185181128988,0,299,storyworld, l@1052.6602954914426,105,737.3845513793332,0,299,storyworld, 
                   l@1052.7687318510891,105,737.4513535703007,0,299,storyworld, l@1052.8766928307277,105,737.5189213413671,0,299,storyworld, 
                   l@1052.9841730253202,105,737.5872513097692,0,299,storyworld, l@1053.0911670538978,105,737.6563400545845,0,299,storyworld, 
                   l@1053.1976695598323,105,737.7261841169029,0,299,storyworld, l@1053.303675211103,105,737.7967799999992,0,299,storyworld, 
                   l@1053.4091787005639,105,737.8681241695089,0,299,storyworld, l@1053.51417474621,105,737.9402130536041,0,299,storyworld, 
                   l@1053.6186580914414,105,738.0130430431736,0,299,storyworld, l@1053.7226235053263,105,738.0866104920026,0,299,storyworld, ... 
                   * snip! * 
17:23:25 [INFO]  Forcing queue AMBIENT_BIRD_CIRCLING_PossibilityImmunologyUps into a timed queue... 
17:23:25 [INFO]  Completing queue 'AMBIENT_BIRD_CIRCLING_PossibilityImmunologyUps' in 111ms. 
17:23:25 [INFO]  Starting TimedQueue 'AMBIENT_BIRD_CIRCLING_PossibilityImmunologyUps' with player 'xenmai'... 
17:23:25 [INFO]  Forcing queue SPAWN_AMBIENT_BIRD_ClientsNoiseBuf into a timed queue... 
17:23:25 [INFO]  Completing queue 'SPAWN_AMBIENT_BIRD_ClientsNoiseBuf' in 131ms. 
17:23:25 [INFO]  Starting TimedQueue 'SPAWN_AMBIENT_BIRD_ClientsNoiseBuf' with player 'xenmai'... 
17:23:25 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_AttemptedPharmaciesBucks' Executing: SPAWNEDMODEL "spawn" "model:<li@bird|bird2.random>" 
                   "<def[location]>" ---------+ 
17:23:25 [INFO]  ...remembering this script entry as 'bird'! 
17:23:25 [INFO]  Filled tag <li@bird|bird2.random> with 'bird2'. 
17:23:25 [INFO]  Filled tag <def[location]> with 'l@1086, 76, 784, 0, 296, storyworld'. 
17:23:25 [INFO] +> Executing 'SPAWNEDMODEL': action='spawn'  model='bird2'  location='l@1086, 76, 784, 0, 296, storyworld'  keyword='' 
17:23:25 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_AttemptedPharmaciesBucks' Executing: DEFINE "bird" "<entry[bird].spawned_model>" ---------+ 
17:23:25 [INFO]  Filled tag <entry[bird].spawned_model> with 'extmo@e9d3278c-47b2-42f8-9c56-711765df3a97'. 
17:23:25 [INFO] +> Executing 'DEFINE': queue='SPAWN_AMBIENT_BIRD_AttemptedPharmaciesBucks'  definition='bird'  
                   value='extmo@e9d3278c-47b2-42f8-9c56-711765df3a97' 
17:23:25 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_AttemptedPharmaciesBucks' Executing: RUN "ambient_bird_flapping" "def:<def[bird]>" ---------+ 
17:23:25 [INFO]  Filled tag <def[bird]> with 'extmo@e9d3278c-47b2-42f8-9c56-711765df3a97'. 
17:23:25 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_FLAPPING (TASK)'  definitions='extmo@e9d3278c-47b2-42f8-9c56-711765df3a97' 
17:23:25 [INFO]  Adding definition 'bird' as extmo@e9d3278c-47b2-42f8-9c56-711765df3a97 
17:23:25 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_AttemptedPharmaciesBucks' Executing: WHILE "<def[bird].is_spawned>" ---------+ 
17:23:25 [INFO]  Filled tag <def[bird].is_spawned> with 'true'. 
17:23:25 [INFO] +> Executing 'WHILE': run_first_loop='true' 
17:23:25 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_AttemptedPharmaciesBucks' Executing: run "ambient_bird_circling" 
                   "def:<def[bird]>|<def[location]>" ---------+ 
17:23:25 [INFO]  Filled tag <def[bird]> with 'extmo@e9d3278c-47b2-42f8-9c56-711765df3a97'. 
17:23:25 [INFO]  Filled tag <def[location]> with 'l@1086, 76, 784, 0, 296, storyworld'. 
17:23:25 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_CIRCLING (TASK)'  
                   definitions='extmo@e9d3278c-47b2-42f8-9c56-711765df3a97|l@1086,76,784,0,296,storyworld' 
17:23:25 [INFO]  Adding definition 'bird' as extmo@e9d3278c-47b2-42f8-9c56-711765df3a97 
17:23:25 [INFO]  Adding definition 'origin' as l@1086,76,784,0,296,storyworld 
17:23:25 [INFO]  Starting InstantQueue 'AMBIENT_BIRD_CIRCLING_RebateRussiaCloudy' with player 'xenmai'... 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_RebateRussiaCloudy' Executing: DEFINE "radius" "<util.random.int[10].to[20]>" ---------+ 
17:23:25 [INFO]  Filled tag <util.random.int[10].to[20]> with '18'. 
17:23:25 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_RebateRussiaCloudy'  definition='radius'  value='18' 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_RebateRussiaCloudy' Executing: DEFINE "offset" 
                   "<location[<def[radius]>,0,0].rotate_around_y[<def[bird].location.yaw.to_radians.mul[-1]>]>" ---------+ 
17:23:25 [INFO]  Filled tag <def[radius]> with '18'. 
17:23:25 [INFO]  Filled tag <def[bird].location.yaw.to_radians.mul[-1]> with '-5.1661745859032155'. 
17:23:25 [INFO]  Filled tag <location[18,0,0].rotate_around_y[-5.1661745859032155]> with 'l@7.890680642203393,0,-16.178292833385008'. 
17:23:25 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_RebateRussiaCloudy'  definition='offset'  
                   value='l@7.890680642203393,0,-16.178292833385008' 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_RebateRussiaCloudy' Executing: DEFINE "center" "<def[bird].location.sub[<def[offset]>]>" 
                   ---------+ 
17:23:25 [INFO]  Filled tag <def[offset]> with 'l@7.890680642203393, 0, -16.178292833385008'. 
17:23:25 [INFO]  Filled tag <def[bird].location.sub[l@7.890680642203393,0,-16.178292833385008]> with 
                   'l@1078.1093193577965,76,800.1782928333851,0,296,storyworld'. 
17:23:25 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_RebateRussiaCloudy'  definition='center'  
                   value='l@1078.1093193577965,76,800.1782928333851,0,296,storyworld' 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_RebateRussiaCloudy' Executing: DEFINE "circle" 
                   "<def[center].make_circle[<def[radius]>].amount[<def[radius].mul[9.869].mul[5].round>].start[<def[bird].location.yaw.to_radians>]>" 
                   ---------+ 
17:23:25 [INFO]  Filled tag <def[radius]> with '18'. 
17:23:25 [INFO]  Filled tag <def[radius].mul[9.869].mul[5].round> with '888'. 
17:23:25 [INFO]  Filled tag <def[bird].location.yaw.to_radians> with '5.1661745859032155'. 
17:23:25 [INFO]  Filled tag <def[center].make_circle[18].amount[888].start[5.1661745859032155]> with 
                   'li@l@1086,76,784,0,296,storyworld|l@1086.1142736077684,76,784.0562362816961,0,296,storyworld|l@1086.2281464495577,76,784.113279710014,0,296,storyworld|l@1086.3416128243534,76,784.1711274290892,0,296,storyworld|l@1086.45466705149,76,784.2297765427904,0,296,storyworld|l@1086.5673034709375,76,784.289224114865,0,296,storyworld|l@1086.6795164435816,76,784.3494671690852,0,296,storyworld|l@1086.7913003515093,76,784.4105026893982,0,296,storyworld|l@1086.9026495982876,76,784.4723276200763,0,296,storyworld|l@1087.0135586092451,76,784.5349388658702,0,296,storyworld|l@1087.1240218317507,76,784.598333292164,0,296,storyworld|l@1087.2340337354915,76,784.6625077251321,0,296,storyworld|l@1087.3435888127499,76,784.7274589518978,0,296,storyworld|l@1087.4526815786787,76,784.7931837206946,0,296,storyworld|l@1087.5613065715772,76,784.8596787410291,0,296,storyworld|l@1087.6694583531626,76,784.9269406838449,0,296,storyworld|l@1087.777131508... 
                   * snip! * 
17:23:25 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_RebateRussiaCloudy'  definition='circle'  
                   value='li@l@1086,76,784,0,296,storyworld|l@1086.1142736077684,76,784.0562362816961,0,296,storyworld|l@1086.2281464495577,76,784.113279710014,0,296,storyworld|l@1086.3416128243534,76,784.1711274290892,0,296,storyworld|l@1086.45466705149,76,784.2297765427904,0,296,storyworld|l@1086.5673034709375,76,784.289224114865,0,296,storyworld|l@1086.6795164435816,76,784.3494671690852,0,296,storyworld|l@1086.7913003515093,76,784.4105026893982,0,296,storyworld|l@1086.9026495982876,76,784.4723276200763,0,296,storyworld|l@1087.0135586092451,76,784.5349388658702,0,296,storyworld|l@1087.1240218317507,76,784.598333292164,0,296,storyworld|l@1087.2340337354915,76,784.6625077251321,0,296,storyworld|l@1087.3435888127499,76,784.7274589518978,0,296,storyworld|l@1087.4526815786787,76,784.7931837206946,0,296,storyworld|l@1087.5613065715772,76,784.8596787410291,0,296,storyworld|l@1087.6694583531626,76,784.9269406838449,0,296,storyworld|l@1087.... 
                   * snip! * 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_RebateRussiaCloudy' Executing: REPEAT "<util.random.int[1].to[3]>" ---------+ 
17:23:25 [INFO]  Filled tag <util.random.int[1].to[3]> with '1'. 
17:23:25 [INFO] +> Executing 'REPEAT': qty='1'  as_name='value' 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_RebateRussiaCloudy' Executing: movewithpath "<def[bird]>" "<def[circle]>" "face_forward" 
                   ---------+ 
17:23:25 [INFO]  Filled tag <def[bird]> with 'extmo@e9d3278c-47b2-42f8-9c56-711765df3a97'. 
17:23:25 [INFO]  Filled tag <def[circle]> with 'li@l@1086,76,784,0,296,storyworld | l@1086.1142736077684,76,784.0562362816961,0,296,storyworld 
                   | l@1086.2281464495577,76,784.113279710014,0,296,storyworld | l@1086.3416128243534,76,784.1711274290892,0,296,storyworld | 
                   l@1086.45466705149,76,784.2297765427904,0,296,storyworld | l@1086.5673034709375,76,784.289224114865,0,296,storyworld | 
                   l@1086.6795164435816,76,784.3494671690852,0,296,storyworld | l@1086.7913003515093,76,784.4105026893982,0,296,storyworld | 
                   l@1086.9026495982876,76,784.4723276200763,0,296,storyworld | l@1087.0135586092451,76,784.5349388658702,0,296,storyworld | 
                   l@1087.1240218317507,76,784.598333292164,0,296,storyworld | l@1087.2340337354915,76,784.6625077251321,0,296,storyworld | 
                   l@1087.3435888127499,76,784.7274589518978,0,296,storyworld | l@1087.4526815786787,76,784.7931837206946,0,296,storyworld | 
                   l@1087.5613065715772,76,784.8596787410291,0,296,storyworld | l@1087.66... * snip! * 
17:23:25 [INFO] +> Executing 'MOVEWITHPATH': locations='[l@1086,76,784,0,296,storyworld, 
                   l@1086.1142736077684,76,784.0562362816961,0,296,storyworld, l@1086.2281464495577,76,784.113279710014,0,296,storyworld, 
                   l@1086.3416128243534,76,784.1711274290892,0,296,storyworld, l@1086.45466705149,76,784.2297765427904,0,296,storyworld, 
                   l@1086.5673034709375,76,784.289224114865,0,296,storyworld, l@1086.6795164435816,76,784.3494671690852,0,296,storyworld, 
                   l@1086.7913003515093,76,784.4105026893982,0,296,storyworld, l@1086.9026495982876,76,784.4723276200763,0,296,storyworld, 
                   l@1087.0135586092451,76,784.5349388658702,0,296,storyworld, l@1087.1240218317507,76,784.598333292164,0,296,storyworld, 
                   l@1087.2340337354915,76,784.6625077251321,0,296,storyworld, l@1087.3435888127499,76,784.7274589518978,0,296,storyworld, 
                   l@1087.4526815786787,76,784.7931837206946,0,296,storyworld, l@1087.5613065715772,76,784.8596787410291,0,296,storyworld, 
                   l@1087.6694583531626,76,784.9269406838449,0,296,storyworld, l@1087.7771315088437,76,784.9949661816903,0,296,storyworld, 
                   l@1087.88432064799... * snip! * 
17:23:25 [INFO]  Forcing queue AMBIENT_BIRD_CIRCLING_RebateRussiaCloudy into a timed queue... 
17:23:25 [INFO]  Completing queue 'AMBIENT_BIRD_CIRCLING_RebateRussiaCloudy' in 39ms. 
17:23:25 [INFO]  Starting TimedQueue 'AMBIENT_BIRD_CIRCLING_RebateRussiaCloudy' with player 'xenmai'... 
17:23:25 [INFO]  Forcing queue SPAWN_AMBIENT_BIRD_AttemptedPharmaciesBucks into a timed queue... 
17:23:25 [INFO]  Completing queue 'SPAWN_AMBIENT_BIRD_AttemptedPharmaciesBucks' in 52ms. 
17:23:25 [INFO]  Starting TimedQueue 'SPAWN_AMBIENT_BIRD_AttemptedPharmaciesBucks' with player 'xenmai'... 
17:23:25 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_MinecraftLighterInnovation' Executing: SPAWNEDMODEL "spawn" "model:<li@bird|bird2.random>" 
                   "<def[location]>" ---------+ 
17:23:25 [INFO]  ...remembering this script entry as 'bird'! 
17:23:25 [INFO]  Filled tag <li@bird|bird2.random> with 'bird2'. 
17:23:25 [INFO]  Filled tag <def[location]> with 'l@1047, 74, 821, 0, 44, storyworld'. 
17:23:25 [INFO] +> Executing 'SPAWNEDMODEL': action='spawn'  model='bird2'  location='l@1047, 74, 821, 0, 44, storyworld'  keyword='' 
17:23:25 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_MinecraftLighterInnovation' Executing: DEFINE "bird" "<entry[bird].spawned_model>" ---------+ 
17:23:25 [INFO]  Filled tag <entry[bird].spawned_model> with 'extmo@9f2b3db1-4a20-4304-afd9-3b6133ef23d3'. 
17:23:25 [INFO] +> Executing 'DEFINE': queue='SPAWN_AMBIENT_BIRD_MinecraftLighterInnovation'  definition='bird'  
                   value='extmo@9f2b3db1-4a20-4304-afd9-3b6133ef23d3' 
17:23:25 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_MinecraftLighterInnovation' Executing: RUN "ambient_bird_flapping" "def:<def[bird]>" ---------+ 
17:23:25 [INFO]  Filled tag <def[bird]> with 'extmo@9f2b3db1-4a20-4304-afd9-3b6133ef23d3'. 
17:23:25 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_FLAPPING (TASK)'  definitions='extmo@9f2b3db1-4a20-4304-afd9-3b6133ef23d3' 
17:23:25 [INFO]  Adding definition 'bird' as extmo@9f2b3db1-4a20-4304-afd9-3b6133ef23d3 
17:23:25 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_MinecraftLighterInnovation' Executing: WHILE "<def[bird].is_spawned>" ---------+ 
17:23:25 [INFO]  Filled tag <def[bird].is_spawned> with 'true'. 
17:23:25 [INFO] +> Executing 'WHILE': run_first_loop='true' 
17:23:25 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_MinecraftLighterInnovation' Executing: run "ambient_bird_circling" 
                   "def:<def[bird]>|<def[location]>" ---------+ 
17:23:25 [INFO]  Filled tag <def[bird]> with 'extmo@9f2b3db1-4a20-4304-afd9-3b6133ef23d3'. 
17:23:25 [INFO]  Filled tag <def[location]> with 'l@1047, 74, 821, 0, 44, storyworld'. 
17:23:25 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_CIRCLING (TASK)'  
                   definitions='extmo@9f2b3db1-4a20-4304-afd9-3b6133ef23d3|l@1047,74,821,0,44,storyworld' 
17:23:25 [INFO]  Adding definition 'bird' as extmo@9f2b3db1-4a20-4304-afd9-3b6133ef23d3 
17:23:25 [INFO]  Adding definition 'origin' as l@1047,74,821,0,44,storyworld 
17:23:25 [INFO]  Starting InstantQueue 'AMBIENT_BIRD_CIRCLING_ConsentBuyingVisiting' with player 'xenmai'... 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_ConsentBuyingVisiting' Executing: DEFINE "radius" "<util.random.int[10].to[20]>" ---------+ 
17:23:25 [INFO]  Filled tag <util.random.int[10].to[20]> with '19'. 
17:23:25 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_ConsentBuyingVisiting'  definition='radius'  value='19' 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_ConsentBuyingVisiting' Executing: DEFINE "offset" 
                   "<location[<def[radius]>,0,0].rotate_around_y[<def[bird].location.yaw.to_radians.mul[-1]>]>" ---------+ 
17:23:25 [INFO]  Filled tag <def[radius]> with '19'. 
17:23:25 [INFO]  Filled tag <def[bird].location.yaw.to_radians.mul[-1]> with '-0.767944870877505'. 
17:23:25 [INFO]  Filled tag <location[19,0,0].rotate_around_y[-0.767944870877505]> with 'l@13.667456206434373,0,13.198509038720948'. 
17:23:25 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_ConsentBuyingVisiting'  definition='offset'  
                   value='l@13.667456206434373,0,13.198509038720948' 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_ConsentBuyingVisiting' Executing: DEFINE "center" "<def[bird].location.sub[<def[offset]>]>" 
                   ---------+ 
17:23:25 [INFO]  Filled tag <def[offset]> with 'l@13.667456206434373, 0, 13.198509038720948'. 
17:23:25 [INFO]  Filled tag <def[bird].location.sub[l@13.667456206434373,0,13.198509038720948]> with 
                   'l@1033.3325437935657,74,807.801490961279,0,44,storyworld'. 
17:23:25 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_ConsentBuyingVisiting'  definition='center'  
                   value='l@1033.3325437935657,74,807.801490961279,0,44,storyworld' 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_ConsentBuyingVisiting' Executing: DEFINE "circle" 
                   "<def[center].make_circle[<def[radius]>].amount[<def[radius].mul[9.869].mul[5].round>].start[<def[bird].location.yaw.to_radians>]>" 
                   ---------+ 
17:23:25 [INFO]  Filled tag <def[radius]> with '19'. 
17:23:25 [INFO]  Filled tag <def[radius].mul[9.869].mul[5].round> with '938'. 
17:23:25 [INFO]  Filled tag <def[bird].location.yaw.to_radians> with '0.767944870877505'. 
17:23:25 [INFO]  Filled tag <def[center].make_circle[19].amount[938].start[0.767944870877505]> with 
                   'li@l@1047,74,821,0,44,storyworld|l@1046.9112839297902,74,821.0912545525881,0,44,storyworld|l@1046.821958586608,74,821.1819127984729,0,44,storyworld|l@1046.7320279784476,74,821.2719706698529,0,44,storyworld|l@1046.641496140462,74,821.361424125865,0,44,storyworld|l@1046.550367134781,74,821.4502691527664,0,44,storyworld|l@1046.4586450503286,74,821.5385017641141,0,44,storyworld|l@1046.36633400264,74,821.626118000944,0,44,storyworld|l@1046.273438133678,74,821.7131139319482,0,44,storyworld|l@1046.1799616116446,74,821.7994856536523,0,44,storyworld|l@1046.0859086307967,74,821.8852292905892,0,44,storyworld|l@1045.991283411256,74,821.9703409954743,0,44,storyworld|l@1045.896090198821,74,822.0548169493773,0,44,storyworld|l@1045.800333264775,74,822.1386533618938,0,44,storyworld|l@1045.7040169056957,74,822.2218464713156,0,44,storyworld|l@1045.6071454432622,74,822.3043925447992,0,44,storyworld|l@1045.5097232240603,74,822.38628787853... 
                   * snip! * 
17:23:25 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_ConsentBuyingVisiting'  definition='circle'  
                   value='li@l@1047,74,821,0,44,storyworld|l@1046.9112839297902,74,821.0912545525881,0,44,storyworld|l@1046.821958586608,74,821.1819127984729,0,44,storyworld|l@1046.7320279784476,74,821.2719706698529,0,44,storyworld|l@1046.641496140462,74,821.361424125865,0,44,storyworld|l@1046.550367134781,74,821.4502691527664,0,44,storyworld|l@1046.4586450503286,74,821.5385017641141,0,44,storyworld|l@1046.36633400264,74,821.626118000944,0,44,storyworld|l@1046.273438133678,74,821.7131139319482,0,44,storyworld|l@1046.1799616116446,74,821.7994856536523,0,44,storyworld|l@1046.0859086307967,74,821.8852292905892,0,44,storyworld|l@1045.991283411256,74,821.9703409954743,0,44,storyworld|l@1045.896090198821,74,822.0548169493773,0,44,storyworld|l@1045.800333264775,74,822.1386533618938,0,44,storyworld|l@1045.7040169056957,74,822.2218464713156,0,44,storyworld|l@1045.6071454432622,74,822.3043925447992,0,44,storyworld|l@1045.5097232240603,74,82... 
                   * snip! * 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_ConsentBuyingVisiting' Executing: REPEAT "<util.random.int[1].to[3]>" ---------+ 
17:23:25 [INFO]  Filled tag <util.random.int[1].to[3]> with '2'. 
17:23:25 [INFO] +> Executing 'REPEAT': qty='2'  as_name='value' 
17:23:25 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_ConsentBuyingVisiting' Executing: movewithpath "<def[bird]>" "<def[circle]>" "face_forward" 
                   ---------+ 
17:23:25 [INFO]  Filled tag <def[bird]> with 'extmo@9f2b3db1-4a20-4304-afd9-3b6133ef23d3'. 
17:23:25 [INFO]  Filled tag <def[circle]> with 'li@l@1047,74,821,0,44,storyworld | l@1046.9112839297902,74,821.0912545525881,0,44,storyworld | 
                   l@1046.821958586608,74,821.1819127984729,0,44,storyworld | l@1046.7320279784476,74,821.2719706698529,0,44,storyworld | 
                   l@1046.641496140462,74,821.361424125865,0,44,storyworld | l@1046.550367134781,74,821.4502691527664,0,44,storyworld | 
                   l@1046.4586450503286,74,821.5385017641141,0,44,storyworld | l@1046.36633400264,74,821.626118000944,0,44,storyworld | 
                   l@1046.273438133678,74,821.7131139319482,0,44,storyworld | l@1046.1799616116446,74,821.7994856536523,0,44,storyworld | 
                   l@1046.0859086307967,74,821.8852292905892,0,44,storyworld | l@1045.991283411256,74,821.9703409954743,0,44,storyworld | 
                   l@1045.896090198821,74,822.0548169493773,0,44,storyworld | l@1045.800333264775,74,822.1386533618938,0,44,storyworld | 
                   l@1045.7040169056957,74,822.2218464713156,0,44,storyworld | l@1045.6071454432622,74,822.30... * snip! * 
17:23:25 [INFO] +> Executing 'MOVEWITHPATH': locations='[l@1047,74,821,0,44,storyworld, 
                   l@1046.9112839297902,74,821.0912545525881,0,44,storyworld, l@1046.821958586608,74,821.1819127984729,0,44,storyworld, 
                   l@1046.7320279784476,74,821.2719706698529,0,44,storyworld, l@1046.641496140462,74,821.361424125865,0,44,storyworld, 
                   l@1046.550367134781,74,821.4502691527664,0,44,storyworld, l@1046.4586450503286,74,821.5385017641141,0,44,storyworld, 
                   l@1046.36633400264,74,821.626118000944,0,44,storyworld, l@1046.273438133678,74,821.7131139319482,0,44,storyworld, 
                   l@1046.1799616116446,74,821.7994856536523,0,44,storyworld, l@1046.0859086307967,74,821.8852292905892,0,44,storyworld, 
                   l@1045.991283411256,74,821.9703409954743,0,44,storyworld, l@1045.896090198821,74,822.0548169493773,0,44,storyworld, 
                   l@1045.800333264775,74,822.1386533618938,0,44,storyworld, l@1045.7040169056957,74,822.2218464713156,0,44,storyworld, 
                   l@1045.6071454432622,74,822.3043925447992,0,44,storyworld, l@1045.5097232240603,74,822.3862878785328,0,44,storyworld, 
                   l@1045.4117546193888,74,822.467528797904,... * snip! * 
17:23:25 [INFO]  Forcing queue AMBIENT_BIRD_CIRCLING_ConsentBuyingVisiting into a timed queue... 
17:23:25 [INFO]  Completing queue 'AMBIENT_BIRD_CIRCLING_ConsentBuyingVisiting' in 34ms. 
17:23:25 [INFO]  Starting TimedQueue 'AMBIENT_BIRD_CIRCLING_ConsentBuyingVisiting' with player 'xenmai'... 
17:23:25 [INFO]  Forcing queue SPAWN_AMBIENT_BIRD_MinecraftLighterInnovation into a timed queue... 
17:23:25 [INFO]  Completing queue 'SPAWN_AMBIENT_BIRD_MinecraftLighterInnovation' in 46ms. 
17:23:25 [INFO]  Starting TimedQueue 'SPAWN_AMBIENT_BIRD_MinecraftLighterInnovation' with player 'xenmai'... 
17:23:29 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_HerCertificateAcquisition' Executing: SPAWNEDMODEL "spawn" "model:<li@bird|bird2.random>" 
                   "<def[location]>" ---------+ 
17:23:29 [INFO]  ...remembering this script entry as 'bird'! 
17:23:29 [INFO]  Filled tag <li@bird|bird2.random> with 'bird2'. 
17:23:29 [INFO]  Filled tag <def[location]> with 'l@1095, 81, 803, 0, 217, storyworld'. 
17:23:29 [INFO] +> Executing 'SPAWNEDMODEL': action='spawn'  model='bird2'  location='l@1095, 81, 803, 0, 217, storyworld'  keyword='' 
17:23:29 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_HerCertificateAcquisition' Executing: DEFINE "bird" "<entry[bird].spawned_model>" ---------+ 
17:23:29 [INFO]  Filled tag <entry[bird].spawned_model> with 'extmo@8b49c3ad-0509-4622-8324-f3a44bdfd930'. 
17:23:29 [INFO] +> Executing 'DEFINE': queue='SPAWN_AMBIENT_BIRD_HerCertificateAcquisition'  definition='bird'  
                   value='extmo@8b49c3ad-0509-4622-8324-f3a44bdfd930' 
17:23:29 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_HerCertificateAcquisition' Executing: RUN "ambient_bird_flapping" "def:<def[bird]>" ---------+ 
17:23:29 [INFO]  Filled tag <def[bird]> with 'extmo@8b49c3ad-0509-4622-8324-f3a44bdfd930'. 
17:23:29 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_FLAPPING (TASK)'  definitions='extmo@8b49c3ad-0509-4622-8324-f3a44bdfd930' 
17:23:29 [INFO]  Adding definition 'bird' as extmo@8b49c3ad-0509-4622-8324-f3a44bdfd930 
17:23:29 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_HerCertificateAcquisition' Executing: WHILE "<def[bird].is_spawned>" ---------+ 
17:23:29 [INFO]  Filled tag <def[bird].is_spawned> with 'true'. 
17:23:29 [INFO] +> Executing 'WHILE': run_first_loop='true' 
17:23:29 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_HerCertificateAcquisition' Executing: run "ambient_bird_circling" 
                   "def:<def[bird]>|<def[location]>" ---------+ 
17:23:29 [INFO]  Filled tag <def[bird]> with 'extmo@8b49c3ad-0509-4622-8324-f3a44bdfd930'. 
17:23:29 [INFO]  Filled tag <def[location]> with 'l@1095, 81, 803, 0, 217, storyworld'. 
17:23:29 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_CIRCLING (TASK)'  
                   definitions='extmo@8b49c3ad-0509-4622-8324-f3a44bdfd930|l@1095,81,803,0,217,storyworld' 
17:23:29 [INFO]  Adding definition 'bird' as extmo@8b49c3ad-0509-4622-8324-f3a44bdfd930 
17:23:29 [INFO]  Adding definition 'origin' as l@1095,81,803,0,217,storyworld 
17:23:29 [INFO]  Starting InstantQueue 'AMBIENT_BIRD_CIRCLING_TensionBriefingSymposium' with player 'xenmai'... 
17:23:29 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_TensionBriefingSymposium' Executing: DEFINE "radius" "<util.random.int[10].to[20]>" ---------+ 
17:23:29 [INFO]  Filled tag <util.random.int[10].to[20]> with '11'. 
17:23:29 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_TensionBriefingSymposium'  definition='radius'  value='11' 
17:23:29 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_TensionBriefingSymposium' Executing: DEFINE "offset" 
                   "<location[<def[radius]>,0,0].rotate_around_y[<def[bird].location.yaw.to_radians.mul[-1]>]>" ---------+ 
17:23:29 [INFO]  Filled tag <def[radius]> with '11'. 
17:23:29 [INFO]  Filled tag <def[bird].location.yaw.to_radians.mul[-1]> with '-3.787364476827695'. 
17:23:29 [INFO]  Filled tag <location[11,0,0].rotate_around_y[-3.787364476827695]> with 'l@-8.784990610520223,0,-6.619965254672529'. 
17:23:29 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_TensionBriefingSymposium'  definition='offset'  
                   value='l@-8.784990610520223,0,-6.619965254672529' 
17:23:29 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_TensionBriefingSymposium' Executing: DEFINE "center" "<def[bird].location.sub[<def[offset]>]>" 
                   ---------+ 
17:23:29 [INFO]  Filled tag <def[offset]> with 'l@-8.784990610520223, 0, -6.619965254672529'. 
17:23:29 [INFO]  Filled tag <def[bird].location.sub[l@-8.784990610520223,0,-6.619965254672529]> with 
                   'l@1103.7849906105203,81,809.6199652546725,0,217,storyworld'. 
17:23:29 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_TensionBriefingSymposium'  definition='center'  
                   value='l@1103.7849906105203,81,809.6199652546725,0,217,storyworld' 
17:23:29 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_TensionBriefingSymposium' Executing: DEFINE "circle" 
                   "<def[center].make_circle[<def[radius]>].amount[<def[radius].mul[9.869].mul[5].round>].start[<def[bird].location.yaw.to_radians>]>" 
                   ---------+ 
17:23:29 [INFO]  Filled tag <def[radius]> with '11'. 
17:23:29 [INFO]  Filled tag <def[radius].mul[9.869].mul[5].round> with '543'. 
17:23:29 [INFO]  Filled tag <def[bird].location.yaw.to_radians> with '3.787364476827695'. 
17:23:29 [INFO]  Filled tag <def[center].make_circle[11].amount[543].start[3.787364476827695]> with 
                   'li@l@1095,81,803,0,217,storyworld|l@1095.077187642386,81,802.898792182347,0,217,storyworld|l@1095.1555411915456,81,802.7984842772485,0,217,storyworld|l@1095.2350501565509,81,802.6990897151488,0,217,storyworld|l@1095.3157038917725,81,802.6006218042035,0,217,storyworld|l@1095.3974915983058,81,802.503093728496,0,217,storyworld|l@1095.4804023254158,81,802.4065185462739,0,217,storyworld|l@1095.5644249720042,81,802.3109091881992,0,217,storyworld|l@1095.649548288095,81,802.216278455618,0,217,storyworld|l@1095.7357608763416,81,802.1226390188458,0,217,storyworld|l@1095.823051193552,81,802.0300034154716,0,217,storyworld|l@1095.9114075522346,81,801.9383840486788,0,217,storyworld|l@1096.0008181221635,81,801.8477931855846,0,217,storyworld|l@1096.091270931962,81,801.7582429555978,0,217,storyworld|l@1096.1827538707062,81,801.6697453487943,0,217,storyworld|l@1096.2752546895447,81,801.5823122143123,0,217,storyworld|l@1096.368761003341... 
                   * snip! * 
17:23:29 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_TensionBriefingSymposium'  definition='circle'  
                   value='li@l@1095,81,803,0,217,storyworld|l@1095.077187642386,81,802.898792182347,0,217,storyworld|l@1095.1555411915456,81,802.7984842772485,0,217,storyworld|l@1095.2350501565509,81,802.6990897151488,0,217,storyworld|l@1095.3157038917725,81,802.6006218042035,0,217,storyworld|l@1095.3974915983058,81,802.503093728496,0,217,storyworld|l@1095.4804023254158,81,802.4065185462739,0,217,storyworld|l@1095.5644249720042,81,802.3109091881992,0,217,storyworld|l@1095.649548288095,81,802.216278455618,0,217,storyworld|l@1095.7357608763416,81,802.1226390188458,0,217,storyworld|l@1095.823051193552,81,802.0300034154716,0,217,storyworld|l@1095.9114075522346,81,801.9383840486788,0,217,storyworld|l@1096.0008181221635,81,801.8477931855846,0,217,storyworld|l@1096.091270931962,81,801.7582429555978,0,217,storyworld|l@1096.1827538707062,81,801.6697453487943,0,217,storyworld|l@1096.2752546895447,81,801.5823122143123,0,217,storyworld|l@1... 
                   * snip! * 
17:23:29 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_TensionBriefingSymposium' Executing: REPEAT "<util.random.int[1].to[3]>" ---------+ 
17:23:29 [INFO]  Filled tag <util.random.int[1].to[3]> with '3'. 
17:23:29 [INFO] +> Executing 'REPEAT': qty='3'  as_name='value' 
17:23:29 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_TensionBriefingSymposium' Executing: movewithpath "<def[bird]>" "<def[circle]>" "face_forward" 
                   ---------+ 
17:23:29 [INFO]  Filled tag <def[bird]> with 'extmo@8b49c3ad-0509-4622-8324-f3a44bdfd930'. 
17:23:29 [INFO]  Filled tag <def[circle]> with 'li@l@1095,81,803,0,217,storyworld | l@1095.077187642386,81,802.898792182347,0,217,storyworld | 
                   l@1095.1555411915456,81,802.7984842772485,0,217,storyworld | l@1095.2350501565509,81,802.6990897151488,0,217,storyworld | 
                   l@1095.3157038917725,81,802.6006218042035,0,217,storyworld | l@1095.3974915983058,81,802.503093728496,0,217,storyworld | 
                   l@1095.4804023254158,81,802.4065185462739,0,217,storyworld | l@1095.5644249720042,81,802.3109091881992,0,217,storyworld | 
                   l@1095.649548288095,81,802.216278455618,0,217,storyworld | l@1095.7357608763416,81,802.1226390188458,0,217,storyworld | 
                   l@1095.823051193552,81,802.0300034154716,0,217,storyworld | l@1095.9114075522346,81,801.9383840486788,0,217,storyworld | 
                   l@1096.0008181221635,81,801.8477931855846,0,217,storyworld | l@1096.091270931962,81,801.7582429555978,0,217,storyworld | 
                   l@1096.1827538707062,81,801.6697453487943,0,217,storyworld | l@1096.2752... * snip! * 
17:23:29 [INFO] +> Executing 'MOVEWITHPATH': locations='[l@1095,81,803,0,217,storyworld, 
                   l@1095.077187642386,81,802.898792182347,0,217,storyworld, l@1095.1555411915456,81,802.7984842772485,0,217,storyworld, 
                   l@1095.2350501565509,81,802.6990897151488,0,217,storyworld, l@1095.3157038917725,81,802.6006218042035,0,217,storyworld, 
                   l@1095.3974915983058,81,802.503093728496,0,217,storyworld, l@1095.4804023254158,81,802.4065185462739,0,217,storyworld, 
                   l@1095.5644249720042,81,802.3109091881992,0,217,storyworld, l@1095.649548288095,81,802.216278455618,0,217,storyworld, 
                   l@1095.7357608763416,81,802.1226390188458,0,217,storyworld, l@1095.823051193552,81,802.0300034154716,0,217,storyworld, 
                   l@1095.9114075522346,81,801.9383840486788,0,217,storyworld, l@1096.0008181221635,81,801.8477931855846,0,217,storyworld, 
                   l@1096.091270931962,81,801.7582429555978,0,217,storyworld, l@1096.1827538707062,81,801.6697453487943,0,217,storyworld, 
                   l@1096.2752546895447,81,801.5823122143123,0,217,storyworld, l@1096.3687610033412,81,801.4959552587652,0,217,storyworld, 
                   l@1096.4632602923307... * snip! * 
17:23:29 [INFO]  Forcing queue AMBIENT_BIRD_CIRCLING_TensionBriefingSymposium into a timed queue... 
17:23:29 [INFO]  Completing queue 'AMBIENT_BIRD_CIRCLING_TensionBriefingSymposium' in 32ms. 
17:23:29 [INFO]  Starting TimedQueue 'AMBIENT_BIRD_CIRCLING_TensionBriefingSymposium' with player 'xenmai'... 
17:23:29 [INFO]  Forcing queue SPAWN_AMBIENT_BIRD_HerCertificateAcquisition into a timed queue... 
17:23:29 [INFO]  Completing queue 'SPAWN_AMBIENT_BIRD_HerCertificateAcquisition' in 53ms. 
17:23:29 [INFO]  Starting TimedQueue 'SPAWN_AMBIENT_BIRD_HerCertificateAcquisition' with player 'xenmai'... 
17:23:29 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_CcProvidersHearing' Executing: SPAWNEDMODEL "spawn" "model:<li@bird|bird2.random>" 
                   "<def[location]>" ---------+ 
17:23:29 [INFO]  ...remembering this script entry as 'bird'! 
17:23:29 [INFO]  Filled tag <li@bird|bird2.random> with 'bird'. 
17:23:29 [INFO]  Filled tag <def[location]> with 'l@1080, 78, 751, 0, 340, storyworld'. 
17:23:29 [INFO] +> Executing 'SPAWNEDMODEL': action='spawn'  model='bird'  location='l@1080, 78, 751, 0, 340, storyworld'  keyword='' 
17:23:29 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_CcProvidersHearing' Executing: DEFINE "bird" "<entry[bird].spawned_model>" ---------+ 
17:23:29 [INFO]  Filled tag <entry[bird].spawned_model> with 'extmo@e8fb078a-35bc-49c3-9d13-43c62fceb2bd'. 
17:23:29 [INFO] +> Executing 'DEFINE': queue='SPAWN_AMBIENT_BIRD_CcProvidersHearing'  definition='bird'  
                   value='extmo@e8fb078a-35bc-49c3-9d13-43c62fceb2bd' 
17:23:29 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_CcProvidersHearing' Executing: RUN "ambient_bird_flapping" "def:<def[bird]>" ---------+ 
17:23:29 [INFO]  Filled tag <def[bird]> with 'extmo@e8fb078a-35bc-49c3-9d13-43c62fceb2bd'. 
17:23:29 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_FLAPPING (TASK)'  definitions='extmo@e8fb078a-35bc-49c3-9d13-43c62fceb2bd' 
17:23:29 [INFO]  Adding definition 'bird' as extmo@e8fb078a-35bc-49c3-9d13-43c62fceb2bd 
17:23:29 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_CcProvidersHearing' Executing: WHILE "<def[bird].is_spawned>" ---------+ 
17:23:29 [INFO]  Filled tag <def[bird].is_spawned> with 'true'. 
17:23:29 [INFO] +> Executing 'WHILE': run_first_loop='true' 
17:23:29 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_CcProvidersHearing' Executing: run "ambient_bird_circling" "def:<def[bird]>|<def[location]>" 
                   ---------+ 
17:23:29 [INFO]  Filled tag <def[bird]> with 'extmo@e8fb078a-35bc-49c3-9d13-43c62fceb2bd'. 
17:23:29 [INFO]  Filled tag <def[location]> with 'l@1080, 78, 751, 0, 340, storyworld'. 
17:23:29 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_CIRCLING (TASK)'  
                   definitions='extmo@e8fb078a-35bc-49c3-9d13-43c62fceb2bd|l@1080,78,751,0,340,storyworld' 
17:23:29 [INFO]  Adding definition 'bird' as extmo@e8fb078a-35bc-49c3-9d13-43c62fceb2bd 
17:23:29 [INFO]  Adding definition 'origin' as l@1080,78,751,0,340,storyworld 
17:23:29 [INFO]  Starting InstantQueue 'AMBIENT_BIRD_CIRCLING_LiterallyWiderActivity' with player 'xenmai'... 
17:23:29 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_LiterallyWiderActivity' Executing: DEFINE "radius" "<util.random.int[10].to[20]>" ---------+ 
17:23:29 [INFO]  Filled tag <util.random.int[10].to[20]> with '11'. 
17:23:29 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_LiterallyWiderActivity'  definition='radius'  value='11' 
17:23:29 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_LiterallyWiderActivity' Executing: DEFINE "offset" 
                   "<location[<def[radius]>,0,0].rotate_around_y[<def[bird].location.yaw.to_radians.mul[-1]>]>" ---------+ 
17:23:29 [INFO]  Filled tag <def[radius]> with '11'. 
17:23:29 [INFO]  Filled tag <def[bird].location.yaw.to_radians.mul[-1]> with '-5.93411945678072'. 
17:23:29 [INFO]  Filled tag <location[11,0,0].rotate_around_y[-5.93411945678072]> with 'l@10.336618828644989,0,-3.762221576582364'. 
17:23:29 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_LiterallyWiderActivity'  definition='offset'  
                   value='l@10.336618828644989,0,-3.762221576582364' 
17:23:29 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_LiterallyWiderActivity' Executing: DEFINE "center" "<def[bird].location.sub[<def[offset]>]>" 
                   ---------+ 
17:23:29 [INFO]  Filled tag <def[offset]> with 'l@10.336618828644989, 0, -3.762221576582364'. 
17:23:29 [INFO]  Filled tag <def[bird].location.sub[l@10.336618828644989,0,-3.762221576582364]> with 
                   'l@1069.663381171355,78,754.7622215765824,0,340,storyworld'. 
17:23:29 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_LiterallyWiderActivity'  definition='center'  
                   value='l@1069.663381171355,78,754.7622215765824,0,340,storyworld' 
17:23:29 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_LiterallyWiderActivity' Executing: DEFINE "circle" 
                   "<def[center].make_circle[<def[radius]>].amount[<def[radius].mul[9.869].mul[5].round>].start[<def[bird].location.yaw.to_radians>]>" 
                   ---------+ 
17:23:29 [INFO]  Filled tag <def[radius]> with '11'. 
17:23:29 [INFO]  Filled tag <def[radius].mul[9.869].mul[5].round> with '543'. 
17:23:29 [INFO]  Filled tag <def[bird].location.yaw.to_radians> with '5.93411945678072'. 
17:23:29 [INFO]  Filled tag <def[center].make_circle[11].amount[543].start[5.93411945678072]> with 
                   'li@l@1080,78,751,0,340,storyworld|l@1080.0428406148474,78,751.1198567320207,0,340,storyworld|l@1080.0842915011815,78,751.2402011482322,0,340,storyworld|l@1080.1243471090527,78,751.3610171354575,0,340,storyworld|l@1080.1630020753282,78,751.4822885173801,0,340,storyworld|l@1080.20025122441,78,751.6039990567095,0,340,storyworld|l@1080.236089568928,78,751.7261324573556,0,340,storyworld|l@1080.270512310408,78,751.8486723666103,0,340,storyworld|l@1080.3035148399142,78,751.9716023773375,0,340,storyworld|l@1080.3350927386653,78,752.0949060301691,0,340,storyworld|l@1080.3652417786275,78,752.2185668157098,0,340,storyworld|l@1080.39395792308,78,752.3425681767465,0,340,storyworld|l@1080.4212373271557,78,752.4668935104659,0,340,storyworld|l@1080.4470763383551,78,752.5915261706774,0,340,storyworld|l@1080.4714714970369,78,752.7164494700417,0,340,storyworld|l@1080.4944195368798,78,752.841646682305,0,340,storyworld|l@1080.5159173853208... 
                   * snip! * 
17:23:29 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_LiterallyWiderActivity'  definition='circle'  
                   value='li@l@1080,78,751,0,340,storyworld|l@1080.0428406148474,78,751.1198567320207,0,340,storyworld|l@1080.0842915011815,78,751.2402011482322,0,340,storyworld|l@1080.1243471090527,78,751.3610171354575,0,340,storyworld|l@1080.1630020753282,78,751.4822885173801,0,340,storyworld|l@1080.20025122441,78,751.6039990567095,0,340,storyworld|l@1080.236089568928,78,751.7261324573556,0,340,storyworld|l@1080.270512310408,78,751.8486723666103,0,340,storyworld|l@1080.3035148399142,78,751.9716023773375,0,340,storyworld|l@1080.3350927386653,78,752.0949060301691,0,340,storyworld|l@1080.3652417786275,78,752.2185668157098,0,340,storyworld|l@1080.39395792308,78,752.3425681767465,0,340,storyworld|l@1080.4212373271557,78,752.4668935104659,0,340,storyworld|l@1080.4470763383551,78,752.5915261706774,0,340,storyworld|l@1080.4714714970369,78,752.7164494700417,0,340,storyworld|l@1080.4944195368798,78,752.841646682305,0,340,storyworld|l@108... 
                   * snip! * 
17:23:29 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_LiterallyWiderActivity' Executing: REPEAT "<util.random.int[1].to[3]>" ---------+ 
17:23:29 [INFO]  Filled tag <util.random.int[1].to[3]> with '1'. 
17:23:29 [INFO] +> Executing 'REPEAT': qty='1'  as_name='value' 
17:23:29 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_LiterallyWiderActivity' Executing: movewithpath "<def[bird]>" "<def[circle]>" "face_forward" 
                   ---------+ 
17:23:29 [INFO]  Filled tag <def[bird]> with 'extmo@e8fb078a-35bc-49c3-9d13-43c62fceb2bd'. 
17:23:29 [INFO]  Filled tag <def[circle]> with 'li@l@1080,78,751,0,340,storyworld | l@1080.0428406148474,78,751.1198567320207,0,340,storyworld 
                   | l@1080.0842915011815,78,751.2402011482322,0,340,storyworld | l@1080.1243471090527,78,751.3610171354575,0,340,storyworld | 
                   l@1080.1630020753282,78,751.4822885173801,0,340,storyworld | l@1080.20025122441,78,751.6039990567095,0,340,storyworld | 
                   l@1080.236089568928,78,751.7261324573556,0,340,storyworld | l@1080.270512310408,78,751.8486723666103,0,340,storyworld | 
                   l@1080.3035148399142,78,751.9716023773375,0,340,storyworld | l@1080.3350927386653,78,752.0949060301691,0,340,storyworld | 
                   l@1080.3652417786275,78,752.2185668157098,0,340,storyworld | l@1080.39395792308,78,752.3425681767465,0,340,storyworld | 
                   l@1080.4212373271557,78,752.4668935104659,0,340,storyworld | l@1080.4470763383551,78,752.5915261706774,0,340,storyworld | 
                   l@1080.4714714970369,78,752.7164494700417,0,340,storyworld | l@1080.494... * snip! * 
17:23:29 [INFO] +> Executing 'MOVEWITHPATH': locations='[l@1080,78,751,0,340,storyworld, 
                   l@1080.0428406148474,78,751.1198567320207,0,340,storyworld, l@1080.0842915011815,78,751.2402011482322,0,340,storyworld, 
                   l@1080.1243471090527,78,751.3610171354575,0,340,storyworld, l@1080.1630020753282,78,751.4822885173801,0,340,storyworld, 
                   l@1080.20025122441,78,751.6039990567095,0,340,storyworld, l@1080.236089568928,78,751.7261324573556,0,340,storyworld, 
                   l@1080.270512310408,78,751.8486723666103,0,340,storyworld, l@1080.3035148399142,78,751.9716023773375,0,340,storyworld, 
                   l@1080.3350927386653,78,752.0949060301691,0,340,storyworld, l@1080.3652417786275,78,752.2185668157098,0,340,storyworld, 
                   l@1080.39395792308,78,752.3425681767465,0,340,storyworld, l@1080.4212373271557,78,752.4668935104659,0,340,storyworld, 
                   l@1080.4470763383551,78,752.5915261706774,0,340,storyworld, l@1080.4714714970369,78,752.7164494700417,0,340,storyworld, 
                   l@1080.4944195368798,78,752.841646682305,0,340,storyworld, l@1080.5159173853208,78,752.9671010445393,0,340,storyworld, 
                   l@1080.5359621639655... * snip! * 
17:23:29 [INFO]  Forcing queue AMBIENT_BIRD_CIRCLING_LiterallyWiderActivity into a timed queue... 
17:23:29 [INFO]  Completing queue 'AMBIENT_BIRD_CIRCLING_LiterallyWiderActivity' in 14ms. 
17:23:29 [INFO]  Starting TimedQueue 'AMBIENT_BIRD_CIRCLING_LiterallyWiderActivity' with player 'xenmai'... 
17:23:29 [INFO]  Forcing queue SPAWN_AMBIENT_BIRD_CcProvidersHearing into a timed queue... 
17:23:29 [INFO]  Completing queue 'SPAWN_AMBIENT_BIRD_CcProvidersHearing' in 20ms. 
17:23:29 [INFO]  Starting TimedQueue 'SPAWN_AMBIENT_BIRD_CcProvidersHearing' with player 'xenmai'... 
17:23:30 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_TheaterCitizensHeater' Executing: SPAWNEDMODEL "spawn" "model:<li@bird|bird2.random>" 
                   "<def[location]>" ---------+ 
17:23:30 [INFO]  ...remembering this script entry as 'bird'! 
17:23:30 [INFO]  Filled tag <li@bird|bird2.random> with 'bird'. 
17:23:30 [INFO]  Filled tag <def[location]> with 'l@1037, 95, 798, 0, 71, storyworld'. 
17:23:30 [INFO] +> Executing 'SPAWNEDMODEL': action='spawn'  model='bird'  location='l@1037, 95, 798, 0, 71, storyworld'  keyword='' 
17:23:30 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_TheaterCitizensHeater' Executing: DEFINE "bird" "<entry[bird].spawned_model>" ---------+ 
17:23:30 [INFO]  Filled tag <entry[bird].spawned_model> with 'extmo@6c150097-d02e-40b0-8a36-b1370bcacf42'. 
17:23:30 [INFO] +> Executing 'DEFINE': queue='SPAWN_AMBIENT_BIRD_TheaterCitizensHeater'  definition='bird'  
                   value='extmo@6c150097-d02e-40b0-8a36-b1370bcacf42' 
17:23:30 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_TheaterCitizensHeater' Executing: RUN "ambient_bird_flapping" "def:<def[bird]>" ---------+ 
17:23:30 [INFO]  Filled tag <def[bird]> with 'extmo@6c150097-d02e-40b0-8a36-b1370bcacf42'. 
17:23:30 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_FLAPPING (TASK)'  definitions='extmo@6c150097-d02e-40b0-8a36-b1370bcacf42' 
17:23:30 [INFO]  Adding definition 'bird' as extmo@6c150097-d02e-40b0-8a36-b1370bcacf42 
17:23:30 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_TheaterCitizensHeater' Executing: WHILE "<def[bird].is_spawned>" ---------+ 
17:23:30 [INFO]  Filled tag <def[bird].is_spawned> with 'true'. 
17:23:30 [INFO] +> Executing 'WHILE': run_first_loop='true' 
17:23:30 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_TheaterCitizensHeater' Executing: run "ambient_bird_circling" "def:<def[bird]>|<def[location]>" 
                   ---------+ 
17:23:30 [INFO]  Filled tag <def[bird]> with 'extmo@6c150097-d02e-40b0-8a36-b1370bcacf42'. 
17:23:30 [INFO]  Filled tag <def[location]> with 'l@1037, 95, 798, 0, 71, storyworld'. 
17:23:30 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_CIRCLING (TASK)'  
                   definitions='extmo@6c150097-d02e-40b0-8a36-b1370bcacf42|l@1037,95,798,0,71,storyworld' 
17:23:30 [INFO]  Adding definition 'bird' as extmo@6c150097-d02e-40b0-8a36-b1370bcacf42 
17:23:30 [INFO]  Adding definition 'origin' as l@1037,95,798,0,71,storyworld 
17:23:30 [INFO]  Starting InstantQueue 'AMBIENT_BIRD_CIRCLING_WallsCitizensPit' with player 'xenmai'... 
17:23:30 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_WallsCitizensPit' Executing: DEFINE "radius" "<util.random.int[10].to[20]>" ---------+ 
17:23:30 [INFO]  Filled tag <util.random.int[10].to[20]> with '18'. 
17:23:30 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_WallsCitizensPit'  definition='radius'  value='18' 
17:23:30 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_WallsCitizensPit' Executing: DEFINE "offset" 
                   "<location[<def[radius]>,0,0].rotate_around_y[<def[bird].location.yaw.to_radians.mul[-1]>]>" ---------+ 
17:23:30 [INFO]  Filled tag <def[radius]> with '18'. 
17:23:30 [INFO]  Filled tag <def[bird].location.yaw.to_radians.mul[-1]> with '-1.239183768915974'. 
17:23:30 [INFO]  Filled tag <location[18,0,0].rotate_around_y[-1.239183768915974]> with 'l@5.860226780228822,0,17.019334360787703'. 
17:23:30 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_WallsCitizensPit'  definition='offset'  
                   value='l@5.860226780228822,0,17.019334360787703' 
17:23:30 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_WallsCitizensPit' Executing: DEFINE "center" "<def[bird].location.sub[<def[offset]>]>" 
                   ---------+ 
17:23:30 [INFO]  Filled tag <def[offset]> with 'l@5.860226780228822, 0, 17.019334360787703'. 
17:23:30 [INFO]  Filled tag <def[bird].location.sub[l@5.860226780228822,0,17.019334360787703]> with 
                   'l@1031.139773219771,95,780.9806656392122,0,71,storyworld'. 
17:23:30 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_WallsCitizensPit'  definition='center'  
                   value='l@1031.139773219771,95,780.9806656392122,0,71,storyworld' 
17:23:30 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_WallsCitizensPit' Executing: DEFINE "circle" 
                   "<def[center].make_circle[<def[radius]>].amount[<def[radius].mul[9.869].mul[5].round>].start[<def[bird].location.yaw.to_radians>]>" 
                   ---------+ 
17:23:30 [INFO]  Filled tag <def[radius]> with '18'. 
17:23:30 [INFO]  Filled tag <def[radius].mul[9.869].mul[5].round> with '888'. 
17:23:30 [INFO]  Filled tag <def[bird].location.yaw.to_radians> with '1.239183768915974'. 
17:23:30 [INFO]  Filled tag <def[center].make_circle[18].amount[888].start[1.239183768915974]> with 
                   'li@l@1037,95,798,0,71,storyworld|l@1036.8794313009,95,798.0410385868278,0,71,storyworld|l@1036.7585752472921,95,798.0812230504642,0,71,storyworld|l@1036.6374378898033,95,798.1205513790846,0,71,storyworld|l@1036.5160252931444,95,798.1590216037262,0,71,storyworld|l@1036.3943435358058,95,798.196631798387,0,71,storyworld|l@1036.2723987097534,95,798.2333800801223,0,71,storyworld|l@1036.1501969201236,95,798.2692646091388,0,71,storyworld|l@1036.0277442849178,95,798.3042835888868,0,71,storyworld|l@1035.9050469346955,95,798.3384352661502,0,71,storyworld|l@1035.7821110122684,95,798.3717179311338,0,71,storyworld|l@1035.6589426723915,95,798.4041299175498,0,71,storyworld|l@1035.5355480814565,95,798.4356696027,0,71,storyworld|l@1035.4119334171814,95,798.4663354075586,0,71,storyworld|l@1035.288104868303,95,798.4961257968498,0,71,storyworld|l@1035.1640686342657,95,798.5250392791254,0,71,storyworld|l@1035.0398309249117,95,798.55307440... 
                   * snip! * 
17:23:30 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_WallsCitizensPit'  definition='circle'  
                   value='li@l@1037,95,798,0,71,storyworld|l@1036.8794313009,95,798.0410385868278,0,71,storyworld|l@1036.7585752472921,95,798.0812230504642,0,71,storyworld|l@1036.6374378898033,95,798.1205513790846,0,71,storyworld|l@1036.5160252931444,95,798.1590216037262,0,71,storyworld|l@1036.3943435358058,95,798.196631798387,0,71,storyworld|l@1036.2723987097534,95,798.2333800801223,0,71,storyworld|l@1036.1501969201236,95,798.2692646091388,0,71,storyworld|l@1036.0277442849178,95,798.3042835888868,0,71,storyworld|l@1035.9050469346955,95,798.3384352661502,0,71,storyworld|l@1035.7821110122684,95,798.3717179311338,0,71,storyworld|l@1035.6589426723915,95,798.4041299175498,0,71,storyworld|l@1035.5355480814565,95,798.4356696027,0,71,storyworld|l@1035.4119334171814,95,798.4663354075586,0,71,storyworld|l@1035.288104868303,95,798.4961257968498,0,71,storyworld|l@1035.1640686342657,95,798.5250392791254,0,71,storyworld|l@1035.0398309249117,95,798.... 
                   * snip! * 
17:23:30 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_WallsCitizensPit' Executing: REPEAT "<util.random.int[1].to[3]>" ---------+ 
17:23:30 [INFO]  Filled tag <util.random.int[1].to[3]> with '2'. 
17:23:30 [INFO] +> Executing 'REPEAT': qty='2'  as_name='value' 
17:23:30 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_WallsCitizensPit' Executing: movewithpath "<def[bird]>" "<def[circle]>" "face_forward" 
                   ---------+ 
17:23:30 [INFO]  Filled tag <def[bird]> with 'extmo@6c150097-d02e-40b0-8a36-b1370bcacf42'. 
17:23:30 [INFO]  Filled tag <def[circle]> with 'li@l@1037,95,798,0,71,storyworld | l@1036.8794313009,95,798.0410385868278,0,71,storyworld | 
                   l@1036.7585752472921,95,798.0812230504642,0,71,storyworld | l@1036.6374378898033,95,798.1205513790846,0,71,storyworld | 
                   l@1036.5160252931444,95,798.1590216037262,0,71,storyworld | l@1036.3943435358058,95,798.196631798387,0,71,storyworld | 
                   l@1036.2723987097534,95,798.2333800801223,0,71,storyworld | l@1036.1501969201236,95,798.2692646091388,0,71,storyworld | 
                   l@1036.0277442849178,95,798.3042835888868,0,71,storyworld | l@1035.9050469346955,95,798.3384352661502,0,71,storyworld | 
                   l@1035.7821110122684,95,798.3717179311338,0,71,storyworld | l@1035.6589426723915,95,798.4041299175498,0,71,storyworld | 
                   l@1035.5355480814565,95,798.4356696027,0,71,storyworld | l@1035.4119334171814,95,798.4663354075586,0,71,storyworld | 
                   l@1035.288104868303,95,798.4961257968498,0,71,storyworld | l@1035.1640686342657,95,798... * snip! * 
17:23:30 [INFO] +> Executing 'MOVEWITHPATH': locations='[l@1037,95,798,0,71,storyworld, 
                   l@1036.8794313009,95,798.0410385868278,0,71,storyworld, l@1036.7585752472921,95,798.0812230504642,0,71,storyworld, 
                   l@1036.6374378898033,95,798.1205513790846,0,71,storyworld, l@1036.5160252931444,95,798.1590216037262,0,71,storyworld, 
                   l@1036.3943435358058,95,798.196631798387,0,71,storyworld, l@1036.2723987097534,95,798.2333800801223,0,71,storyworld, 
                   l@1036.1501969201236,95,798.2692646091388,0,71,storyworld, l@1036.0277442849178,95,798.3042835888868,0,71,storyworld, 
                   l@1035.9050469346955,95,798.3384352661502,0,71,storyworld, l@1035.7821110122684,95,798.3717179311338,0,71,storyworld, 
                   l@1035.6589426723915,95,798.4041299175498,0,71,storyworld, l@1035.5355480814565,95,798.4356696027,0,71,storyworld, 
                   l@1035.4119334171814,95,798.4663354075586,0,71,storyworld, l@1035.288104868303,95,798.4961257968498,0,71,storyworld, 
                   l@1035.1640686342657,95,798.5250392791254,0,71,storyworld, l@1035.0398309249117,95,798.5530744068392,0,71,storyworld, 
                   l@1034.9153979601701,95,798.5802297764... * snip! * 
17:23:30 [INFO]  Forcing queue AMBIENT_BIRD_CIRCLING_WallsCitizensPit into a timed queue... 
17:23:30 [INFO]  Completing queue 'AMBIENT_BIRD_CIRCLING_WallsCitizensPit' in 72ms. 
17:23:30 [INFO]  Starting TimedQueue 'AMBIENT_BIRD_CIRCLING_WallsCitizensPit' with player 'xenmai'... 
17:23:30 [INFO]  Forcing queue SPAWN_AMBIENT_BIRD_TheaterCitizensHeater into a timed queue... 
17:23:30 [INFO]  Completing queue 'SPAWN_AMBIENT_BIRD_TheaterCitizensHeater' in 87ms. 
17:23:30 [INFO]  Starting TimedQueue 'SPAWN_AMBIENT_BIRD_TheaterCitizensHeater' with player 'xenmai'... 
17:23:31 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_AdolescentSmsWeekends' Executing: SPAWNEDMODEL "spawn" "model:<li@bird|bird2.random>" 
                   "<def[location]>" ---------+ 
17:23:31 [INFO]  ...remembering this script entry as 'bird'! 
17:23:31 [INFO]  Filled tag <li@bird|bird2.random> with 'bird2'. 
17:23:31 [INFO]  Filled tag <def[location]> with 'l@1005, 65, 758, 0, 231, storyworld'. 
17:23:31 [INFO] +> Executing 'SPAWNEDMODEL': action='spawn'  model='bird2'  location='l@1005, 65, 758, 0, 231, storyworld'  keyword='' 
17:23:31 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_AdolescentSmsWeekends' Executing: DEFINE "bird" "<entry[bird].spawned_model>" ---------+ 
17:23:31 [INFO]  Filled tag <entry[bird].spawned_model> with 'extmo@3188822f-9ef5-434c-a06d-5bc5832f67e6'. 
17:23:31 [INFO] +> Executing 'DEFINE': queue='SPAWN_AMBIENT_BIRD_AdolescentSmsWeekends'  definition='bird'  
                   value='extmo@3188822f-9ef5-434c-a06d-5bc5832f67e6' 
17:23:31 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_AdolescentSmsWeekends' Executing: RUN "ambient_bird_flapping" "def:<def[bird]>" ---------+ 
17:23:31 [INFO]  Filled tag <def[bird]> with 'extmo@3188822f-9ef5-434c-a06d-5bc5832f67e6'. 
17:23:31 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_FLAPPING (TASK)'  definitions='extmo@3188822f-9ef5-434c-a06d-5bc5832f67e6' 
17:23:31 [INFO]  Adding definition 'bird' as extmo@3188822f-9ef5-434c-a06d-5bc5832f67e6 
17:23:31 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_AdolescentSmsWeekends' Executing: WHILE "<def[bird].is_spawned>" ---------+ 
17:23:31 [INFO]  Filled tag <def[bird].is_spawned> with 'true'. 
17:23:31 [INFO] +> Executing 'WHILE': run_first_loop='true' 
17:23:31 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_AdolescentSmsWeekends' Executing: run "ambient_bird_circling" "def:<def[bird]>|<def[location]>" 
                   ---------+ 
17:23:31 [INFO]  Filled tag <def[bird]> with 'extmo@3188822f-9ef5-434c-a06d-5bc5832f67e6'. 
17:23:31 [INFO]  Filled tag <def[location]> with 'l@1005, 65, 758, 0, 231, storyworld'. 
17:23:31 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_CIRCLING (TASK)'  
                   definitions='extmo@3188822f-9ef5-434c-a06d-5bc5832f67e6|l@1005,65,758,0,231,storyworld' 
17:23:31 [INFO]  Adding definition 'bird' as extmo@3188822f-9ef5-434c-a06d-5bc5832f67e6 
17:23:31 [INFO]  Adding definition 'origin' as l@1005,65,758,0,231,storyworld 
17:23:31 [INFO]  Starting InstantQueue 'AMBIENT_BIRD_CIRCLING_MemAdvantagesMade' with player 'xenmai'... 
17:23:31 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_MemAdvantagesMade' Executing: DEFINE "radius" "<util.random.int[10].to[20]>" ---------+ 
17:23:31 [INFO]  Filled tag <util.random.int[10].to[20]> with '17'. 
17:23:31 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_MemAdvantagesMade'  definition='radius'  value='17' 
17:23:31 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_MemAdvantagesMade' Executing: DEFINE "offset" 
                   "<location[<def[radius]>,0,0].rotate_around_y[<def[bird].location.yaw.to_radians.mul[-1]>]>" ---------+ 
17:23:31 [INFO]  Filled tag <def[radius]> with '17'. 
17:23:31 [INFO]  Filled tag <def[bird].location.yaw.to_radians.mul[-1]> with '-4.031710572106902'. 
17:23:31 [INFO]  Filled tag <location[17,0,0].rotate_around_y[-4.031710572106902]> with 'l@-10.69844664784723,0,-13.21148134476851'. 
17:23:31 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_MemAdvantagesMade'  definition='offset'  
                   value='l@-10.69844664784723,0,-13.21148134476851' 
17:23:31 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_MemAdvantagesMade' Executing: DEFINE "center" "<def[bird].location.sub[<def[offset]>]>" 
                   ---------+ 
17:23:31 [INFO]  Filled tag <def[offset]> with 'l@-10.69844664784723, 0, -13.21148134476851'. 
17:23:31 [INFO]  Filled tag <def[bird].location.sub[l@-10.69844664784723,0,-13.21148134476851]> with 
                   'l@1015.6984466478473,65,771.2114813447685,0,231,storyworld'. 
17:23:31 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_MemAdvantagesMade'  definition='center'  
                   value='l@1015.6984466478473,65,771.2114813447685,0,231,storyworld' 
17:23:31 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_MemAdvantagesMade' Executing: DEFINE "circle" 
                   "<def[center].make_circle[<def[radius]>].amount[<def[radius].mul[9.869].mul[5].round>].start[<def[bird].location.yaw.to_radians>]>" 
                   ---------+ 
17:23:31 [INFO]  Filled tag <def[radius]> with '17'. 
17:23:31 [INFO]  Filled tag <def[radius].mul[9.869].mul[5].round> with '839'. 
17:23:31 [INFO]  Filled tag <def[bird].location.yaw.to_radians> with '4.031710572106902'. 
17:23:31 [INFO]  Filled tag <def[center].make_circle[17].amount[839].start[4.031710572106902]> with 
                   'li@l@1005,65,758,0,231,storyworld|l@1005.0992385118534,65,757.9202516465847,0,231,storyworld|l@1005.1990714625847,65,757.8412487095787,0,231,storyworld|l@1005.2994932532298,65,757.7629956197296,0,231,storyworld|l@1005.4004982518004,65,757.6854967657312,0,231,storyworld|l@1005.5020807935998,65,757.6087564939771,0,231,storyworld|l@1005.604235181541,65,757.5327791083174,0,231,storyworld|l@1005.7069556864657,65,757.4575688698169,0,231,storyworld|l@1005.810236547466,65,757.3831299965159,0,231,storyworld|l@1005.9140719722077,65,757.3094666631944,0,231,storyworld|l@1006.0184561372541,65,757.2365830011372,0,231,storyworld|l@1006.123383188394,65,757.1644830979029,0,231,storyworld|l@1006.228847240969,65,757.093170997094,0,231,storyworld|l@1006.3348423802038,65,757.0226506981306,0,231,storyworld|l@1006.4413626615383,65,756.9529261560258,0,231,storyworld|l@1006.5484021109603,65,756.8840012811639,0,231,storyworld|l@1006.6559547253... 
                   * snip! * 
17:23:31 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_MemAdvantagesMade'  definition='circle'  
                   value='li@l@1005,65,758,0,231,storyworld|l@1005.0992385118534,65,757.9202516465847,0,231,storyworld|l@1005.1990714625847,65,757.8412487095787,0,231,storyworld|l@1005.2994932532298,65,757.7629956197296,0,231,storyworld|l@1005.4004982518004,65,757.6854967657312,0,231,storyworld|l@1005.5020807935998,65,757.6087564939771,0,231,storyworld|l@1005.604235181541,65,757.5327791083174,0,231,storyworld|l@1005.7069556864657,65,757.4575688698169,0,231,storyworld|l@1005.810236547466,65,757.3831299965159,0,231,storyworld|l@1005.9140719722077,65,757.3094666631944,0,231,storyworld|l@1006.0184561372541,65,757.2365830011372,0,231,storyworld|l@1006.123383188394,65,757.1644830979029,0,231,storyworld|l@1006.228847240969,65,757.093170997094,0,231,storyworld|l@1006.3348423802038,65,757.0226506981306,0,231,storyworld|l@1006.4413626615383,65,756.9529261560258,0,231,storyworld|l@1006.5484021109603,65,756.8840012811639,0,231,storyworld|l@1006.6... 
                   * snip! * 
17:23:31 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_MemAdvantagesMade' Executing: REPEAT "<util.random.int[1].to[3]>" ---------+ 
17:23:31 [INFO]  Filled tag <util.random.int[1].to[3]> with '3'. 
17:23:31 [INFO] +> Executing 'REPEAT': qty='3'  as_name='value' 
17:23:31 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_MemAdvantagesMade' Executing: movewithpath "<def[bird]>" "<def[circle]>" "face_forward" 
                   ---------+ 
17:23:31 [INFO]  Filled tag <def[bird]> with 'extmo@3188822f-9ef5-434c-a06d-5bc5832f67e6'. 
17:23:31 [INFO]  Filled tag <def[circle]> with 'li@l@1005,65,758,0,231,storyworld | l@1005.0992385118534,65,757.9202516465847,0,231,storyworld 
                   | l@1005.1990714625847,65,757.8412487095787,0,231,storyworld | l@1005.2994932532298,65,757.7629956197296,0,231,storyworld | 
                   l@1005.4004982518004,65,757.6854967657312,0,231,storyworld | l@1005.5020807935998,65,757.6087564939771,0,231,storyworld | 
                   l@1005.604235181541,65,757.5327791083174,0,231,storyworld | l@1005.7069556864657,65,757.4575688698169,0,231,storyworld | 
                   l@1005.810236547466,65,757.3831299965159,0,231,storyworld | l@1005.9140719722077,65,757.3094666631944,0,231,storyworld | 
                   l@1006.0184561372541,65,757.2365830011372,0,231,storyworld | l@1006.123383188394,65,757.1644830979029,0,231,storyworld | 
                   l@1006.228847240969,65,757.093170997094,0,231,storyworld | l@1006.3348423802038,65,757.0226506981306,0,231,storyworld | 
                   l@1006.4413626615383,65,756.9529261560258,0,231,storyworld | l@1006.54... * snip! * 
17:23:31 [INFO] +> Executing 'MOVEWITHPATH': locations='[l@1005,65,758,0,231,storyworld, 
                   l@1005.0992385118534,65,757.9202516465847,0,231,storyworld, l@1005.1990714625847,65,757.8412487095787,0,231,storyworld, 
                   l@1005.2994932532298,65,757.7629956197296,0,231,storyworld, l@1005.4004982518004,65,757.6854967657312,0,231,storyworld, 
                   l@1005.5020807935998,65,757.6087564939771,0,231,storyworld, l@1005.604235181541,65,757.5327791083174,0,231,storyworld, 
                   l@1005.7069556864657,65,757.4575688698169,0,231,storyworld, l@1005.810236547466,65,757.3831299965159,0,231,storyworld, 
                   l@1005.9140719722077,65,757.3094666631944,0,231,storyworld, l@1006.0184561372541,65,757.2365830011372,0,231,storyworld, 
                   l@1006.123383188394,65,757.1644830979029,0,231,storyworld, l@1006.228847240969,65,757.093170997094,0,231,storyworld, 
                   l@1006.3348423802038,65,757.0226506981306,0,231,storyworld, l@1006.4413626615383,65,756.9529261560258,0,231,storyworld, 
                   l@1006.5484021109603,65,756.8840012811639,0,231,storyworld, l@1006.6559547253414,65,756.8158799390815,0,231,storyworld, 
                   l@1006.76401447277... * snip! * 
17:23:31 [INFO]  Forcing queue AMBIENT_BIRD_CIRCLING_MemAdvantagesMade into a timed queue... 
17:23:31 [INFO]  Completing queue 'AMBIENT_BIRD_CIRCLING_MemAdvantagesMade' in 27ms. 
17:23:31 [INFO]  Starting TimedQueue 'AMBIENT_BIRD_CIRCLING_MemAdvantagesMade' with player 'xenmai'... 
17:23:31 [INFO]  Forcing queue SPAWN_AMBIENT_BIRD_AdolescentSmsWeekends into a timed queue... 
17:23:31 [INFO]  Completing queue 'SPAWN_AMBIENT_BIRD_AdolescentSmsWeekends' in 33ms. 
17:23:31 [INFO]  Starting TimedQueue 'SPAWN_AMBIENT_BIRD_AdolescentSmsWeekends' with player 'xenmai'... 
17:23:32 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_ConfiguringSinghKeyboard' Executing: SPAWNEDMODEL "spawn" "model:<li@bird|bird2.random>" 
                   "<def[location]>" ---------+ 
17:23:32 [INFO]  ...remembering this script entry as 'bird'! 
17:23:32 [INFO]  Filled tag <li@bird|bird2.random> with 'bird'. 
17:23:32 [INFO]  Filled tag <def[location]> with 'l@1051, 107, 720, 0, 301, storyworld'. 
17:23:32 [INFO] +> Executing 'SPAWNEDMODEL': action='spawn'  model='bird'  location='l@1051, 107, 720, 0, 301, storyworld'  keyword='' 
17:23:32 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_ConfiguringSinghKeyboard' Executing: DEFINE "bird" "<entry[bird].spawned_model>" ---------+ 
17:23:32 [INFO]  Filled tag <entry[bird].spawned_model> with 'extmo@0b989e19-af5e-48a5-9b3f-4ae5b7990d22'. 
17:23:32 [INFO] +> Executing 'DEFINE': queue='SPAWN_AMBIENT_BIRD_ConfiguringSinghKeyboard'  definition='bird'  
                   value='extmo@0b989e19-af5e-48a5-9b3f-4ae5b7990d22' 
17:23:32 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_ConfiguringSinghKeyboard' Executing: RUN "ambient_bird_flapping" "def:<def[bird]>" ---------+ 
17:23:32 [INFO]  Filled tag <def[bird]> with 'extmo@0b989e19-af5e-48a5-9b3f-4ae5b7990d22'. 
17:23:32 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_FLAPPING (TASK)'  definitions='extmo@0b989e19-af5e-48a5-9b3f-4ae5b7990d22' 
17:23:32 [INFO]  Adding definition 'bird' as extmo@0b989e19-af5e-48a5-9b3f-4ae5b7990d22 
17:23:32 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_ConfiguringSinghKeyboard' Executing: WHILE "<def[bird].is_spawned>" ---------+ 
17:23:32 [INFO]  Filled tag <def[bird].is_spawned> with 'true'. 
17:23:32 [INFO] +> Executing 'WHILE': run_first_loop='true' 
17:23:32 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_ConfiguringSinghKeyboard' Executing: run "ambient_bird_circling" 
                   "def:<def[bird]>|<def[location]>" ---------+ 
17:23:32 [INFO]  Filled tag <def[bird]> with 'extmo@0b989e19-af5e-48a5-9b3f-4ae5b7990d22'. 
17:23:32 [INFO]  Filled tag <def[location]> with 'l@1051, 107, 720, 0, 301, storyworld'. 
17:23:32 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_CIRCLING (TASK)'  
                   definitions='extmo@0b989e19-af5e-48a5-9b3f-4ae5b7990d22|l@1051,107,720,0,301,storyworld' 
17:23:32 [INFO]  Adding definition 'bird' as extmo@0b989e19-af5e-48a5-9b3f-4ae5b7990d22 
17:23:32 [INFO]  Adding definition 'origin' as l@1051,107,720,0,301,storyworld 
17:23:32 [INFO]  Starting InstantQueue 'AMBIENT_BIRD_CIRCLING_LearningChestChar' with player 'xenmai'... 
17:23:32 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_LearningChestChar' Executing: DEFINE "radius" "<util.random.int[10].to[20]>" ---------+ 
17:23:32 [INFO]  Filled tag <util.random.int[10].to[20]> with '13'. 
17:23:32 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_LearningChestChar'  definition='radius'  value='13' 
17:23:32 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_LearningChestChar' Executing: DEFINE "offset" 
                   "<location[<def[radius]>,0,0].rotate_around_y[<def[bird].location.yaw.to_radians.mul[-1]>]>" ---------+ 
17:23:32 [INFO]  Filled tag <def[radius]> with '13'. 
17:23:32 [INFO]  Filled tag <def[bird].location.yaw.to_radians.mul[-1]> with '-5.253441048502932'. 
17:23:32 [INFO]  Filled tag <location[13,0,0].rotate_around_y[-5.253441048502932]> with 'l@6.695494973830704,0,-11.14317490912746'. 
17:23:32 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_LearningChestChar'  definition='offset'  
                   value='l@6.695494973830704,0,-11.14317490912746' 
17:23:32 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_LearningChestChar' Executing: DEFINE "center" "<def[bird].location.sub[<def[offset]>]>" 
                   ---------+ 
17:23:32 [INFO]  Filled tag <def[offset]> with 'l@6.695494973830704, 0, -11.14317490912746'. 
17:23:32 [INFO]  Filled tag <def[bird].location.sub[l@6.695494973830704,0,-11.14317490912746]> with 
                   'l@1044.3045050261694,107,731.1431749091274,0,301,storyworld'. 
17:23:32 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_LearningChestChar'  definition='center'  
                   value='l@1044.3045050261694,107,731.1431749091274,0,301,storyworld' 
17:23:32 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_LearningChestChar' Executing: DEFINE "circle" 
                   "<def[center].make_circle[<def[radius]>].amount[<def[radius].mul[9.869].mul[5].round>].start[<def[bird].location.yaw.to_radians>]>" 
                   ---------+ 
17:23:32 [INFO]  Filled tag <def[radius]> with '13'. 
17:23:32 [INFO]  Filled tag <def[radius].mul[9.869].mul[5].round> with '641'. 
17:23:32 [INFO]  Filled tag <def[bird].location.yaw.to_radians> with '5.253441048502932'. 
17:23:32 [INFO]  Filled tag <def[center].make_circle[13].amount[641].start[5.253441048502932]> with 
                   'li@l@1051,107,720,0,301,storyworld|l@1051.1089037903148,107,720.0661645968411,0,301,storyworld|l@1051.2171538031484,107,720.133393490492,0,301,storyworld|l@1051.3247396376676,107,720.2016802214935,0,301,storyworld|l@1051.4316509568537,107,720.2710182287474,0,301,storyworld|l@1051.5378774884964,107,720.3414008501476,0,301,storyworld|l@1051.6434090261816,107,720.4128213232196,0,301,storyworld|l@1051.7482354302708,107,720.4852727857705,0,301,storyworld|l@1051.852346628876,107,720.5587482765483,0,301,storyworld|l@1051.9557326188271,107,720.6332407359106,0,301,storyworld|l@1052.0583834666338,107,720.7087430065031,0,301,storyworld|l@1052.1602893094384,107,720.7852478339476,0,301,storyworld|l@1052.2614403559655,107,720.862747867538,0,301,storyworld|l@1052.3618268874611,107,720.9412356609477,0,301,storyworld|l@1052.4614392586273,107,721.0207036729443,0,301,storyworld|l@1052.5602678985485,107,721.1011442681144,0,301,storyworld... 
                   * snip! * 
17:23:32 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_LearningChestChar'  definition='circle'  
                   value='li@l@1051,107,720,0,301,storyworld|l@1051.1089037903148,107,720.0661645968411,0,301,storyworld|l@1051.2171538031484,107,720.133393490492,0,301,storyworld|l@1051.3247396376676,107,720.2016802214935,0,301,storyworld|l@1051.4316509568537,107,720.2710182287474,0,301,storyworld|l@1051.5378774884964,107,720.3414008501476,0,301,storyworld|l@1051.6434090261816,107,720.4128213232196,0,301,storyworld|l@1051.7482354302708,107,720.4852727857705,0,301,storyworld|l@1051.852346628876,107,720.5587482765483,0,301,storyworld|l@1051.9557326188271,107,720.6332407359106,0,301,storyworld|l@1052.0583834666338,107,720.7087430065031,0,301,storyworld|l@1052.1602893094384,107,720.7852478339476,0,301,storyworld|l@1052.2614403559655,107,720.862747867538,0,301,storyworld|l@1052.3618268874611,107,720.9412356609477,0,301,storyworld|l@1052.4614392586273,107,721.0207036729443,0,301,storyworld|l@1052.5602678985485,107,721.1011442681144,0,301,s... 
                   * snip! * 
17:23:32 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_LearningChestChar' Executing: REPEAT "<util.random.int[1].to[3]>" ---------+ 
17:23:32 [INFO]  Filled tag <util.random.int[1].to[3]> with '2'. 
17:23:32 [INFO] +> Executing 'REPEAT': qty='2'  as_name='value' 
17:23:32 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_LearningChestChar' Executing: movewithpath "<def[bird]>" "<def[circle]>" "face_forward" 
                   ---------+ 
17:23:32 [INFO]  Filled tag <def[bird]> with 'extmo@0b989e19-af5e-48a5-9b3f-4ae5b7990d22'. 
17:23:32 [INFO]  Filled tag <def[circle]> with 'li@l@1051,107,720,0,301,storyworld | 
                   l@1051.1089037903148,107,720.0661645968411,0,301,storyworld | l@1051.2171538031484,107,720.133393490492,0,301,storyworld | 
                   l@1051.3247396376676,107,720.2016802214935,0,301,storyworld | l@1051.4316509568537,107,720.2710182287474,0,301,storyworld | 
                   l@1051.5378774884964,107,720.3414008501476,0,301,storyworld | l@1051.6434090261816,107,720.4128213232196,0,301,storyworld | 
                   l@1051.7482354302708,107,720.4852727857705,0,301,storyworld | l@1051.852346628876,107,720.5587482765483,0,301,storyworld | 
                   l@1051.9557326188271,107,720.6332407359106,0,301,storyworld | l@1052.0583834666338,107,720.7087430065031,0,301,storyworld | 
                   l@1052.1602893094384,107,720.7852478339476,0,301,storyworld | l@1052.2614403559655,107,720.862747867538,0,301,storyworld | 
                   l@1052.3618268874611,107,720.9412356609477,0,301,storyworld | l@1052.4614392586273,107,721.0207036729443,0,301,storyworld ... 
                   * snip! * 
17:23:32 [INFO] +> Executing 'MOVEWITHPATH': locations='[l@1051,107,720,0,301,storyworld, 
                   l@1051.1089037903148,107,720.0661645968411,0,301,storyworld, l@1051.2171538031484,107,720.133393490492,0,301,storyworld, 
                   l@1051.3247396376676,107,720.2016802214935,0,301,storyworld, l@1051.4316509568537,107,720.2710182287474,0,301,storyworld, 
                   l@1051.5378774884964,107,720.3414008501476,0,301,storyworld, l@1051.6434090261816,107,720.4128213232196,0,301,storyworld, 
                   l@1051.7482354302708,107,720.4852727857705,0,301,storyworld, l@1051.852346628876,107,720.5587482765483,0,301,storyworld, 
                   l@1051.9557326188271,107,720.6332407359106,0,301,storyworld, l@1052.0583834666338,107,720.7087430065031,0,301,storyworld, 
                   l@1052.1602893094384,107,720.7852478339476,0,301,storyworld, l@1052.2614403559655,107,720.862747867538,0,301,storyworld, 
                   l@1052.3618268874611,107,720.9412356609477,0,301,storyworld, l@1052.4614392586273,107,721.0207036729443,0,301,storyworld, 
                   l@1052.5602678985485,107,721.1011442681144,0,301,storyworld, l@1052.658303311612,107,721.1825497175976,0,301,storyworld, ... * 
                   snip! * 
17:23:32 [INFO]  Forcing queue AMBIENT_BIRD_CIRCLING_LearningChestChar into a timed queue... 
17:23:32 [INFO]  Completing queue 'AMBIENT_BIRD_CIRCLING_LearningChestChar' in 33ms. 
17:23:32 [INFO]  Starting TimedQueue 'AMBIENT_BIRD_CIRCLING_LearningChestChar' with player 'xenmai'... 
17:23:32 [INFO]  Forcing queue SPAWN_AMBIENT_BIRD_ConfiguringSinghKeyboard into a timed queue... 
17:23:32 [INFO]  Completing queue 'SPAWN_AMBIENT_BIRD_ConfiguringSinghKeyboard' in 51ms. 
17:23:32 [INFO]  Starting TimedQueue 'SPAWN_AMBIENT_BIRD_ConfiguringSinghKeyboard' with player 'xenmai'... 
17:23:47 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_RoutinesSchemaWiring' Executing: SPAWNEDMODEL "spawn" "model:<li@bird|bird2.random>" 
                   "<def[location]>" ---------+ 
17:23:47 [INFO]  ...remembering this script entry as 'bird'! 
17:23:47 [INFO]  Filled tag <li@bird|bird2.random> with 'bird'. 
17:23:47 [INFO]  Filled tag <def[location]> with 'l@1098, 86, 718, 0, 4, storyworld'. 
17:23:47 [INFO] +> Executing 'SPAWNEDMODEL': action='spawn'  model='bird'  location='l@1098, 86, 718, 0, 4, storyworld'  keyword='' 
17:23:47 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_RoutinesSchemaWiring' Executing: DEFINE "bird" "<entry[bird].spawned_model>" ---------+ 
17:23:47 [INFO]  Filled tag <entry[bird].spawned_model> with 'extmo@f12f6b0e-82a7-456e-8ebc-c718a03efb3a'. 
17:23:47 [INFO] +> Executing 'DEFINE': queue='SPAWN_AMBIENT_BIRD_RoutinesSchemaWiring'  definition='bird'  
                   value='extmo@f12f6b0e-82a7-456e-8ebc-c718a03efb3a' 
17:23:47 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_RoutinesSchemaWiring' Executing: RUN "ambient_bird_flapping" "def:<def[bird]>" ---------+ 
17:23:47 [INFO]  Filled tag <def[bird]> with 'extmo@f12f6b0e-82a7-456e-8ebc-c718a03efb3a'. 
17:23:47 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_FLAPPING (TASK)'  definitions='extmo@f12f6b0e-82a7-456e-8ebc-c718a03efb3a' 
17:23:47 [INFO]  Adding definition 'bird' as extmo@f12f6b0e-82a7-456e-8ebc-c718a03efb3a 
17:23:47 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_RoutinesSchemaWiring' Executing: WHILE "<def[bird].is_spawned>" ---------+ 
17:23:47 [INFO]  Filled tag <def[bird].is_spawned> with 'true'. 
17:23:47 [INFO] +> Executing 'WHILE': run_first_loop='true' 
17:23:47 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_RoutinesSchemaWiring' Executing: run "ambient_bird_circling" "def:<def[bird]>|<def[location]>" 
                   ---------+ 
17:23:47 [INFO]  Filled tag <def[bird]> with 'extmo@f12f6b0e-82a7-456e-8ebc-c718a03efb3a'. 
17:23:47 [INFO]  Filled tag <def[location]> with 'l@1098, 86, 718, 0, 4, storyworld'. 
17:23:47 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_CIRCLING (TASK)'  
                   definitions='extmo@f12f6b0e-82a7-456e-8ebc-c718a03efb3a|l@1098,86,718,0,4,storyworld' 
17:23:47 [INFO]  Adding definition 'bird' as extmo@f12f6b0e-82a7-456e-8ebc-c718a03efb3a 
17:23:47 [INFO]  Adding definition 'origin' as l@1098,86,718,0,4,storyworld 
17:23:47 [INFO]  Starting InstantQueue 'AMBIENT_BIRD_CIRCLING_AgainstLoadsIngredients' with player 'xenmai'... 
17:23:47 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_AgainstLoadsIngredients' Executing: DEFINE "radius" "<util.random.int[10].to[20]>" ---------+ 
17:23:47 [INFO]  Filled tag <util.random.int[10].to[20]> with '18'. 
17:23:47 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_AgainstLoadsIngredients'  definition='radius'  value='18' 
17:23:47 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_AgainstLoadsIngredients' Executing: DEFINE "offset" 
                   "<location[<def[radius]>,0,0].rotate_around_y[<def[bird].location.yaw.to_radians.mul[-1]>]>" ---------+ 
17:23:47 [INFO]  Filled tag <def[radius]> with '18'. 
17:23:47 [INFO]  Filled tag <def[bird].location.yaw.to_radians.mul[-1]> with '-0.06981317007977318'. 
17:23:47 [INFO]  Filled tag <location[18,0,0].rotate_around_y[-0.06981317007977318]> with 'l@17.956152904676834,0,1.2556165273942554'. 
17:23:47 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_AgainstLoadsIngredients'  definition='offset'  
                   value='l@17.956152904676834,0,1.2556165273942554' 
17:23:47 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_AgainstLoadsIngredients' Executing: DEFINE "center" "<def[bird].location.sub[<def[offset]>]>" 
                   ---------+ 
17:23:47 [INFO]  Filled tag <def[offset]> with 'l@17.956152904676834, 0, 1.2556165273942554'. 
17:23:47 [INFO]  Filled tag <def[bird].location.sub[l@17.956152904676834,0,1.2556165273942554]> with 
                   'l@1080.0438470953231,86,716.7443834726057,0,4,storyworld'. 
17:23:47 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_AgainstLoadsIngredients'  definition='center'  
                   value='l@1080.0438470953231,86,716.7443834726057,0,4,storyworld' 
17:23:47 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_AgainstLoadsIngredients' Executing: DEFINE "circle" 
                   "<def[center].make_circle[<def[radius]>].amount[<def[radius].mul[9.869].mul[5].round>].start[<def[bird].location.yaw.to_radians>]>" 
                   ---------+ 
17:23:47 [INFO]  Filled tag <def[radius]> with '18'. 
17:23:47 [INFO]  Filled tag <def[radius].mul[9.869].mul[5].round> with '888'. 
17:23:47 [INFO]  Filled tag <def[bird].location.yaw.to_radians> with '0.06981317007977318'. 
17:23:47 [INFO]  Filled tag <def[center].make_circle[18].amount[888].start[0.06981317007977318]> with 
                   'li@l@1098,86,718,0,4,storyworld|l@1097.990666274494,86,718.1270191260386,0,4,storyworld|l@1097.9804340460937,86,718.2539690307783,0,4,storyworld|l@1097.9693038270732,86,718.3808433585045,0,4,storyworld|l@1097.9572761746638,86,718.5076357572868,0,4,storyworld|l@1097.944351691027,86,718.6343398792962,0,4,storyworld|l@1097.9305310232235,86,718.7609493811233,0,4,storyworld|l@1097.9158148631816,86,718.887457924096,0,4,storyworld|l@1097.900203947662,86,719.0138591745965,0,4,storyworld|l@1097.8836990582215,86,719.1401468043787,0,4,storyworld|l@1097.866301021173,86,719.2663144908847,0,4,storyworld|l@1097.8480107075447,86,719.392355917562,0,4,storyworld|l@1097.8288290330363,86,719.5182647741785,0,4,storyworld|l@1097.8087569579736,86,719.64403475714,0,4,storyworld|l@1097.78779548726,86,719.7696595698044,0,4,storyworld|l@1097.765945670326,86,719.8951329227978,0,4,storyworld|l@1097.743208601077,86,720.0204485343288,0,4,storywor... 
                   * snip! * 
17:23:47 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_AgainstLoadsIngredients'  definition='circle'  
                   value='li@l@1098,86,718,0,4,storyworld|l@1097.990666274494,86,718.1270191260386,0,4,storyworld|l@1097.9804340460937,86,718.2539690307783,0,4,storyworld|l@1097.9693038270732,86,718.3808433585045,0,4,storyworld|l@1097.9572761746638,86,718.5076357572868,0,4,storyworld|l@1097.944351691027,86,718.6343398792962,0,4,storyworld|l@1097.9305310232235,86,718.7609493811233,0,4,storyworld|l@1097.9158148631816,86,718.887457924096,0,4,storyworld|l@1097.900203947662,86,719.0138591745965,0,4,storyworld|l@1097.8836990582215,86,719.1401468043787,0,4,storyworld|l@1097.866301021173,86,719.2663144908847,0,4,storyworld|l@1097.8480107075447,86,719.392355917562,0,4,storyworld|l@1097.8288290330363,86,719.5182647741785,0,4,storyworld|l@1097.8087569579736,86,719.64403475714,0,4,storyworld|l@1097.78779548726,86,719.7696595698044,0,4,storyworld|l@1097.765945670326,86,719.8951329227978,0,4,storyworld|l@1097.743208601077,86,720.0204485343288... 
                   * snip! * 
17:23:47 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_AgainstLoadsIngredients' Executing: REPEAT "<util.random.int[1].to[3]>" ---------+ 
17:23:47 [INFO]  Filled tag <util.random.int[1].to[3]> with '2'. 
17:23:47 [INFO] +> Executing 'REPEAT': qty='2'  as_name='value' 
17:23:47 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_AgainstLoadsIngredients' Executing: movewithpath "<def[bird]>" "<def[circle]>" "face_forward" 
                   ---------+ 
17:23:47 [INFO]  Filled tag <def[bird]> with 'extmo@f12f6b0e-82a7-456e-8ebc-c718a03efb3a'. 
17:23:47 [INFO]  Filled tag <def[circle]> with 'li@l@1098,86,718,0,4,storyworld | l@1097.990666274494,86,718.1270191260386,0,4,storyworld | 
                   l@1097.9804340460937,86,718.2539690307783,0,4,storyworld | l@1097.9693038270732,86,718.3808433585045,0,4,storyworld | 
                   l@1097.9572761746638,86,718.5076357572868,0,4,storyworld | l@1097.944351691027,86,718.6343398792962,0,4,storyworld | 
                   l@1097.9305310232235,86,718.7609493811233,0,4,storyworld | l@1097.9158148631816,86,718.887457924096,0,4,storyworld | 
                   l@1097.900203947662,86,719.0138591745965,0,4,storyworld | l@1097.8836990582215,86,719.1401468043787,0,4,storyworld | 
                   l@1097.866301021173,86,719.2663144908847,0,4,storyworld | l@1097.8480107075447,86,719.392355917562,0,4,storyworld | 
                   l@1097.8288290330363,86,719.5182647741785,0,4,storyworld | l@1097.8087569579736,86,719.64403475714,0,4,storyworld | 
                   l@1097.78779548726,86,719.7696595698044,0,4,storyworld | l@1097.765945670326,86,719.8951329227978,0,4... * snip! * 
17:23:47 [INFO] +> Executing 'MOVEWITHPATH': locations='[l@1098,86,718,0,4,storyworld, 
                   l@1097.990666274494,86,718.1270191260386,0,4,storyworld, l@1097.9804340460937,86,718.2539690307783,0,4,storyworld, 
                   l@1097.9693038270732,86,718.3808433585045,0,4,storyworld, l@1097.9572761746638,86,718.5076357572868,0,4,storyworld, 
                   l@1097.944351691027,86,718.6343398792962,0,4,storyworld, l@1097.9305310232235,86,718.7609493811233,0,4,storyworld, 
                   l@1097.9158148631816,86,718.887457924096,0,4,storyworld, l@1097.900203947662,86,719.0138591745965,0,4,storyworld, 
                   l@1097.8836990582215,86,719.1401468043787,0,4,storyworld, l@1097.866301021173,86,719.2663144908847,0,4,storyworld, 
                   l@1097.8480107075447,86,719.392355917562,0,4,storyworld, l@1097.8288290330363,86,719.5182647741785,0,4,storyworld, 
                   l@1097.8087569579736,86,719.64403475714,0,4,storyworld, l@1097.78779548726,86,719.7696595698044,0,4,storyworld, 
                   l@1097.765945670326,86,719.8951329227978,0,4,storyworld, l@1097.743208601077,86,720.0204485343288,0,4,storyworld, 
                   l@1097.7195854178385,86,720.1456001305037,0,4,storyworld, l... * snip! * 
17:23:47 [INFO]  Forcing queue AMBIENT_BIRD_CIRCLING_AgainstLoadsIngredients into a timed queue... 
17:23:47 [INFO]  Completing queue 'AMBIENT_BIRD_CIRCLING_AgainstLoadsIngredients' in 44ms. 
17:23:47 [INFO]  Starting TimedQueue 'AMBIENT_BIRD_CIRCLING_AgainstLoadsIngredients' with player 'xenmai'... 
17:23:47 [INFO]  Forcing queue SPAWN_AMBIENT_BIRD_RoutinesSchemaWiring into a timed queue... 
17:23:47 [INFO]  Completing queue 'SPAWN_AMBIENT_BIRD_RoutinesSchemaWiring' in 53ms. 
17:23:47 [INFO]  Starting TimedQueue 'SPAWN_AMBIENT_BIRD_RoutinesSchemaWiring' with player 'xenmai'... 
17:23:49 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_LmUsdTopic' Executing: SPAWNEDMODEL "spawn" "model:<li@bird|bird2.random>" "<def[location]>" 
                   ---------+ 
17:23:49 [INFO]  ...remembering this script entry as 'bird'! 
17:23:49 [INFO]  Filled tag <li@bird|bird2.random> with 'bird2'. 
17:23:49 [INFO]  Filled tag <def[location]> with 'l@1091, 68, 794, 0, 166, storyworld'. 
17:23:49 [INFO] +> Executing 'SPAWNEDMODEL': action='spawn'  model='bird2'  location='l@1091, 68, 794, 0, 166, storyworld'  keyword='' 
17:23:49 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_LmUsdTopic' Executing: DEFINE "bird" "<entry[bird].spawned_model>" ---------+ 
17:23:49 [INFO]  Filled tag <entry[bird].spawned_model> with 'extmo@75fd16a2-6123-49f4-a61c-a962e92fc177'. 
17:23:49 [INFO] +> Executing 'DEFINE': queue='SPAWN_AMBIENT_BIRD_LmUsdTopic'  definition='bird'  
                   value='extmo@75fd16a2-6123-49f4-a61c-a962e92fc177' 
17:23:49 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_LmUsdTopic' Executing: RUN "ambient_bird_flapping" "def:<def[bird]>" ---------+ 
17:23:49 [INFO]  Filled tag <def[bird]> with 'extmo@75fd16a2-6123-49f4-a61c-a962e92fc177'. 
17:23:49 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_FLAPPING (TASK)'  definitions='extmo@75fd16a2-6123-49f4-a61c-a962e92fc177' 
17:23:49 [INFO]  Adding definition 'bird' as extmo@75fd16a2-6123-49f4-a61c-a962e92fc177 
17:23:49 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_LmUsdTopic' Executing: WHILE "<def[bird].is_spawned>" ---------+ 
17:23:49 [INFO]  Filled tag <def[bird].is_spawned> with 'true'. 
17:23:49 [INFO] +> Executing 'WHILE': run_first_loop='true' 
17:23:49 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_LmUsdTopic' Executing: run "ambient_bird_circling" "def:<def[bird]>|<def[location]>" ---------+ 
17:23:49 [INFO]  Filled tag <def[bird]> with 'extmo@75fd16a2-6123-49f4-a61c-a962e92fc177'. 
17:23:49 [INFO]  Filled tag <def[location]> with 'l@1091, 68, 794, 0, 166, storyworld'. 
17:23:49 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_CIRCLING (TASK)'  
                   definitions='extmo@75fd16a2-6123-49f4-a61c-a962e92fc177|l@1091,68,794,0,166,storyworld' 
17:23:49 [INFO]  Adding definition 'bird' as extmo@75fd16a2-6123-49f4-a61c-a962e92fc177 
17:23:49 [INFO]  Adding definition 'origin' as l@1091,68,794,0,166,storyworld 
17:23:49 [INFO]  Starting InstantQueue 'AMBIENT_BIRD_CIRCLING_HackMechanicsDefeat' with player 'xenmai'... 
17:23:49 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_HackMechanicsDefeat' Executing: DEFINE "radius" "<util.random.int[10].to[20]>" ---------+ 
17:23:49 [INFO]  Filled tag <util.random.int[10].to[20]> with '14'. 
17:23:49 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_HackMechanicsDefeat'  definition='radius'  value='14' 
17:23:49 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_HackMechanicsDefeat' Executing: DEFINE "offset" 
                   "<location[<def[radius]>,0,0].rotate_around_y[<def[bird].location.yaw.to_radians.mul[-1]>]>" ---------+ 
17:23:49 [INFO]  Filled tag <def[radius]> with '14'. 
17:23:49 [INFO]  Filled tag <def[bird].location.yaw.to_radians.mul[-1]> with '-2.897246558310587'. 
17:23:49 [INFO]  Filled tag <location[14,0,0].rotate_around_y[-2.897246558310587]> with 'l@-13.58414016786395,0,3.386906538395348'. 
17:23:49 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_HackMechanicsDefeat'  definition='offset'  
                   value='l@-13.58414016786395,0,3.386906538395348' 
17:23:49 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_HackMechanicsDefeat' Executing: DEFINE "center" "<def[bird].location.sub[<def[offset]>]>" 
                   ---------+ 
17:23:49 [INFO]  Filled tag <def[offset]> with 'l@-13.58414016786395, 0, 3.386906538395348'. 
17:23:49 [INFO]  Filled tag <def[bird].location.sub[l@-13.58414016786395,0,3.386906538395348]> with 
                   'l@1104.584140167864,68,790.6130934616046,0,166,storyworld'. 
17:23:49 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_HackMechanicsDefeat'  definition='center'  
                   value='l@1104.584140167864,68,790.6130934616046,0,166,storyworld' 
17:23:49 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_HackMechanicsDefeat' Executing: DEFINE "circle" 
                   "<def[center].make_circle[<def[radius]>].amount[<def[radius].mul[9.869].mul[5].round>].start[<def[bird].location.yaw.to_radians>]>" 
                   ---------+ 
17:23:49 [INFO]  Filled tag <def[radius]> with '14'. 
17:23:49 [INFO]  Filled tag <def[radius].mul[9.869].mul[5].round> with '691'. 
17:23:49 [INFO]  Filled tag <def[bird].location.yaw.to_radians> with '2.897246558310587'. 
17:23:49 [INFO]  Filled tag <def[center].make_circle[14].amount[691].start[2.897246558310587]> with 
                   'li@l@1091,68,794,0,166,storyworld|l@1090.9697652326247,68,793.8763426281142,0,166,storyworld|l@1090.9406561022397,68,793.7524154506744,0,166,storyworld|l@1090.9126750155895,68,793.6282287139841,0,166,storyworld|l@1090.8858242861506,68,793.5037926858066,0,166,storyworld|l@1090.860106133943,68,793.3791176545174,0,166,storyworld|l@1090.835522685344,68,793.2542139282522,0,166,storyworld|l@1090.812075972914,68,793.1290918340555,0,166,storyworld|l@1090.789767935228,68,793.0037617170264,0,166,storyworld|l@1090.7686004167153,68,792.878233939463,0,166,storyworld|l@1090.7485751675074,68,792.7525188800067,0,166,storyworld|l@1090.7296938432921,68,792.6266269327829,0,166,storyworld|l@1090.711958005178,68,792.5005685065419,0,166,storyworld|l@1090.6953691195654,68,792.3743540237989,0,166,storyworld|l@1090.6799285580232,68,792.2479939199717,0,166,storyworld|l@1090.665637597178,68,792.1214986425181,0,166,storyworld|l@1090.652497418606... 
                   * snip! * 
17:23:49 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_HackMechanicsDefeat'  definition='circle'  
                   value='li@l@1091,68,794,0,166,storyworld|l@1090.9697652326247,68,793.8763426281142,0,166,storyworld|l@1090.9406561022397,68,793.7524154506744,0,166,storyworld|l@1090.9126750155895,68,793.6282287139841,0,166,storyworld|l@1090.8858242861506,68,793.5037926858066,0,166,storyworld|l@1090.860106133943,68,793.3791176545174,0,166,storyworld|l@1090.835522685344,68,793.2542139282522,0,166,storyworld|l@1090.812075972914,68,793.1290918340555,0,166,storyworld|l@1090.789767935228,68,793.0037617170264,0,166,storyworld|l@1090.7686004167153,68,792.878233939463,0,166,storyworld|l@1090.7485751675074,68,792.7525188800067,0,166,storyworld|l@1090.7296938432921,68,792.6266269327829,0,166,storyworld|l@1090.711958005178,68,792.5005685065419,0,166,storyworld|l@1090.6953691195654,68,792.3743540237989,0,166,storyworld|l@1090.6799285580232,68,792.2479939199717,0,166,storyworld|l@1090.665637597178,68,792.1214986425181,0,166,storyworld|l@1090.6... 
                   * snip! * 
17:23:49 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_HackMechanicsDefeat' Executing: REPEAT "<util.random.int[1].to[3]>" ---------+ 
17:23:49 [INFO]  Filled tag <util.random.int[1].to[3]> with '3'. 
17:23:49 [INFO] +> Executing 'REPEAT': qty='3'  as_name='value' 
17:23:49 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_HackMechanicsDefeat' Executing: movewithpath "<def[bird]>" "<def[circle]>" "face_forward" 
                   ---------+ 
17:23:49 [INFO]  Filled tag <def[bird]> with 'extmo@75fd16a2-6123-49f4-a61c-a962e92fc177'. 
17:23:49 [INFO]  Filled tag <def[circle]> with 'li@l@1091,68,794,0,166,storyworld | l@1090.9697652326247,68,793.8763426281142,0,166,storyworld 
                   | l@1090.9406561022397,68,793.7524154506744,0,166,storyworld | l@1090.9126750155895,68,793.6282287139841,0,166,storyworld | 
                   l@1090.8858242861506,68,793.5037926858066,0,166,storyworld | l@1090.860106133943,68,793.3791176545174,0,166,storyworld | 
                   l@1090.835522685344,68,793.2542139282522,0,166,storyworld | l@1090.812075972914,68,793.1290918340555,0,166,storyworld | 
                   l@1090.789767935228,68,793.0037617170264,0,166,storyworld | l@1090.7686004167153,68,792.878233939463,0,166,storyworld | 
                   l@1090.7485751675074,68,792.7525188800067,0,166,storyworld | l@1090.7296938432921,68,792.6266269327829,0,166,storyworld | 
                   l@1090.711958005178,68,792.5005685065419,0,166,storyworld | l@1090.6953691195654,68,792.3743540237989,0,166,storyworld | 
                   l@1090.6799285580232,68,792.2479939199717,0,166,storyworld | l@1090.665... * snip! * 
17:23:49 [INFO] +> Executing 'MOVEWITHPATH': locations='[l@1091,68,794,0,166,storyworld, 
                   l@1090.9697652326247,68,793.8763426281142,0,166,storyworld, l@1090.9406561022397,68,793.7524154506744,0,166,storyworld, 
                   l@1090.9126750155895,68,793.6282287139841,0,166,storyworld, l@1090.8858242861506,68,793.5037926858066,0,166,storyworld, 
                   l@1090.860106133943,68,793.3791176545174,0,166,storyworld, l@1090.835522685344,68,793.2542139282522,0,166,storyworld, 
                   l@1090.812075972914,68,793.1290918340555,0,166,storyworld, l@1090.789767935228,68,793.0037617170264,0,166,storyworld, 
                   l@1090.7686004167153,68,792.878233939463,0,166,storyworld, l@1090.7485751675074,68,792.7525188800067,0,166,storyworld, 
                   l@1090.7296938432921,68,792.6266269327829,0,166,storyworld, l@1090.711958005178,68,792.5005685065419,0,166,storyworld, 
                   l@1090.6953691195654,68,792.3743540237989,0,166,storyworld, l@1090.6799285580232,68,792.2479939199717,0,166,storyworld, 
                   l@1090.665637597178,68,792.1214986425181,0,166,storyworld, l@1090.6524974186068,68,791.994878650072,0,166,storyworld, 
                   l@1090.64050910874,68... * snip! * 
17:23:49 [INFO]  Forcing queue AMBIENT_BIRD_CIRCLING_HackMechanicsDefeat into a timed queue... 
17:23:49 [INFO]  Completing queue 'AMBIENT_BIRD_CIRCLING_HackMechanicsDefeat' in 68ms. 
17:23:49 [INFO]  Starting TimedQueue 'AMBIENT_BIRD_CIRCLING_HackMechanicsDefeat' with player 'xenmai'... 
17:23:49 [INFO]  Forcing queue SPAWN_AMBIENT_BIRD_LmUsdTopic into a timed queue... 
17:23:49 [INFO]  Completing queue 'SPAWN_AMBIENT_BIRD_LmUsdTopic' in 77ms. 
17:23:49 [INFO]  Starting TimedQueue 'SPAWN_AMBIENT_BIRD_LmUsdTopic' with player 'xenmai'... 
17:23:49 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_EmpireLatterBids' Executing: SPAWNEDMODEL "spawn" "model:<li@bird|bird2.random>" 
                   "<def[location]>" ---------+ 
17:23:49 [INFO]  ...remembering this script entry as 'bird'! 
17:23:49 [INFO]  Filled tag <li@bird|bird2.random> with 'bird'. 
17:23:49 [INFO]  Filled tag <def[location]> with 'l@1008, 92, 750, 0, 328, storyworld'. 
17:23:49 [INFO] +> Executing 'SPAWNEDMODEL': action='spawn'  model='bird'  location='l@1008, 92, 750, 0, 328, storyworld'  keyword='' 
17:23:49 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_EmpireLatterBids' Executing: DEFINE "bird" "<entry[bird].spawned_model>" ---------+ 
17:23:49 [INFO]  Filled tag <entry[bird].spawned_model> with 'extmo@671ee10e-e09f-4888-b4da-21eccb254fb6'. 
17:23:49 [INFO] +> Executing 'DEFINE': queue='SPAWN_AMBIENT_BIRD_EmpireLatterBids'  definition='bird'  
                   value='extmo@671ee10e-e09f-4888-b4da-21eccb254fb6' 
17:23:49 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_EmpireLatterBids' Executing: RUN "ambient_bird_flapping" "def:<def[bird]>" ---------+ 
17:23:49 [INFO]  Filled tag <def[bird]> with 'extmo@671ee10e-e09f-4888-b4da-21eccb254fb6'. 
17:23:49 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_FLAPPING (TASK)'  definitions='extmo@671ee10e-e09f-4888-b4da-21eccb254fb6' 
17:23:49 [INFO]  Adding definition 'bird' as extmo@671ee10e-e09f-4888-b4da-21eccb254fb6 
17:23:49 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_EmpireLatterBids' Executing: WHILE "<def[bird].is_spawned>" ---------+ 
17:23:49 [INFO]  Filled tag <def[bird].is_spawned> with 'true'. 
17:23:49 [INFO] +> Executing 'WHILE': run_first_loop='true' 
17:23:49 [INFO] +- Queue 'SPAWN_AMBIENT_BIRD_EmpireLatterBids' Executing: run "ambient_bird_circling" "def:<def[bird]>|<def[location]>" 
                   ---------+ 
17:23:49 [INFO]  Filled tag <def[bird]> with 'extmo@671ee10e-e09f-4888-b4da-21eccb254fb6'. 
17:23:49 [INFO]  Filled tag <def[location]> with 'l@1008, 92, 750, 0, 328, storyworld'. 
17:23:49 [INFO] +> Executing 'RUN': script='s@AMBIENT_BIRD_CIRCLING (TASK)'  
                   definitions='extmo@671ee10e-e09f-4888-b4da-21eccb254fb6|l@1008,92,750,0,328,storyworld' 
17:23:49 [INFO]  Adding definition 'bird' as extmo@671ee10e-e09f-4888-b4da-21eccb254fb6 
17:23:49 [INFO]  Adding definition 'origin' as l@1008,92,750,0,328,storyworld 
17:23:49 [INFO]  Starting InstantQueue 'AMBIENT_BIRD_CIRCLING_DiseasesContainsEnhance' with player 'xenmai'... 
17:23:49 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_DiseasesContainsEnhance' Executing: DEFINE "radius" "<util.random.int[10].to[20]>" ---------+ 
17:23:49 [INFO]  Filled tag <util.random.int[10].to[20]> with '13'. 
17:23:49 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_DiseasesContainsEnhance'  definition='radius'  value='13' 
17:23:49 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_DiseasesContainsEnhance' Executing: DEFINE "offset" 
                   "<location[<def[radius]>,0,0].rotate_around_y[<def[bird].location.yaw.to_radians.mul[-1]>]>" ---------+ 
17:23:49 [INFO]  Filled tag <def[radius]> with '13'. 
17:23:49 [INFO]  Filled tag <def[bird].location.yaw.to_radians.mul[-1]> with '-5.724679946541401'. 
17:23:49 [INFO]  Filled tag <location[13,0,0].rotate_around_y[-5.724679946541401]> with 'l@11.024625250033536,0,-6.888950435031665'. 
17:23:49 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_DiseasesContainsEnhance'  definition='offset'  
                   value='l@11.024625250033536,0,-6.888950435031665' 
17:23:49 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_DiseasesContainsEnhance' Executing: DEFINE "center" "<def[bird].location.sub[<def[offset]>]>" 
                   ---------+ 
17:23:49 [INFO]  Filled tag <def[offset]> with 'l@11.024625250033536, 0, -6.888950435031665'. 
17:23:49 [INFO]  Filled tag <def[bird].location.sub[l@11.024625250033536,0,-6.888950435031665]> with 
                   'l@996.9753747499665,92,756.8889504350317,0,328,storyworld'. 
17:23:49 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_DiseasesContainsEnhance'  definition='center'  
                   value='l@996.9753747499665,92,756.8889504350317,0,328,storyworld' 
17:23:49 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_DiseasesContainsEnhance' Executing: DEFINE "circle" 
                   "<def[center].make_circle[<def[radius]>].amount[<def[radius].mul[9.869].mul[5].round>].start[<def[bird].location.yaw.to_radians>]>" 
                   ---------+ 
17:23:49 [INFO]  Filled tag <def[radius]> with '13'. 
17:23:49 [INFO]  Filled tag <def[radius].mul[9.869].mul[5].round> with '641'. 
17:23:49 [INFO]  Filled tag <def[bird].location.yaw.to_radians> with '5.724679946541401'. 
17:23:49 [INFO]  Filled tag <def[center].make_circle[13].amount[641].start[5.724679946541401]> with 
                   'li@l@1008,92,750,0,328,storyworld|l@1008.0669958892942,92,750.1083943736442,0,328,storyworld|l@1008.132926077947,92,750.2174402339243,0,328,storyworld|l@1008.1977842312809,92,750.3271271035403,0,328,storyworld|l@1008.261564117621,92,750.4374444436029,0,328,storyworld|l@1008.3242596088943,92,750.5483816546462,0,328,storyworld|l@1008.3858646812178,92,750.6599280776459,0,328,storyworld|l@1008.4463734154782,92,750.7720729950441,0,328,storyworld|l@1008.5057799978996,92,750.8848056317782,0,328,storyworld|l@1008.5640787206031,92,750.9981151563169,0,328,storyworld|l@1008.6212639821543,92,751.1119906817004,0,328,storyworld|l@1008.6773302881023,92,751.2264212665865,0,328,storyworld|l@1008.7322722515069,92,751.3413959163024,0,328,storyworld|l@1008.7860845934566,92,751.4569035839004,0,328,storyworld|l@1008.8387621435759,92,751.5729331712196,0,328,storyworld|l@1008.8902998405218,92,751.6894735299522,0,328,storyworld|l@1008.9406927... 
                   * snip! * 
17:23:49 [INFO] +> Executing 'DEFINE': queue='AMBIENT_BIRD_CIRCLING_DiseasesContainsEnhance'  definition='circle'  
                   value='li@l@1008,92,750,0,328,storyworld|l@1008.0669958892942,92,750.1083943736442,0,328,storyworld|l@1008.132926077947,92,750.2174402339243,0,328,storyworld|l@1008.1977842312809,92,750.3271271035403,0,328,storyworld|l@1008.261564117621,92,750.4374444436029,0,328,storyworld|l@1008.3242596088943,92,750.5483816546462,0,328,storyworld|l@1008.3858646812178,92,750.6599280776459,0,328,storyworld|l@1008.4463734154782,92,750.7720729950441,0,328,storyworld|l@1008.5057799978996,92,750.8848056317782,0,328,storyworld|l@1008.5640787206031,92,750.9981151563169,0,328,storyworld|l@1008.6212639821543,92,751.1119906817004,0,328,storyworld|l@1008.6773302881023,92,751.2264212665865,0,328,storyworld|l@1008.7322722515069,92,751.3413959163024,0,328,storyworld|l@1008.7860845934566,92,751.4569035839004,0,328,storyworld|l@1008.8387621435759,92,751.5729331712196,0,328,storyworld|l@1008.8902998405218,92,751.6894735299522,0,328,storyworld... 
                   * snip! * 
17:23:49 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_DiseasesContainsEnhance' Executing: REPEAT "<util.random.int[1].to[3]>" ---------+ 
17:23:49 [INFO]  Filled tag <util.random.int[1].to[3]> with '2'. 
17:23:49 [INFO] +> Executing 'REPEAT': qty='2'  as_name='value' 
17:23:49 [INFO] +- Queue 'AMBIENT_BIRD_CIRCLING_DiseasesContainsEnhance' Executing: movewithpath "<def[bird]>" "<def[circle]>" "face_forward" 
                   ---------+ 
17:23:49 [INFO]  Filled tag <def[bird]> with 'extmo@671ee10e-e09f-4888-b4da-21eccb254fb6'. 
17:23:49 [INFO]  Filled tag <def[circle]> with 'li@l@1008,92,750,0,328,storyworld | l@1008.0669958892942,92,750.1083943736442,0,328,storyworld 
                   | l@1008.132926077947,92,750.2174402339243,0,328,storyworld | l@1008.1977842312809,92,750.3271271035403,0,328,storyworld | 
                   l@1008.261564117621,92,750.4374444436029,0,328,storyworld | l@1008.3242596088943,92,750.5483816546462,0,328,storyworld | 
                   l@1008.3858646812178,92,750.6599280776459,0,328,storyworld | l@1008.4463734154782,92,750.7720729950441,0,328,storyworld | 
                   l@1008.5057799978996,92,750.8848056317782,0,328,storyworld | l@1008.5640787206031,92,750.9981151563169,0,328,storyworld | 
                   l@1008.6212639821543,92,751.1119906817004,0,328,storyworld | l@1008.6773302881023,92,751.2264212665865,0,328,storyworld | 
                   l@1008.7322722515069,92,751.3413959163024,0,328,storyworld | l@1008.7860845934566,92,751.4569035839004,0,328,storyworld | 
                   l@1008.8387621435759,92,751.5729331712196,0,328,storyworld | l@1008... * snip! * 
17:23:49 [INFO] +> Executing 'MOVEWITHPATH': locations='[l@1008,92,750,0,328,storyworld, 
                   l@1008.0669958892942,92,750.1083943736442,0,328,storyworld, l@1008.132926077947,92,750.2174402339243,0,328,storyworld, 
                   l@1008.1977842312809,92,750.3271271035403,0,328,storyworld, l@1008.261564117621,92,750.4374444436029,0,328,storyworld, 
                   l@1008.3242596088943,92,750.5483816546462,0,328,storyworld, l@1008.3858646812178,92,750.6599280776459,0,328,storyworld, 
                   l@1008.4463734154782,92,750.7720729950441,0,328,storyworld, l@1008.5057799978996,92,750.8848056317782,0,328,storyworld, 
                   l@1008.5640787206031,92,750.9981151563169,0,328,storyworld, l@1008.6212639821543,92,751.1119906817004,0,328,storyworld, 
                   l@1008.6773302881023,92,751.2264212665865,0,328,storyworld, l@1008.7322722515069,92,751.3413959163024,0,328,storyworld, 
                   l@1008.7860845934566,92,751.4569035839004,0,328,storyworld, l@1008.8387621435759,92,751.5729331712196,0,328,storyworld, 
                   l@1008.8902998405218,92,751.6894735299522,0,328,storyworld, l@1008.9406927324702,92,751.806513462715,0,328,storyworld, 
                   l@1008.989935977... * snip! * 
17:23:49 [INFO]  Forcing queue AMBIENT_BIRD_CIRCLING_DiseasesContainsEnhance into a timed queue... 
17:23:49 [INFO]  Completing queue 'AMBIENT_BIRD_CIRCLING_DiseasesContainsEnhance' in 36ms. 
17:23:49 [INFO]  Starting TimedQueue 'AMBIENT_BIRD_CIRCLING_DiseasesContainsEnhance' with player 'xenmai'... 
17:23:49 [INFO]  Forcing queue SPAWN_AMBIENT_BIRD_EmpireLatterBids into a timed queue... 
17:23:49 [INFO]  Completing queue 'SPAWN_AMBIENT_BIRD_EmpireLatterBids' in 47ms. 
17:23:49 [INFO]  Starting TimedQueue 'SPAWN_AMBIENT_BIRD_EmpireLatterBids' with player 'xenmai'... 
17:23:55 [INFO] +> [NPCTag] Uh oh! Denizen has encountered a NPE while trying to fetch an NPC EntityTag. Has this NPC been removed? 
17:23:55 [INFO] +> [NPCTag] Uh oh! Denizen has encountered a NPE while trying to fetch an NPC EntityTag. Has this NPC been removed?