Paste #65400: Denizen Debug Logs From bAetheria Pre-Alphar » 4Version 2

Date: 2020/02/17 20:43:20 UTC-08: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
963
964
965
966
967
968
969


Java Version: 1.8.0_222
Up-time: 6h 40m
CraftBukkit Version: git-Paper-105 (MC: 1.15.2)
Denizen Version: Core: 1.60-SNAPSHOT (Build 513), CraftBukkit: 1.1.2-SNAPSHOT (build 4577-DEV)
Active Plugins (41): dynmap: 3.0-SNAPSHOT-258, PluginConstructorAPI: 1.0.51, WorldEdit: 7.1.0;8e55131, 
Builder: 4.0.4, PlaceholderAPI: 2.9.2, SkinnerLibs: 1.0-SNAPSHOT, WorldBorder: 1.9.10 (beta), 
SurvivalMechanics: 1.37, Votifier: 2.6.0-SNAPSHOT, Multiverse-Core: 2.5-b719, 
WorldGuard: 7.0.0;02b731f, ProtocolLib: 4.5.0, LibsDisguises: 9.9.3, NightVision: 2.0, 
VotingPlugin: 5.20.6, VoxelSniper: 5.172.0-SNAPSHOT, PermissionsEx: 1.23.4, 
GSit: [2.9.0.0], Vault: 1.7.2-b107, ServerRestorer: 1.0.29, NoLeafDecay: 1.0, 
Cannons: 2.5.5, CoreProtect: 2.18.2, Essentials: 2.17.1.0, BKCommonLib: 1.15.1-v1-SNAPSHOT, 
UltimateTimber: 1.0.7, EpicRename: 3.5, Movecraft: 7.0.0_beta_2, LightCleaner: 1.14.4-v1, 
Dynmap-WorldGuard: 1.2, MCJukebox: 2.6.5, Brewery: 2.0.1, Citizens: 2.0.26-SNAPSHOT (build 1815), 
Sentinel: 2.0.1-SNAPSHOT (build 337), DiscordSRV: 1.18.4, MythicMobs: 4.9.0-SNAPSHOT-3204, 
Skinner: 4.2.0, EssentialsSpawn: 2.17.1.0, Denizen: 1.1.2-SNAPSHOT (build 4577-DEV), 
Depenizen: 2.0.0 (build 596), dDiscordBot: 0.6 (build 65)
Loaded Worlds (13): world, world_the_end, liberte, buildworld, eventworld, skyworld_v2, myrbuildworld, 
world_nether, new_buildworld, ascendedcity, myraeon, aetheria, celtanis
Online Players (2): Insilvon(Insilvon), I6A11(SirInferno)
Offline Players: 52
Mode: online

04:43:10 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 0) WHILE " CALLBACK" ---------+ 
04:43:10 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:10 [INFO]  Filled tag <server.has_flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Waiting]> with 'true'. 
04:43:10 [INFO] +- While loop 16 ---------+ 
04:43:10 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 290) WAIT "1s" ---------+ 
04:43:10 [INFO] +> Executing 'WAIT': queue='q@DUELHEARTBEAT_IconParticipationAcres'  delay='d@1.0s (1s)' 
04:43:11 [INFO]  Starting InstantQueue 'DUEL_OpportunitiesCateringHelp' with player 'Insilvon' and NPC '1071/Roxinia'... 
04:43:11 [INFO] +- Queue 'DUEL_OpportunitiesCateringHelp' Executing: (line 62) DEFINE "command:<context.args.get[1]||null>" ---------+ 
04:43:11 [INFO]  Filled tag <context.args.get[1]||null> with 'defend'. 
04:43:11 [INFO] +> Executing 'DEFINE': queue='DUEL_OpportunitiesCateringHelp'  action='(command[0]:SET:defend)' 
04:43:11 [INFO] +- Queue 'DUEL_OpportunitiesCateringHelp' Executing: (line 63) DEFINE "uuid:<player.flag[Duel]||null>" ---------+ 
04:43:11 [INFO]  Filled tag <player.flag[Duel]||null> with 'li@ 71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO] +> Executing 'DEFINE': queue='DUEL_OpportunitiesCateringHelp'  action='(uuid[0]:SET:71504f05-f3ba-4d06-aecd-44d958013758)' 
04:43:11 [INFO] +- Queue 'DUEL_OpportunitiesCateringHelp' Executing: (line 64) IF "<player.has_flag[DuelMoved]>" ---------+ 
04:43:11 [INFO] +> Executing 'IF': use_braces='true' 
04:43:11 [INFO]  Filled tag <player.has_flag[DuelMoved]> with 'false'. 
04:43:11 [INFO]  No part of the if command passed, no block will run. 
04:43:11 [INFO] +- Queue 'DUEL_OpportunitiesCateringHelp' Executing: (line 67) CHOOSE "<[command]>" ---------+ 
04:43:11 [INFO]  Filled tag <[command]> with 'defend'. 
04:43:11 [INFO] +> Executing 'CHOOSE': choice='defend' 
04:43:11 [INFO] +- Queue 'DUEL_OpportunitiesCateringHelp' Executing: (line 72) RUN "DuelMove" "def:defend|<player>" ---------+ 
04:43:11 [INFO]  Filled tag <player> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:11 [INFO] +> Executing 'RUN': script='s@DUELMOVE (TASK)'  definitions='defend|p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0' 
04:43:11 [INFO]  Adding definition 'choice' as defend 
04:43:11 [INFO]  Adding definition 'user' as p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 
04:43:11 [INFO]  Starting InstantQueue 'DUELMOVE_DenizenSpokeMe' with player 'Insilvon' and NPC '1071/Roxinia'... 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 145) IF "<proc[DuelPlayerCheck].context[<[user]>]>" ---------+ 
04:43:11 [INFO] +> Executing 'IF': use_braces='true' 
04:43:11 [INFO]  Filled tag <[user]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:11 [INFO]  Adding definition 'user' as p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 
04:43:11 [INFO]  Starting InstantQueue 'DUELPLAYERCHECK_WardRootDavid' with player 'Insilvon' and NPC '1071/Roxinia'... 
04:43:11 [INFO] +- Queue 'DUELPLAYERCHECK_WardRootDavid' Executing: (line 165) DEFINE "uuid:<[user].flag[Duel]||null>" ---------+ 
04:43:11 [INFO]  Filled tag <[user].flag[Duel]||null> with 'li@ 71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO] +> Executing 'DEFINE': queue='DUELPLAYERCHECK_WardRootDavid'  action='(uuid[0]:SET:71504f05-f3ba-4d06-aecd-44d958013758)' 
04:43:11 [INFO] +- Queue 'DUELPLAYERCHECK_WardRootDavid' Executing: (line 166) IF "<[uuid]>" "!=" "null" ---------+ 
04:43:11 [INFO] +> Executing 'IF': use_braces='true' 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO]  Logic='NEGATIVE', Comparable='Element(71504f05-f3ba-4d06-aecd-44d958013758)', Operator='EQUALS', ComparedTo='Element(null)' 
                   --> OUTCOME='true' 
04:43:11 [INFO]  If command passed, running block. 
04:43:11 [INFO] +- Queue 'DUELPLAYERCHECK_WardRootDavid' Executing: (line 167) IF "<proc[GetCurrentPlayer].context[<[uuid]>]>" "==" "<[user]>" 
                   ---------+ 
04:43:11 [INFO] +> Executing 'IF': use_braces='true' 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO]  Adding definition 'uuid' as 71504f05-f3ba-4d06-aecd-44d958013758 
04:43:11 [INFO]  Starting InstantQueue 'GETCURRENTPLAYER_PoemGolfWesley' with player 'Insilvon' and NPC '1071/Roxinia'... 
04:43:11 [INFO] +- Queue 'GETCURRENTPLAYER_PoemGolfWesley' Executing: (line 250) DEFINE "index:<server.flag[Duel_<[uuid]>_Turn]>" ---------+ 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Turn]> with 'li@ 2'. 
04:43:11 [INFO] +> Executing 'DEFINE': queue='GETCURRENTPLAYER_PoemGolfWesley'  action='(index[0]:SET:2)' 
04:43:11 [INFO] +- Queue 'GETCURRENTPLAYER_PoemGolfWesley' Executing: (line 251) DEFINE "name:<server.flag[Duel_<[uuid]>].get[<[index]>]>" 
                   ---------+ 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO]  Filled tag <[index]> with '2'. 
04:43:11 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758].get[2]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0'. 
04:43:11 [INFO] +> Executing 'DEFINE': queue='GETCURRENTPLAYER_PoemGolfWesley'  action='(name[0]:SET:p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0)' 
04:43:11 [INFO] +- Queue 'GETCURRENTPLAYER_PoemGolfWesley' Executing: (line 252) DETERMINE "<[name]>" ---------+ 
04:43:11 [INFO]  Filled tag <[name]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:11 [INFO] +> Executing 'DETERMINE': outcome='p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'  passively='false'  
                   Queue='q@GETCURRENTPLAYER_PoemGolfWesley' 
04:43:11 [INFO]  Completing queue 'GETCURRENTPLAYER_PoemGolfWesley' in 0ms. 
04:43:11 [INFO]  Filled tag <proc[GetCurrentPlayer].context[71504f05-f3ba-4d06-aecd-44d958013758]> with 
                   'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:11 [INFO]  Filled tag <[user]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:11 [INFO]  Comparable='Element(p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0)', Operator='EQUALS', 
                   ComparedTo='Element(p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0)' --> OUTCOME='true' 
04:43:11 [INFO]  If command passed, running block. 
04:43:11 [INFO] +- Queue 'DUELPLAYERCHECK_WardRootDavid' Executing: (line 168) DETERMINE "true" ---------+ 
04:43:11 [INFO] +> Executing 'DETERMINE': outcome='true'  passively='false'  Queue='q@DUELPLAYERCHECK_WardRootDavid' 
04:43:11 [INFO]  Completing queue 'DUELPLAYERCHECK_WardRootDavid' in 1ms. 
04:43:11 [INFO]  Filled tag <proc[DuelPlayerCheck].context[p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0]> with 'true'. 
04:43:11 [INFO]  If command passed, running block. 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 146) FLAG "<[user]>" "DuelMoved" ---------+ 
04:43:11 [INFO]  Filled tag <[user]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:11 [INFO] +> Executing 'FLAG': flag_name='DuelMoved'  Action/Value='SET_BOOLEAN(true)'  
                   flag_target='p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)' 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 147) DEFINE "uuid:<[user].flag[Duel]>" ---------+ 
04:43:11 [INFO]  Filled tag <[user].flag[Duel]> with 'li@ 71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO] +> Executing 'DEFINE': queue='DUELMOVE_DenizenSpokeMe'  action='(uuid[0]:SET:71504f05-f3ba-4d06-aecd-44d958013758)' 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 149) CHOOSE "<[choice]>" ---------+ 
04:43:11 [INFO]  Filled tag <[choice]> with 'defend'. 
04:43:11 [INFO] +> Executing 'CHOOSE': choice='defend' 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 153) INJECT "DuelDefend" ---------+ 
04:43:11 [INFO] +> Executing 'INJECT': script='s@DUELDEFEND (TASK)' 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 431) IF "<[user].is_npc>" ---------+ 
04:43:11 [INFO] +> Executing 'IF': use_braces='true' 
04:43:11 [INFO]  Filled tag <[user].is_npc> with 'false'. 
04:43:11 [INFO]  No part of the if command passed, running ELSE block. 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 434) DEFINE "name:<[user].name.display>" ---------+ 
04:43:11 [INFO]  Filled tag <[user].name.display> with 'Insilvon'. 
04:43:11 [INFO] +> Executing 'DEFINE': queue='DUELMOVE_DenizenSpokeMe'  action='(name[0]:SET:Insilvon)' 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 436) NARRATE "<[name]><&7> goes to brace themselves!" "format:DuelFormat" 
                   "target:<server.flag[Duel_<[uuid]>]>" ---------+ 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758]> with 'li@ p@a60d747e-6677-4cd8-ba78-bd01f8705204 | 
                   p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0'. 
04:43:11 [INFO]  Filled tag <[name]> with 'Insilvon'. 
04:43:11 [INFO]  Filled tag <&7> with ''. 
04:43:11 [INFO] +> Executing 'NARRATE': Narrating='Insilvon goes to brace themselves!'  Targets='[p@a60d747e-6677-4cd8-ba78-bd01f8705204 
                   (SirInferno), p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)]'  format='s@DUELFORMAT (FORMAT)' 
04:43:11 [INFO]  Filled tag <&8> with ''. 
04:43:11 [INFO]  Filled tag <&co> with ':'. 
04:43:11 [INFO]  Filled tag <&7> with ''. 
04:43:11 [INFO]  Filled tag <element[&ss4Insilvon&ssr&ss7 goes to brace themselves&exc].unescaped> with 'Insilvon goes to brace themselves!'. 
04:43:11 [INFO]  Filled tag <&8> with ''. 
04:43:11 [INFO]  Filled tag <&co> with ':'. 
04:43:11 [INFO]  Filled tag <&7> with ''. 
04:43:11 [INFO]  Filled tag <element[&ss4Insilvon&ssr&ss7 goes to brace themselves&exc].unescaped> with 'Insilvon goes to brace themselves!'. 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 438) DEFINE "result:<util.random.int[1].to[20]>" ---------+ 
04:43:11 [INFO]  Filled tag <util.random.int[1].to[20]> with '10'. 
04:43:11 [INFO] +> Executing 'DEFINE': queue='DUELMOVE_DenizenSpokeMe'  action='(result[0]:SET:10)' 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 440) IF "<[result]>" ">=" "10" ---------+ 
04:43:11 [INFO] +> Executing 'IF': use_braces='true' 
04:43:11 [INFO]  Filled tag <[result]> with '10'. 
04:43:11 [INFO]  Comparable='Decimal(10.0)', Operator='OR_MORE', ComparedTo='Decimal(10.0)' --> OUTCOME='true' 
04:43:11 [INFO]  If command passed, running block. 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 441) IF "<[result]>" "<" "15" ---------+ 
04:43:11 [INFO] +> Executing 'IF': use_braces='true' 
04:43:11 [INFO]  Filled tag <[result]> with '10'. 
04:43:11 [INFO]  Comparable='Decimal(10.0)', Operator='LESS', ComparedTo='Decimal(15.0)' --> OUTCOME='true' 
04:43:11 [INFO]  If command passed, running block. 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 442) DEFINE "protection:<util.random.int[1].to[6]>" ---------+ 
04:43:11 [INFO]  Filled tag <util.random.int[1].to[6]> with '5'. 
04:43:11 [INFO] +> Executing 'DEFINE': queue='DUELMOVE_DenizenSpokeMe'  action='(protection[0]:SET:5)' 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 443) NARRATE "<[name]><&7> rolled a <[result]> and gained <[protection]> 
                   points of protection!" "target:<server.flag[Duel_<[uuid]>]>" "format:DuelActionFormat" ---------+ 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758]> with 'li@ p@a60d747e-6677-4cd8-ba78-bd01f8705204 | 
                   p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0'. 
04:43:11 [INFO]  Filled tag <[name]> with 'Insilvon'. 
04:43:11 [INFO]  Filled tag <&7> with ''. 
04:43:11 [INFO]  Filled tag <[result]> with '10'. 
04:43:11 [INFO]  Filled tag <[protection]> with '5'. 
04:43:11 [INFO] +> Executing 'NARRATE': Narrating='Insilvon rolled a 10 and gained 5 points of protection!'  
                   Targets='[p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno), p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)]'  
                   format='s@DUELACTIONFORMAT (FORMAT)' 
04:43:11 [INFO]  Filled tag <&8> with ''. 
04:43:11 [INFO]  Filled tag <&gt> with '>'. 
04:43:11 [INFO]  Filled tag <&gt> with '>'. 
04:43:11 [INFO]  Filled tag <&co> with ':'. 
04:43:11 [INFO]  Filled tag <&7> with ''. 
04:43:11 [INFO]  Filled tag <element[&ss4Insilvon&ssr&ss7 rolled a 10 and gained 5 points of protection&exc].unescaped> with 'Insilvon rolled 
                   a 10 and gained 5 points of protection!'. 
04:43:11 [INFO]  Filled tag <&8> with ''. 
04:43:11 [INFO]  Filled tag <&gt> with '>'. 
04:43:11 [INFO]  Filled tag <&gt> with '>'. 
04:43:11 [INFO]  Filled tag <&co> with ':'. 
04:43:11 [INFO]  Filled tag <&7> with ''. 
04:43:11 [INFO]  Filled tag <element[&ss4Insilvon&ssr&ss7 rolled a 10 and gained 5 points of protection&exc].unescaped> with 'Insilvon rolled 
                   a 10 and gained 5 points of protection!'. 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 447) IF "<[result]>" "==" "20" ---------+ 
04:43:11 [INFO] +> Executing 'IF': use_braces='true' 
04:43:11 [INFO]  Filled tag <[result]> with '10'. 
04:43:11 [INFO]  Comparable='Decimal(10.0)', Operator='EQUALS', ComparedTo='Decimal(20.0)' --> OUTCOME='false' 
04:43:11 [INFO]  No part of the if command passed, no block will run. 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 450) FLAG "<[user]>" "Duel_Protection:<[protection]>" ---------+ 
04:43:11 [INFO]  Filled tag <[user]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:11 [INFO]  Filled tag <[protection]> with '5'. 
04:43:11 [INFO] +> Executing 'FLAG': flag_name='DUEL_PROTECTION'  Action/Value='SET_VALUE(5)'  
                   flag_target='p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)' 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 453) FLAG "server" "Duel_<[uuid]>_waiting:!" ---------+ 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO] +> Executing 'FLAG': flag_name='DUEL_71504F05-F3BA-4D06-AECD-44D958013758_WAITING'  Action/Value='DELETE(false)'  
                   flag_target='server' 
04:43:11 [INFO] +- Queue 'DUELMOVE_DenizenSpokeMe' Executing: (line 156) FLAG "<[user]>" "DuelMoved:!" ---------+ 
04:43:11 [INFO]  Filled tag <[user]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:11 [INFO] +> Executing 'FLAG': flag_name='DUELMOVED'  Action/Value='DELETE(false)'  flag_target='p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 
                   (Insilvon)' 
04:43:11 [INFO]  Completing queue 'DUELMOVE_DenizenSpokeMe' in 5ms. 
04:43:11 [INFO]  Completing queue 'DUEL_OpportunitiesCateringHelp' in 6ms. 
04:43:11 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 0) WHILE " CALLBACK" ---------+ 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO]  Filled tag <server.has_flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Waiting]> with 'false'. 
04:43:11 [INFO] +- While loop complete ---------+ 
04:43:11 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 293) DEFINE "user:<proc[GetNextPlayer].context[<[uuid]>]>" 
                   ---------+ 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO]  Adding definition 'uuid' as 71504f05-f3ba-4d06-aecd-44d958013758 
04:43:11 [INFO]  Starting InstantQueue 'GETNEXTPLAYER_LapResortAlex' with player 'Insilvon' and NPC '1071/Roxinia'... 
04:43:11 [INFO] +- Queue 'GETNEXTPLAYER_LapResortAlex' Executing: (line 239) FLAG "server" "Duel_<[uuid]>_Turn:++" ---------+ 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO] +> Executing 'FLAG': flag_name='DUEL_71504F05-F3BA-4D06-AECD-44D958013758_TURN'  Action/Value='INCREASE(1)'  
                   flag_target='server' 
04:43:11 [INFO] +- Queue 'GETNEXTPLAYER_LapResortAlex' Executing: (line 240) IF "<server.flag[Duel_<[uuid]>_Turn]>" ">" 
                   "<server.flag[Duel_<[uuid]>].size>" ---------+ 
04:43:11 [INFO] +> Executing 'IF': use_braces='true' 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Turn]> with 'li@ 3'. 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758].size> with '2'. 
04:43:11 [INFO]  Comparable='Decimal(3.0)', Operator='MORE', ComparedTo='Decimal(2.0)' --> OUTCOME='true' 
04:43:11 [INFO]  If command passed, running block. 
04:43:11 [INFO] +- Queue 'GETNEXTPLAYER_LapResortAlex' Executing: (line 241) FLAG "server" "Duel_<[uuid]>_Turn:1" ---------+ 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO] +> Executing 'FLAG': flag_name='DUEL_71504F05-F3BA-4D06-AECD-44D958013758_TURN'  Action/Value='SET_VALUE(1)'  
                   flag_target='server' 
04:43:11 [INFO] +- Queue 'GETNEXTPLAYER_LapResortAlex' Executing: (line 242) DEFINE "index:<server.flag[Duel_<[uuid]>_Turn]>" ---------+ 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Turn]> with 'li@ 1'. 
04:43:11 [INFO] +> Executing 'DEFINE': queue='GETNEXTPLAYER_LapResortAlex'  action='(index[0]:SET:1)' 
04:43:11 [INFO] +- Queue 'GETNEXTPLAYER_LapResortAlex' Executing: (line 243) DEFINE "name:<server.flag[Duel_<[uuid]>].get[<[index]>]>" 
                   ---------+ 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO]  Filled tag <[index]> with '1'. 
04:43:11 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758].get[1]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204'. 
04:43:11 [INFO] +> Executing 'DEFINE': queue='GETNEXTPLAYER_LapResortAlex'  action='(name[0]:SET:p@a60d747e-6677-4cd8-ba78-bd01f8705204)' 
04:43:11 [INFO] +- Queue 'GETNEXTPLAYER_LapResortAlex' Executing: (line 244) DETERMINE "<[name]>" ---------+ 
04:43:11 [INFO]  Filled tag <[name]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:11 [INFO] +> Executing 'DETERMINE': outcome='p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'  passively='false'  
                   Queue='q@GETNEXTPLAYER_LapResortAlex' 
04:43:11 [INFO]  Completing queue 'GETNEXTPLAYER_LapResortAlex' in 0ms. 
04:43:11 [INFO]  Filled tag <proc[GetNextPlayer].context[71504f05-f3ba-4d06-aecd-44d958013758]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204 
                   (SirInferno)'. 
04:43:11 [INFO] +> Executing 'DEFINE': queue='DUELHEARTBEAT_IconParticipationAcres'  
                   action='(user[0]:SET:p@a60d747e-6677-4cd8-ba78-bd01f8705204)' 
04:43:11 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 296) WHILE "<[user].has_flag[Duel_Skip]>" "||" 
                   "<[user].has_flag[Duel_KO]>" ---------+ 
04:43:11 [INFO]  Filled tag <[user].has_flag[Duel_Skip]> with 'false'. 
04:43:11 [INFO]  Filled tag <[user].has_flag[Duel_KO]> with 'false'. 
04:43:11 [INFO] +> Executing 'WHILE': run_first_loop='false' 
04:43:11 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 0) WHILE " CALLBACK" ---------+ 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Over]> with 'li@ false'. 
04:43:11 [INFO] +- While loop 3 ---------+ 
04:43:11 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 274) WHILE "<[user].is_npc>" ---------+ 
04:43:11 [INFO]  Filled tag <[user].is_npc> with 'false'. 
04:43:11 [INFO] +> Executing 'WHILE': run_first_loop='false' 
04:43:11 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 282) NARRATE "It's <&b><[user].name.display><&7>'s turn! 
                   (HP:<[user].flag[Duel_Health]>)" "targets:<server.flag[Duel_<[uuid]>]>" "format:DuelFormat" ---------+ 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758]> with 'li@ p@a60d747e-6677-4cd8-ba78-bd01f8705204 | 
                   p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0'. 
04:43:11 [INFO]  Filled tag <&b> with ''. 
04:43:11 [INFO]  Filled tag <[user].name.display> with 'I6A11'. 
04:43:11 [INFO]  Filled tag <&7> with ''. 
04:43:11 [INFO]  Filled tag <[user].flag[Duel_Health]> with 'li@ 20'. 
04:43:11 [INFO] +> Executing 'NARRATE': Narrating='It's I6A11's turn! (HP:20)'  Targets='[p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno), 
                   p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)]'  format='s@DUELFORMAT (FORMAT)' 
04:43:11 [INFO]  Filled tag <&8> with ''. 
04:43:11 [INFO]  Filled tag <&co> with ':'. 
04:43:11 [INFO]  Filled tag <&7> with ''. 
04:43:11 [INFO]  Filled tag <element[It&sqs &ssb&ss4&ss4&ssoI6A11&ssr&ss7&sqs turn&exc (HP&co20)].unescaped> with 'It's I6A11's turn! 
                   (HP:20)'. 
04:43:11 [INFO]  Filled tag <&8> with ''. 
04:43:11 [INFO]  Filled tag <&co> with ':'. 
04:43:11 [INFO]  Filled tag <&7> with ''. 
04:43:11 [INFO]  Filled tag <element[It&sqs &ssb&ss4&ss4&ssoI6A11&ssr&ss7&sqs turn&exc (HP&co20)].unescaped> with 'It's I6A11's turn! 
                   (HP:20)'. 
04:43:11 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 283) TITLE "title:<red>It's your turn!" 
                   "subtitle:<green>Health:<[user].flag[Duel_Health]>" "targets:<[user]>" ---------+ 
04:43:11 [INFO]  Filled tag <red> with ''. 
04:43:11 [INFO]  Filled tag <green> with ''. 
04:43:11 [INFO]  Filled tag <[user].flag[Duel_Health]> with 'li@ 20'. 
04:43:11 [INFO]  Filled tag <[user]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:11 [INFO] +> Executing 'TITLE': title='It's your turn!'  subtitle='Health:20'  fade_in='d@1.0s (1s)'  stay='d@3.0s (3s)'  
                   fade_out='d@1.0s (1s)'  targets='[p@a60d747e-6677-4cd8-ba78-bd01f8705204]' 
04:43:11 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 284) NARRATE "<&hover[Click to attack the 
                   opponent!]><&click[/d attack]><&a>Attack<&f><&end_click><&end_hover> | <&hover[Click to gain protection on your next 
                   turn!]><&click[/d defend]><&e>Defend<&f><&end_click><&end_hover> | <&hover[Click to store power for your next 
                   attack!]><&click[/d prepare]><&d>Prepare<&f><&end_click><&end_hover> | <&hover[Click to lose and end the fight.]><&click[/d 
                   forfeit]><&c>Forfeit<&f><&end_click><&end_hover>" "target:<[user]>" "format:DuelActionFormat" ---------+ 
04:43:11 [INFO]  Filled tag <[user]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:11 [INFO]  Filled tag <&hover[Click to attack the opponent!]> with '[hover=SHOW_TEXT;Click to attack the opponent!]'. 
04:43:11 [INFO]  Filled tag <&click[/d attack]> with '[click=RUN_COMMAND;/d attack]'. 
04:43:11 [INFO]  Filled tag <&a> with ''. 
04:43:11 [INFO]  Filled tag <&f> with ''. 
04:43:11 [INFO]  Filled tag <&end_click> with '[/click]'. 
04:43:11 [INFO]  Filled tag <&end_hover> with '[/hover]'. 
04:43:11 [INFO]  Filled tag <&hover[Click to gain protection on your next turn!]> with '[hover=SHOW_TEXT;Click to gain protection on your 
                   next turn!]'. 
04:43:11 [INFO]  Filled tag <&click[/d defend]> with '[click=RUN_COMMAND;/d defend]'. 
04:43:11 [INFO]  Filled tag <&e> with ''. 
04:43:11 [INFO]  Filled tag <&f> with ''. 
04:43:11 [INFO]  Filled tag <&end_click> with '[/click]'. 
04:43:11 [INFO]  Filled tag <&end_hover> with '[/hover]'. 
04:43:11 [INFO]  Filled tag <&hover[Click to store power for your next attack!]> with '[hover=SHOW_TEXT;Click to store power for your next 
                   attack!]'. 
04:43:11 [INFO]  Filled tag <&click[/d prepare]> with '[click=RUN_COMMAND;/d prepare]'. 
04:43:11 [INFO]  Filled tag <&d> with ''. 
04:43:11 [INFO]  Filled tag <&f> with ''. 
04:43:11 [INFO]  Filled tag <&end_click> with '[/click]'. 
04:43:11 [INFO]  Filled tag <&end_hover> with '[/hover]'. 
04:43:11 [INFO]  Filled tag <&hover[Click to lose and end the fight.]> with '[hover=SHOW_TEXT;Click to lose and end the fight.]'. 
04:43:11 [INFO]  Filled tag <&click[/d forfeit]> with '[click=RUN_COMMAND;/d forfeit]'. 
04:43:11 [INFO]  Filled tag <&c> with ''. 
04:43:11 [INFO]  Filled tag <&f> with ''. 
04:43:11 [INFO]  Filled tag <&end_click> with '[/click]'. 
04:43:11 [INFO]  Filled tag <&end_hover> with '[/hover]'. 
04:43:11 [INFO] +> Executing 'NARRATE': Narrating='[hover=SHOW_TEXT;Click to attack the opponent!][click=RUN_COMMAND;/d 
                   attack]Attack[/click][/hover] | [hover=SHOW_TEXT;Click to gain protection on your next turn!][click=RUN_COMMAND;/d 
                   defend]Defend[/click][/hover] | [hover=SHOW_TEXT;Click to store power for your next attack!][click=RUN_COMMAND;/d 
                   prepare]Prepare[/click][/hover] | [hover=SHOW_TEXT;Click to lose and end the fight.][click=RUN_COMMAND;/d 
                   forfeit]Forfeit[/click][/hover]'  Targets='[p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)]'  
                   format='s@DUELACTIONFORMAT (FORMAT)' 
04:43:11 [INFO]  Filled tag <&8> with ''. 
04:43:11 [INFO]  Filled tag <&gt> with '>'. 
04:43:11 [INFO]  Filled tag <&gt> with '>'. 
04:43:11 [INFO]  Filled tag <&co> with ':'. 
04:43:11 [INFO]  Filled tag <&7> with ''. 
04:43:11 [INFO]  Filled tag <element[&ss&lbhover=SHOW_TEXT&scClick to attack the opponent&exc&rb&ss&lbclick=RUN_COMMAND&sc&fsd 
                   attack&rb&ssaAttack&ssf&ss&lb&fsclick&rb&ss&lb&fshover&rb &pipe &ss&lbhover=SHOW_TEXT&scClick to gain protection on your next 
                   turn&exc&rb&ss&lbclick=RUN_COMMAND&sc&fsd defend&rb&sseDefend&ssf&ss&lb&fsclick&rb&ss&lb&fshover&rb &pipe 
                   &ss&lbhover=SHOW_TEXT&scClick to store power for your next attack&exc&rb&ss&lbclick=RUN_COMMAND&sc&fsd 
                   prepare&rb&ssdPrepare&ssf&ss&lb&fsclick&rb&ss&lb&fshover&rb &pipe &ss&lbhover=SHOW_TEXT&scClick to lose and end the 
                   fight&dot&rb&ss&lbclick=RUN_COMMAND&sc&fsd forfeit&rb&sscForfeit&ssf&ss&lb&fsclick&rb&ss&lb&fshover&rb].unescaped> with 
                   '[hover=SHOW_TEXT;Click to attack the opponent!][click=RUN_COMMAND;/d attack]Attack[/click][/hover] | 
                   [hover=SHOW_TEXT;Click to gain protection on your next turn!][click=RUN_COMMAND;/d defend]Defend[/click][/hover] | 
                   [hover=SHOW_TEXT;Click to store power for your next attack!][click=RUN_COMMAND;/d prepare]Prepare... * snip! * 
04:43:11 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 286) FLAG "server" "Duel_<[uuid]>_Waiting" "d:5m" ---------+ 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO] +> Executing 'FLAG': flag_name='Duel_71504f05-f3ba-4d06-aecd-44d958013758_Waiting'  Action/Value='SET_BOOLEAN(true)'  
                   duration='d@300.0s (5m)'  flag_target='server' 
04:43:11 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 289) WHILE "<server.has_flag[Duel_<[uuid]>_Waiting]>" 
                   ---------+ 
04:43:11 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:11 [INFO]  Filled tag <server.has_flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Waiting]> with 'true'. 
04:43:11 [INFO] +> Executing 'WHILE': run_first_loop='true' 
04:43:11 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 290) WAIT "1s" ---------+ 
04:43:11 [INFO] +> Executing 'WAIT': queue='q@DUELHEARTBEAT_IconParticipationAcres'  delay='d@1.0s (1s)' 
04:43:12 [INFO]  Starting InstantQueue 'DUEL_EndorsedScenicProblems' with player 'Insilvon' and NPC '1071/Roxinia'... 
04:43:12 [INFO] +- Queue 'DUEL_EndorsedScenicProblems' Executing: (line 62) DEFINE "command:<context.args.get[1]||null>" ---------+ 
04:43:12 [INFO]  Filled tag <context.args.get[1]||null> with 'defend'. 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUEL_EndorsedScenicProblems'  action='(command[0]:SET:defend)' 
04:43:12 [INFO] +- Queue 'DUEL_EndorsedScenicProblems' Executing: (line 63) DEFINE "uuid:<player.flag[Duel]||null>" ---------+ 
04:43:12 [INFO]  Filled tag <player.flag[Duel]||null> with 'li@ 71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUEL_EndorsedScenicProblems'  action='(uuid[0]:SET:71504f05-f3ba-4d06-aecd-44d958013758)' 
04:43:12 [INFO] +- Queue 'DUEL_EndorsedScenicProblems' Executing: (line 64) IF "<player.has_flag[DuelMoved]>" ---------+ 
04:43:12 [INFO] +> Executing 'IF': use_braces='true' 
04:43:12 [INFO]  Filled tag <player.has_flag[DuelMoved]> with 'false'. 
04:43:12 [INFO]  No part of the if command passed, no block will run. 
04:43:12 [INFO] +- Queue 'DUEL_EndorsedScenicProblems' Executing: (line 67) CHOOSE "<[command]>" ---------+ 
04:43:12 [INFO]  Filled tag <[command]> with 'defend'. 
04:43:12 [INFO] +> Executing 'CHOOSE': choice='defend' 
04:43:12 [INFO] +- Queue 'DUEL_EndorsedScenicProblems' Executing: (line 72) RUN "DuelMove" "def:defend|<player>" ---------+ 
04:43:12 [INFO]  Filled tag <player> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:12 [INFO] +> Executing 'RUN': script='s@DUELMOVE (TASK)'  definitions='defend|p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0' 
04:43:12 [INFO]  Adding definition 'choice' as defend 
04:43:12 [INFO]  Adding definition 'user' as p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 
04:43:12 [INFO]  Starting InstantQueue 'DUELMOVE_WatersSurKnives' with player 'Insilvon' and NPC '1071/Roxinia'... 
04:43:12 [INFO] +- Queue 'DUELMOVE_WatersSurKnives' Executing: (line 145) IF "<proc[DuelPlayerCheck].context[<[user]>]>" ---------+ 
04:43:12 [INFO] +> Executing 'IF': use_braces='true' 
04:43:12 [INFO]  Filled tag <[user]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:12 [INFO]  Adding definition 'user' as p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 
04:43:12 [INFO]  Starting InstantQueue 'DUELPLAYERCHECK_PropositionMainstreamHeight' with player 'Insilvon' and NPC '1071/Roxinia'... 
04:43:12 [INFO] +- Queue 'DUELPLAYERCHECK_PropositionMainstreamHeight' Executing: (line 165) DEFINE "uuid:<[user].flag[Duel]||null>" 
                   ---------+ 
04:43:12 [INFO]  Filled tag <[user].flag[Duel]||null> with 'li@ 71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUELPLAYERCHECK_PropositionMainstreamHeight'  
                   action='(uuid[0]:SET:71504f05-f3ba-4d06-aecd-44d958013758)' 
04:43:12 [INFO] +- Queue 'DUELPLAYERCHECK_PropositionMainstreamHeight' Executing: (line 166) IF "<[uuid]>" "!=" "null" ---------+ 
04:43:12 [INFO] +> Executing 'IF': use_braces='true' 
04:43:12 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:12 [INFO]  Logic='NEGATIVE', Comparable='Element(71504f05-f3ba-4d06-aecd-44d958013758)', Operator='EQUALS', ComparedTo='Element(null)' 
                   --> OUTCOME='true' 
04:43:12 [INFO]  If command passed, running block. 
04:43:12 [INFO] +- Queue 'DUELPLAYERCHECK_PropositionMainstreamHeight' Executing: (line 167) IF "<proc[GetCurrentPlayer].context[<[uuid]>]>" 
                   "==" "<[user]>" ---------+ 
04:43:12 [INFO] +> Executing 'IF': use_braces='true' 
04:43:12 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:12 [INFO]  Adding definition 'uuid' as 71504f05-f3ba-4d06-aecd-44d958013758 
04:43:12 [INFO]  Starting InstantQueue 'GETCURRENTPLAYER_MastersChileLand' with player 'Insilvon' and NPC '1071/Roxinia'... 
04:43:12 [INFO] +- Queue 'GETCURRENTPLAYER_MastersChileLand' Executing: (line 250) DEFINE "index:<server.flag[Duel_<[uuid]>_Turn]>" ---------+ 
04:43:12 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:12 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Turn]> with 'li@ 1'. 
04:43:12 [INFO] +> Executing 'DEFINE': queue='GETCURRENTPLAYER_MastersChileLand'  action='(index[0]:SET:1)' 
04:43:12 [INFO] +- Queue 'GETCURRENTPLAYER_MastersChileLand' Executing: (line 251) DEFINE "name:<server.flag[Duel_<[uuid]>].get[<[index]>]>" 
                   ---------+ 
04:43:12 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:12 [INFO]  Filled tag <[index]> with '1'. 
04:43:12 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758].get[1]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204'. 
04:43:12 [INFO] +> Executing 'DEFINE': queue='GETCURRENTPLAYER_MastersChileLand'  
                   action='(name[0]:SET:p@a60d747e-6677-4cd8-ba78-bd01f8705204)' 
04:43:12 [INFO] +- Queue 'GETCURRENTPLAYER_MastersChileLand' Executing: (line 252) DETERMINE "<[name]>" ---------+ 
04:43:12 [INFO]  Filled tag <[name]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:12 [INFO] +> Executing 'DETERMINE': outcome='p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'  passively='false'  
                   Queue='q@GETCURRENTPLAYER_MastersChileLand' 
04:43:12 [INFO]  Completing queue 'GETCURRENTPLAYER_MastersChileLand' in 0ms. 
04:43:12 [INFO]  Filled tag <proc[GetCurrentPlayer].context[71504f05-f3ba-4d06-aecd-44d958013758]> with 
                   'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:12 [INFO]  Filled tag <[user]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:12 [INFO]  Comparable='Element(p@a60d747e-6677-4cd8-ba78-bd01f8705204)', Operator='EQUALS', 
                   ComparedTo='Element(p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0)' --> OUTCOME='false' 
04:43:12 [INFO]  No part of the if command passed, no block will run. 
04:43:12 [INFO] +- Queue 'DUELPLAYERCHECK_PropositionMainstreamHeight' Executing: (line 169) DETERMINE "false" ---------+ 
04:43:12 [INFO] +> Executing 'DETERMINE': outcome='false'  passively='false'  Queue='q@DUELPLAYERCHECK_PropositionMainstreamHeight' 
04:43:12 [INFO]  Completing queue 'DUELPLAYERCHECK_PropositionMainstreamHeight' in 0ms. 
04:43:12 [INFO]  Filled tag <proc[DuelPlayerCheck].context[p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0]> with 'false'. 
04:43:12 [INFO]  No part of the if command passed, running ELSE block. 
04:43:12 [INFO] +- Queue 'DUELMOVE_WatersSurKnives' Executing: (line 158) NARRATE "It's not your turn!" "format:DuelFormat" ---------+ 
04:43:12 [INFO] +> Executing 'NARRATE': Narrating='It's not your turn!'  Targets='[p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)]'  
                   format='s@DUELFORMAT (FORMAT)' 
04:43:12 [INFO]  Filled tag <&8> with ''. 
04:43:12 [INFO]  Filled tag <&co> with ':'. 
04:43:12 [INFO]  Filled tag <&7> with ''. 
04:43:12 [INFO]  Filled tag <element[It&sqs not your turn&exc].unescaped> with 'It's not your turn!'. 
04:43:12 [INFO]  Completing queue 'DUELMOVE_WatersSurKnives' in 1ms. 
04:43:12 [INFO]  Completing queue 'DUEL_EndorsedScenicProblems' in 1ms. 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 48) DEFINE "players:!" ---------+ 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUELSIDEBAR_TeachersTimerJoan'  action='(players[0]:CLEAR:null)' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 49) DEFINE "list:!" ---------+ 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUELSIDEBAR_TeachersTimerJoan'  action='(list[0]:CLEAR:null)' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 50) DEFINE "HP:!" ---------+ 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUELSIDEBAR_TeachersTimerJoan'  action='(HP[0]:CLEAR:null)' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 51) DEFINE "Power:!" ---------+ 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUELSIDEBAR_TeachersTimerJoan'  action='(Power[0]:CLEAR:null)' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 52) DEFINE "Protection:!" ---------+ 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUELSIDEBAR_TeachersTimerJoan'  action='(Protection[0]:CLEAR:null)' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 0) WHILE " CALLBACK" ---------+ 
04:43:12 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:12 [INFO]  Filled tag <server.has_flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758]> with 'true'. 
04:43:12 [INFO] +- While loop 3 ---------+ 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 33) FOREACH "<server.flag[Duel_<[uuid]>]>" "as:data" ---------+ 
04:43:12 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:12 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758]> with 'li@ p@a60d747e-6677-4cd8-ba78-bd01f8705204 | 
                   p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0'. 
04:43:12 [INFO] +> Executing 'FOREACH': list='li@ p@a60d747e-6677-4cd8-ba78-bd01f8705204 | p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0'  
                   as_name='data' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 34) DEFINE "players:->:<[data]>" ---------+ 
04:43:12 [INFO]  Filled tag <[data]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUELSIDEBAR_TeachersTimerJoan'  
                   action='(players[0]:INSERT:p@a60d747e-6677-4cd8-ba78-bd01f8705204)' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 35) IF "<[data].is_npc>" ---------+ 
04:43:12 [INFO] +> Executing 'IF': use_braces='true' 
04:43:12 [INFO]  Filled tag <[data].is_npc> with 'false'. 
04:43:12 [INFO]  No part of the if command passed, running ELSE block. 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 38) DEFINE "list:->:<[data].name.display>" ---------+ 
04:43:12 [INFO]  Filled tag <[data].name.display> with 'I6A11'. 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUELSIDEBAR_TeachersTimerJoan'  action='(list[0]:INSERT:I6A11)' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 39) DEFINE "HP:->:<[data].flag[Duel_Health]>" ---------+ 
04:43:12 [INFO]  Filled tag <[data].flag[Duel_Health]> with 'li@ 20'. 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUELSIDEBAR_TeachersTimerJoan'  action='(HP[0]:INSERT:20)' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 40) DEFINE "Power:->:<[data].flag[Duel_Power]||0>" ---------+ 
04:43:12 [INFO]  Filled tag <[data].flag[Duel_Power]||0> with '0'. 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUELSIDEBAR_TeachersTimerJoan'  action='(Power[0]:INSERT:0)' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 41) DEFINE "Protection:->:<[data].flag[Duel_Protection]||0>" 
                   ---------+ 
04:43:12 [INFO]  Filled tag <[data].flag[Duel_Protection]||0> with 'li@ 4'. 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUELSIDEBAR_TeachersTimerJoan'  action='(Protection[0]:INSERT:4)' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 0) FOREACH " CALLBACK" "as:data" ---------+ 
04:43:12 [INFO] +- Foreach loop 2 ---------+ 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 34) DEFINE "players:->:<[data]>" ---------+ 
04:43:12 [INFO]  Filled tag <[data]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUELSIDEBAR_TeachersTimerJoan'  
                   action='(players[0]:INSERT:p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0)' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 35) IF "<[data].is_npc>" ---------+ 
04:43:12 [INFO] +> Executing 'IF': use_braces='true' 
04:43:12 [INFO]  Filled tag <[data].is_npc> with 'false'. 
04:43:12 [INFO]  No part of the if command passed, running ELSE block. 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 38) DEFINE "list:->:<[data].name.display>" ---------+ 
04:43:12 [INFO]  Filled tag <[data].name.display> with 'Insilvon'. 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUELSIDEBAR_TeachersTimerJoan'  action='(list[0]:INSERT:Insilvon)' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 39) DEFINE "HP:->:<[data].flag[Duel_Health]>" ---------+ 
04:43:12 [INFO]  Filled tag <[data].flag[Duel_Health]> with 'li@ 20'. 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUELSIDEBAR_TeachersTimerJoan'  action='(HP[0]:INSERT:20)' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 40) DEFINE "Power:->:<[data].flag[Duel_Power]||0>" ---------+ 
04:43:12 [INFO]  Filled tag <[data].flag[Duel_Power]||0> with '0'. 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUELSIDEBAR_TeachersTimerJoan'  action='(Power[0]:INSERT:0)' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 41) DEFINE "Protection:->:<[data].flag[Duel_Protection]||0>" 
                   ---------+ 
04:43:12 [INFO]  Filled tag <[data].flag[Duel_Protection]||0> with 'li@ 5'. 
04:43:12 [INFO] +> Executing 'DEFINE': queue='DUELSIDEBAR_TeachersTimerJoan'  action='(Protection[0]:INSERT:5)' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 0) FOREACH " CALLBACK" "as:data" ---------+ 
04:43:12 [INFO] +- Foreach loop complete ---------+ 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 42) SIDEBAR "set" "title:<&c>Duel - HP" "values:<[list]>" 
                   "scores:<[HP]>" "players:<server.flag[Duel_<[uuid]>]>" ---------+ 
04:43:12 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:12 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758]> with 'li@ p@a60d747e-6677-4cd8-ba78-bd01f8705204 | 
                   p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0'. 
04:43:12 [INFO]  Filled tag <&c> with ''. 
04:43:12 [INFO]  Filled tag <[HP]> with 'li@ 20 | 20'. 
04:43:12 [INFO]  Filled tag <[list]> with 'li@ I6A11 | Insilvon'. 
04:43:12 [INFO] +> Executing 'SIDEBAR': action='SET'  element='Duel - HP'  scores='li@ 20 | 20'  value='li@ I6A11 | Insilvon'  players='li@ 
                   p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno) | p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)' 
04:43:12 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 43) WAIT "4s" ---------+ 
04:43:12 [INFO] +> Executing 'WAIT': queue='q@DUELSIDEBAR_TeachersTimerJoan'  delay='d@4.0s (4s)' 
04:43:12 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 0) WHILE " CALLBACK" ---------+ 
04:43:12 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:12 [INFO]  Filled tag <server.has_flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Waiting]> with 'true'. 
04:43:12 [INFO] +- While loop 2 ---------+ 
04:43:12 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 290) WAIT "1s" ---------+ 
04:43:12 [INFO] +> Executing 'WAIT': queue='q@DUELHEARTBEAT_IconParticipationAcres'  delay='d@1.0s (1s)' 
04:43:13 [INFO]  Starting InstantQueue 'DUEL_EaseDenizenSupplies' with player 'SirInferno'... 
04:43:13 [INFO] +- Queue 'DUEL_EaseDenizenSupplies' Executing: (line 62) DEFINE "command:<context.args.get[1]||null>" ---------+ 
04:43:13 [INFO]  Filled tag <context.args.get[1]||null> with 'defend'. 
04:43:13 [INFO] +> Executing 'DEFINE': queue='DUEL_EaseDenizenSupplies'  action='(command[0]:SET:defend)' 
04:43:13 [INFO] +- Queue 'DUEL_EaseDenizenSupplies' Executing: (line 63) DEFINE "uuid:<player.flag[Duel]||null>" ---------+ 
04:43:13 [INFO]  Filled tag <player.flag[Duel]||null> with 'li@ 71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO] +> Executing 'DEFINE': queue='DUEL_EaseDenizenSupplies'  action='(uuid[0]:SET:71504f05-f3ba-4d06-aecd-44d958013758)' 
04:43:13 [INFO] +- Queue 'DUEL_EaseDenizenSupplies' Executing: (line 64) IF "<player.has_flag[DuelMoved]>" ---------+ 
04:43:13 [INFO] +> Executing 'IF': use_braces='true' 
04:43:13 [INFO]  Filled tag <player.has_flag[DuelMoved]> with 'false'. 
04:43:13 [INFO]  No part of the if command passed, no block will run. 
04:43:13 [INFO] +- Queue 'DUEL_EaseDenizenSupplies' Executing: (line 67) CHOOSE "<[command]>" ---------+ 
04:43:13 [INFO]  Filled tag <[command]> with 'defend'. 
04:43:13 [INFO] +> Executing 'CHOOSE': choice='defend' 
04:43:13 [INFO] +- Queue 'DUEL_EaseDenizenSupplies' Executing: (line 72) RUN "DuelMove" "def:defend|<player>" ---------+ 
04:43:13 [INFO]  Filled tag <player> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:13 [INFO] +> Executing 'RUN': script='s@DUELMOVE (TASK)'  definitions='defend|p@a60d747e-6677-4cd8-ba78-bd01f8705204' 
04:43:13 [INFO]  Adding definition 'choice' as defend 
04:43:13 [INFO]  Adding definition 'user' as p@a60d747e-6677-4cd8-ba78-bd01f8705204 
04:43:13 [INFO]  Starting InstantQueue 'DUELMOVE_SeekerTractorFwd' with player 'SirInferno'... 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 145) IF "<proc[DuelPlayerCheck].context[<[user]>]>" ---------+ 
04:43:13 [INFO] +> Executing 'IF': use_braces='true' 
04:43:13 [INFO]  Filled tag <[user]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:13 [INFO]  Adding definition 'user' as p@a60d747e-6677-4cd8-ba78-bd01f8705204 
04:43:13 [INFO]  Starting InstantQueue 'DUELPLAYERCHECK_AndrewsAppealsSpin' with player 'SirInferno'... 
04:43:13 [INFO] +- Queue 'DUELPLAYERCHECK_AndrewsAppealsSpin' Executing: (line 165) DEFINE "uuid:<[user].flag[Duel]||null>" ---------+ 
04:43:13 [INFO]  Filled tag <[user].flag[Duel]||null> with 'li@ 71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO] +> Executing 'DEFINE': queue='DUELPLAYERCHECK_AndrewsAppealsSpin'  action='(uuid[0]:SET:71504f05-f3ba-4d06-aecd-44d958013758)' 
04:43:13 [INFO] +- Queue 'DUELPLAYERCHECK_AndrewsAppealsSpin' Executing: (line 166) IF "<[uuid]>" "!=" "null" ---------+ 
04:43:13 [INFO] +> Executing 'IF': use_braces='true' 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO]  Logic='NEGATIVE', Comparable='Element(71504f05-f3ba-4d06-aecd-44d958013758)', Operator='EQUALS', ComparedTo='Element(null)' 
                   --> OUTCOME='true' 
04:43:13 [INFO]  If command passed, running block. 
04:43:13 [INFO] +- Queue 'DUELPLAYERCHECK_AndrewsAppealsSpin' Executing: (line 167) IF "<proc[GetCurrentPlayer].context[<[uuid]>]>" "==" 
                   "<[user]>" ---------+ 
04:43:13 [INFO] +> Executing 'IF': use_braces='true' 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO]  Adding definition 'uuid' as 71504f05-f3ba-4d06-aecd-44d958013758 
04:43:13 [INFO]  Starting InstantQueue 'GETCURRENTPLAYER_IsolationAirportsBox' with player 'SirInferno'... 
04:43:13 [INFO] +- Queue 'GETCURRENTPLAYER_IsolationAirportsBox' Executing: (line 250) DEFINE "index:<server.flag[Duel_<[uuid]>_Turn]>" 
                   ---------+ 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Turn]> with 'li@ 1'. 
04:43:13 [INFO] +> Executing 'DEFINE': queue='GETCURRENTPLAYER_IsolationAirportsBox'  action='(index[0]:SET:1)' 
04:43:13 [INFO] +- Queue 'GETCURRENTPLAYER_IsolationAirportsBox' Executing: (line 251) DEFINE 
                   "name:<server.flag[Duel_<[uuid]>].get[<[index]>]>" ---------+ 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO]  Filled tag <[index]> with '1'. 
04:43:13 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758].get[1]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204'. 
04:43:13 [INFO] +> Executing 'DEFINE': queue='GETCURRENTPLAYER_IsolationAirportsBox'  
                   action='(name[0]:SET:p@a60d747e-6677-4cd8-ba78-bd01f8705204)' 
04:43:13 [INFO] +- Queue 'GETCURRENTPLAYER_IsolationAirportsBox' Executing: (line 252) DETERMINE "<[name]>" ---------+ 
04:43:13 [INFO]  Filled tag <[name]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:13 [INFO] +> Executing 'DETERMINE': outcome='p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'  passively='false'  
                   Queue='q@GETCURRENTPLAYER_IsolationAirportsBox' 
04:43:13 [INFO]  Completing queue 'GETCURRENTPLAYER_IsolationAirportsBox' in 0ms. 
04:43:13 [INFO]  Filled tag <proc[GetCurrentPlayer].context[71504f05-f3ba-4d06-aecd-44d958013758]> with 
                   'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:13 [INFO]  Filled tag <[user]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:13 [INFO]  Comparable='Element(p@a60d747e-6677-4cd8-ba78-bd01f8705204)', Operator='EQUALS', 
                   ComparedTo='Element(p@a60d747e-6677-4cd8-ba78-bd01f8705204)' --> OUTCOME='true' 
04:43:13 [INFO]  If command passed, running block. 
04:43:13 [INFO] +- Queue 'DUELPLAYERCHECK_AndrewsAppealsSpin' Executing: (line 168) DETERMINE "true" ---------+ 
04:43:13 [INFO] +> Executing 'DETERMINE': outcome='true'  passively='false'  Queue='q@DUELPLAYERCHECK_AndrewsAppealsSpin' 
04:43:13 [INFO]  Completing queue 'DUELPLAYERCHECK_AndrewsAppealsSpin' in 1ms. 
04:43:13 [INFO]  Filled tag <proc[DuelPlayerCheck].context[p@a60d747e-6677-4cd8-ba78-bd01f8705204]> with 'true'. 
04:43:13 [INFO]  If command passed, running block. 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 146) FLAG "<[user]>" "DuelMoved" ---------+ 
04:43:13 [INFO]  Filled tag <[user]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:13 [INFO] +> Executing 'FLAG': flag_name='DuelMoved'  Action/Value='SET_BOOLEAN(true)'  
                   flag_target='p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)' 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 147) DEFINE "uuid:<[user].flag[Duel]>" ---------+ 
04:43:13 [INFO]  Filled tag <[user].flag[Duel]> with 'li@ 71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO] +> Executing 'DEFINE': queue='DUELMOVE_SeekerTractorFwd'  action='(uuid[0]:SET:71504f05-f3ba-4d06-aecd-44d958013758)' 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 149) CHOOSE "<[choice]>" ---------+ 
04:43:13 [INFO]  Filled tag <[choice]> with 'defend'. 
04:43:13 [INFO] +> Executing 'CHOOSE': choice='defend' 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 153) INJECT "DuelDefend" ---------+ 
04:43:13 [INFO] +> Executing 'INJECT': script='s@DUELDEFEND (TASK)' 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 431) IF "<[user].is_npc>" ---------+ 
04:43:13 [INFO] +> Executing 'IF': use_braces='true' 
04:43:13 [INFO]  Filled tag <[user].is_npc> with 'false'. 
04:43:13 [INFO]  No part of the if command passed, running ELSE block. 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 434) DEFINE "name:<[user].name.display>" ---------+ 
04:43:13 [INFO]  Filled tag <[user].name.display> with 'I6A11'. 
04:43:13 [INFO] +> Executing 'DEFINE': queue='DUELMOVE_SeekerTractorFwd'  action='(name[0]:SET:I6A11)' 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 436) NARRATE "<[name]><&7> goes to brace themselves!" 
                   "format:DuelFormat" "target:<server.flag[Duel_<[uuid]>]>" ---------+ 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758]> with 'li@ p@a60d747e-6677-4cd8-ba78-bd01f8705204 | 
                   p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0'. 
04:43:13 [INFO]  Filled tag <[name]> with 'I6A11'. 
04:43:13 [INFO]  Filled tag <&7> with ''. 
04:43:13 [INFO] +> Executing 'NARRATE': Narrating='I6A11 goes to brace themselves!'  Targets='[p@a60d747e-6677-4cd8-ba78-bd01f8705204 
                   (SirInferno), p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)]'  format='s@DUELFORMAT (FORMAT)' 
04:43:13 [INFO]  Filled tag <&8> with ''. 
04:43:13 [INFO]  Filled tag <&co> with ':'. 
04:43:13 [INFO]  Filled tag <&7> with ''. 
04:43:13 [INFO]  Filled tag <element[&ss4&ss4&ssoI6A11&ssr&ss7 goes to brace themselves&exc].unescaped> with 'I6A11 goes to brace 
                   themselves!'. 
04:43:13 [INFO]  Filled tag <&8> with ''. 
04:43:13 [INFO]  Filled tag <&co> with ':'. 
04:43:13 [INFO]  Filled tag <&7> with ''. 
04:43:13 [INFO]  Filled tag <element[&ss4&ss4&ssoI6A11&ssr&ss7 goes to brace themselves&exc].unescaped> with 'I6A11 goes to brace 
                   themselves!'. 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 438) DEFINE "result:<util.random.int[1].to[20]>" ---------+ 
04:43:13 [INFO]  Filled tag <util.random.int[1].to[20]> with '20'. 
04:43:13 [INFO] +> Executing 'DEFINE': queue='DUELMOVE_SeekerTractorFwd'  action='(result[0]:SET:20)' 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 440) IF "<[result]>" ">=" "10" ---------+ 
04:43:13 [INFO] +> Executing 'IF': use_braces='true' 
04:43:13 [INFO]  Filled tag <[result]> with '20'. 
04:43:13 [INFO]  Comparable='Decimal(20.0)', Operator='OR_MORE', ComparedTo='Decimal(10.0)' --> OUTCOME='true' 
04:43:13 [INFO]  If command passed, running block. 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 441) IF "<[result]>" "<" "15" ---------+ 
04:43:13 [INFO] +> Executing 'IF': use_braces='true' 
04:43:13 [INFO]  Filled tag <[result]> with '20'. 
04:43:13 [INFO]  Comparable='Decimal(20.0)', Operator='LESS', ComparedTo='Decimal(15.0)' --> OUTCOME='false' 
04:43:13 [INFO]  No part of the if command passed, running ELSE block. 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 445) DEFINE "protection:<util.random.int[1].to[8]>" ---------+ 
04:43:13 [INFO]  Filled tag <util.random.int[1].to[8]> with '6'. 
04:43:13 [INFO] +> Executing 'DEFINE': queue='DUELMOVE_SeekerTractorFwd'  action='(protection[0]:SET:6)' 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 446) NARRATE "<[name]><&7> rolled a <[result]> and gained <[protection]> 
                   points of protection!" "target:<server.flag[Duel_<[uuid]>]>" "format:DuelActionFormat" ---------+ 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758]> with 'li@ p@a60d747e-6677-4cd8-ba78-bd01f8705204 | 
                   p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0'. 
04:43:13 [INFO]  Filled tag <[name]> with 'I6A11'. 
04:43:13 [INFO]  Filled tag <&7> with ''. 
04:43:13 [INFO]  Filled tag <[result]> with '20'. 
04:43:13 [INFO]  Filled tag <[protection]> with '6'. 
04:43:13 [INFO] +> Executing 'NARRATE': Narrating='I6A11 rolled a 20 and gained 6 points of protection!'  
                   Targets='[p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno), p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)]'  
                   format='s@DUELACTIONFORMAT (FORMAT)' 
04:43:13 [INFO]  Filled tag <&8> with ''. 
04:43:13 [INFO]  Filled tag <&gt> with '>'. 
04:43:13 [INFO]  Filled tag <&gt> with '>'. 
04:43:13 [INFO]  Filled tag <&co> with ':'. 
04:43:13 [INFO]  Filled tag <&7> with ''. 
04:43:13 [INFO]  Filled tag <element[&ss4&ss4&ssoI6A11&ssr&ss7 rolled a 20 and gained 6 points of protection&exc].unescaped> with 'I6A11 
                   rolled a 20 and gained 6 points of protection!'. 
04:43:13 [INFO]  Filled tag <&8> with ''. 
04:43:13 [INFO]  Filled tag <&gt> with '>'. 
04:43:13 [INFO]  Filled tag <&gt> with '>'. 
04:43:13 [INFO]  Filled tag <&co> with ':'. 
04:43:13 [INFO]  Filled tag <&7> with ''. 
04:43:13 [INFO]  Filled tag <element[&ss4&ss4&ssoI6A11&ssr&ss7 rolled a 20 and gained 6 points of protection&exc].unescaped> with 'I6A11 
                   rolled a 20 and gained 6 points of protection!'. 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 447) IF "<[result]>" "==" "20" ---------+ 
04:43:13 [INFO] +> Executing 'IF': use_braces='true' 
04:43:13 [INFO]  Filled tag <[result]> with '20'. 
04:43:13 [INFO]  Comparable='Decimal(20.0)', Operator='EQUALS', ComparedTo='Decimal(20.0)' --> OUTCOME='true' 
04:43:13 [INFO]  If command passed, running block. 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 448) NARRATE "<[name]><&7> rolled a <[result]>! They have a full 
                   defense!" "target:<server.flag[Duel_<[uuid]>]>" "format:DuelActionFormat" ---------+ 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758]> with 'li@ p@a60d747e-6677-4cd8-ba78-bd01f8705204 | 
                   p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0'. 
04:43:13 [INFO]  Filled tag <[name]> with 'I6A11'. 
04:43:13 [INFO]  Filled tag <&7> with ''. 
04:43:13 [INFO]  Filled tag <[result]> with '20'. 
04:43:13 [INFO] +> Executing 'NARRATE': Narrating='I6A11 rolled a 20! They have a full defense!'  
                   Targets='[p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno), p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)]'  
                   format='s@DUELACTIONFORMAT (FORMAT)' 
04:43:13 [INFO]  Filled tag <&8> with ''. 
04:43:13 [INFO]  Filled tag <&gt> with '>'. 
04:43:13 [INFO]  Filled tag <&gt> with '>'. 
04:43:13 [INFO]  Filled tag <&co> with ':'. 
04:43:13 [INFO]  Filled tag <&7> with ''. 
04:43:13 [INFO]  Filled tag <element[&ss4&ss4&ssoI6A11&ssr&ss7 rolled a 20&exc They have a full defense&exc].unescaped> with 'I6A11 rolled a 
                   20! They have a full defense!'. 
04:43:13 [INFO]  Filled tag <&8> with ''. 
04:43:13 [INFO]  Filled tag <&gt> with '>'. 
04:43:13 [INFO]  Filled tag <&gt> with '>'. 
04:43:13 [INFO]  Filled tag <&co> with ':'. 
04:43:13 [INFO]  Filled tag <&7> with ''. 
04:43:13 [INFO]  Filled tag <element[&ss4&ss4&ssoI6A11&ssr&ss7 rolled a 20&exc They have a full defense&exc].unescaped> with 'I6A11 rolled a 
                   20! They have a full defense!'. 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 449) DEFINE "protection:20" ---------+ 
04:43:13 [INFO] +> Executing 'DEFINE': queue='DUELMOVE_SeekerTractorFwd'  action='(protection[0]:SET:20)' 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 450) FLAG "<[user]>" "Duel_Protection:<[protection]>" ---------+ 
04:43:13 [INFO]  Filled tag <[user]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:13 [INFO]  Filled tag <[protection]> with '20'. 
04:43:13 [INFO] +> Executing 'FLAG': flag_name='DUEL_PROTECTION'  Action/Value='SET_VALUE(20)'  
                   flag_target='p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)' 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 453) FLAG "server" "Duel_<[uuid]>_waiting:!" ---------+ 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO] +> Executing 'FLAG': flag_name='DUEL_71504F05-F3BA-4D06-AECD-44D958013758_WAITING'  Action/Value='DELETE(false)'  
                   flag_target='server' 
04:43:13 [INFO] +- Queue 'DUELMOVE_SeekerTractorFwd' Executing: (line 156) FLAG "<[user]>" "DuelMoved:!" ---------+ 
04:43:13 [INFO]  Filled tag <[user]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:13 [INFO] +> Executing 'FLAG': flag_name='DUELMOVED'  Action/Value='DELETE(false)'  flag_target='p@a60d747e-6677-4cd8-ba78-bd01f8705204 
                   (SirInferno)' 
04:43:13 [INFO]  Completing queue 'DUELMOVE_SeekerTractorFwd' in 4ms. 
04:43:13 [INFO]  Completing queue 'DUEL_EaseDenizenSupplies' in 5ms. 
04:43:13 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 0) WHILE " CALLBACK" ---------+ 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO]  Filled tag <server.has_flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Waiting]> with 'false'. 
04:43:13 [INFO] +- While loop complete ---------+ 
04:43:13 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 293) DEFINE "user:<proc[GetNextPlayer].context[<[uuid]>]>" 
                   ---------+ 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO]  Adding definition 'uuid' as 71504f05-f3ba-4d06-aecd-44d958013758 
04:43:13 [INFO]  Starting InstantQueue 'GETNEXTPLAYER_ElPhotographerSwitched' with player 'Insilvon' and NPC '1071/Roxinia'... 
04:43:13 [INFO] +- Queue 'GETNEXTPLAYER_ElPhotographerSwitched' Executing: (line 239) FLAG "server" "Duel_<[uuid]>_Turn:++" ---------+ 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO] +> Executing 'FLAG': flag_name='DUEL_71504F05-F3BA-4D06-AECD-44D958013758_TURN'  Action/Value='INCREASE(1)'  
                   flag_target='server' 
04:43:13 [INFO] +- Queue 'GETNEXTPLAYER_ElPhotographerSwitched' Executing: (line 240) IF "<server.flag[Duel_<[uuid]>_Turn]>" ">" 
                   "<server.flag[Duel_<[uuid]>].size>" ---------+ 
04:43:13 [INFO] +> Executing 'IF': use_braces='true' 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Turn]> with 'li@ 2'. 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758].size> with '2'. 
04:43:13 [INFO]  Comparable='Decimal(2.0)', Operator='MORE', ComparedTo='Decimal(2.0)' --> OUTCOME='false' 
04:43:13 [INFO]  No part of the if command passed, no block will run. 
04:43:13 [INFO] +- Queue 'GETNEXTPLAYER_ElPhotographerSwitched' Executing: (line 242) DEFINE "index:<server.flag[Duel_<[uuid]>_Turn]>" 
                   ---------+ 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Turn]> with 'li@ 2'. 
04:43:13 [INFO] +> Executing 'DEFINE': queue='GETNEXTPLAYER_ElPhotographerSwitched'  action='(index[0]:SET:2)' 
04:43:13 [INFO] +- Queue 'GETNEXTPLAYER_ElPhotographerSwitched' Executing: (line 243) DEFINE 
                   "name:<server.flag[Duel_<[uuid]>].get[<[index]>]>" ---------+ 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO]  Filled tag <[index]> with '2'. 
04:43:13 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758].get[2]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0'. 
04:43:13 [INFO] +> Executing 'DEFINE': queue='GETNEXTPLAYER_ElPhotographerSwitched'  
                   action='(name[0]:SET:p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0)' 
04:43:13 [INFO] +- Queue 'GETNEXTPLAYER_ElPhotographerSwitched' Executing: (line 244) DETERMINE "<[name]>" ---------+ 
04:43:13 [INFO]  Filled tag <[name]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:13 [INFO] +> Executing 'DETERMINE': outcome='p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'  passively='false'  
                   Queue='q@GETNEXTPLAYER_ElPhotographerSwitched' 
04:43:13 [INFO]  Completing queue 'GETNEXTPLAYER_ElPhotographerSwitched' in 0ms. 
04:43:13 [INFO]  Filled tag <proc[GetNextPlayer].context[71504f05-f3ba-4d06-aecd-44d958013758]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 
                   (Insilvon)'. 
04:43:13 [INFO] +> Executing 'DEFINE': queue='DUELHEARTBEAT_IconParticipationAcres'  
                   action='(user[0]:SET:p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0)' 
04:43:13 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 296) WHILE "<[user].has_flag[Duel_Skip]>" "||" 
                   "<[user].has_flag[Duel_KO]>" ---------+ 
04:43:13 [INFO]  Filled tag <[user].has_flag[Duel_Skip]> with 'false'. 
04:43:13 [INFO]  Filled tag <[user].has_flag[Duel_KO]> with 'false'. 
04:43:13 [INFO] +> Executing 'WHILE': run_first_loop='false' 
04:43:13 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 0) WHILE " CALLBACK" ---------+ 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Over]> with 'li@ false'. 
04:43:13 [INFO] +- While loop 4 ---------+ 
04:43:13 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 274) WHILE "<[user].is_npc>" ---------+ 
04:43:13 [INFO]  Filled tag <[user].is_npc> with 'false'. 
04:43:13 [INFO] +> Executing 'WHILE': run_first_loop='false' 
04:43:13 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 282) NARRATE "It's <&b><[user].name.display><&7>'s turn! 
                   (HP:<[user].flag[Duel_Health]>)" "targets:<server.flag[Duel_<[uuid]>]>" "format:DuelFormat" ---------+ 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758]> with 'li@ p@a60d747e-6677-4cd8-ba78-bd01f8705204 | 
                   p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0'. 
04:43:13 [INFO]  Filled tag <&b> with ''. 
04:43:13 [INFO]  Filled tag <[user].name.display> with 'Insilvon'. 
04:43:13 [INFO]  Filled tag <&7> with ''. 
04:43:13 [INFO]  Filled tag <[user].flag[Duel_Health]> with 'li@ 20'. 
04:43:13 [INFO] +> Executing 'NARRATE': Narrating='It's Insilvon's turn! (HP:20)'  Targets='[p@a60d747e-6677-4cd8-ba78-bd01f8705204 
                   (SirInferno), p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)]'  format='s@DUELFORMAT (FORMAT)' 
04:43:13 [INFO]  Filled tag <&8> with ''. 
04:43:13 [INFO]  Filled tag <&co> with ':'. 
04:43:13 [INFO]  Filled tag <&7> with ''. 
04:43:13 [INFO]  Filled tag <element[It&sqs &ssb&ss4Insilvon&ssr&ss7&sqs turn&exc (HP&co20)].unescaped> with 'It's Insilvon's turn! (HP:20)'. 
04:43:13 [INFO]  Filled tag <&8> with ''. 
04:43:13 [INFO]  Filled tag <&co> with ':'. 
04:43:13 [INFO]  Filled tag <&7> with ''. 
04:43:13 [INFO]  Filled tag <element[It&sqs &ssb&ss4Insilvon&ssr&ss7&sqs turn&exc (HP&co20)].unescaped> with 'It's Insilvon's turn! (HP:20)'. 
04:43:13 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 283) TITLE "title:<red>It's your turn!" 
                   "subtitle:<green>Health:<[user].flag[Duel_Health]>" "targets:<[user]>" ---------+ 
04:43:13 [INFO]  Filled tag <red> with ''. 
04:43:13 [INFO]  Filled tag <green> with ''. 
04:43:13 [INFO]  Filled tag <[user].flag[Duel_Health]> with 'li@ 20'. 
04:43:13 [INFO]  Filled tag <[user]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:13 [INFO] +> Executing 'TITLE': title='It's your turn!'  subtitle='Health:20'  fade_in='d@1.0s (1s)'  stay='d@3.0s (3s)'  
                   fade_out='d@1.0s (1s)'  targets='[p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0]' 
04:43:13 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 284) NARRATE "<&hover[Click to attack the 
                   opponent!]><&click[/d attack]><&a>Attack<&f><&end_click><&end_hover> | <&hover[Click to gain protection on your next 
                   turn!]><&click[/d defend]><&e>Defend<&f><&end_click><&end_hover> | <&hover[Click to store power for your next 
                   attack!]><&click[/d prepare]><&d>Prepare<&f><&end_click><&end_hover> | <&hover[Click to lose and end the fight.]><&click[/d 
                   forfeit]><&c>Forfeit<&f><&end_click><&end_hover>" "target:<[user]>" "format:DuelActionFormat" ---------+ 
04:43:13 [INFO]  Filled tag <[user]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:13 [INFO]  Filled tag <&hover[Click to attack the opponent!]> with '[hover=SHOW_TEXT;Click to attack the opponent!]'. 
04:43:13 [INFO]  Filled tag <&click[/d attack]> with '[click=RUN_COMMAND;/d attack]'. 
04:43:13 [INFO]  Filled tag <&a> with ''. 
04:43:13 [INFO]  Filled tag <&f> with ''. 
04:43:13 [INFO]  Filled tag <&end_click> with '[/click]'. 
04:43:13 [INFO]  Filled tag <&end_hover> with '[/hover]'. 
04:43:13 [INFO]  Filled tag <&hover[Click to gain protection on your next turn!]> with '[hover=SHOW_TEXT;Click to gain protection on your 
                   next turn!]'. 
04:43:13 [INFO]  Filled tag <&click[/d defend]> with '[click=RUN_COMMAND;/d defend]'. 
04:43:13 [INFO]  Filled tag <&e> with ''. 
04:43:13 [INFO]  Filled tag <&f> with ''. 
04:43:13 [INFO]  Filled tag <&end_click> with '[/click]'. 
04:43:13 [INFO]  Filled tag <&end_hover> with '[/hover]'. 
04:43:13 [INFO]  Filled tag <&hover[Click to store power for your next attack!]> with '[hover=SHOW_TEXT;Click to store power for your next 
                   attack!]'. 
04:43:13 [INFO]  Filled tag <&click[/d prepare]> with '[click=RUN_COMMAND;/d prepare]'. 
04:43:13 [INFO]  Filled tag <&d> with ''. 
04:43:13 [INFO]  Filled tag <&f> with ''. 
04:43:13 [INFO]  Filled tag <&end_click> with '[/click]'. 
04:43:13 [INFO]  Filled tag <&end_hover> with '[/hover]'. 
04:43:13 [INFO]  Filled tag <&hover[Click to lose and end the fight.]> with '[hover=SHOW_TEXT;Click to lose and end the fight.]'. 
04:43:13 [INFO]  Filled tag <&click[/d forfeit]> with '[click=RUN_COMMAND;/d forfeit]'. 
04:43:13 [INFO]  Filled tag <&c> with ''. 
04:43:13 [INFO]  Filled tag <&f> with ''. 
04:43:13 [INFO]  Filled tag <&end_click> with '[/click]'. 
04:43:13 [INFO]  Filled tag <&end_hover> with '[/hover]'. 
04:43:13 [INFO] +> Executing 'NARRATE': Narrating='[hover=SHOW_TEXT;Click to attack the opponent!][click=RUN_COMMAND;/d 
                   attack]Attack[/click][/hover] | [hover=SHOW_TEXT;Click to gain protection on your next turn!][click=RUN_COMMAND;/d 
                   defend]Defend[/click][/hover] | [hover=SHOW_TEXT;Click to store power for your next attack!][click=RUN_COMMAND;/d 
                   prepare]Prepare[/click][/hover] | [hover=SHOW_TEXT;Click to lose and end the fight.][click=RUN_COMMAND;/d 
                   forfeit]Forfeit[/click][/hover]'  Targets='[p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)]'  format='s@DUELACTIONFORMAT 
                   (FORMAT)' 
04:43:13 [INFO]  Filled tag <&8> with ''. 
04:43:13 [INFO]  Filled tag <&gt> with '>'. 
04:43:13 [INFO]  Filled tag <&gt> with '>'. 
04:43:13 [INFO]  Filled tag <&co> with ':'. 
04:43:13 [INFO]  Filled tag <&7> with ''. 
04:43:13 [INFO]  Filled tag <element[&ss&lbhover=SHOW_TEXT&scClick to attack the opponent&exc&rb&ss&lbclick=RUN_COMMAND&sc&fsd 
                   attack&rb&ssaAttack&ssf&ss&lb&fsclick&rb&ss&lb&fshover&rb &pipe &ss&lbhover=SHOW_TEXT&scClick to gain protection on your next 
                   turn&exc&rb&ss&lbclick=RUN_COMMAND&sc&fsd defend&rb&sseDefend&ssf&ss&lb&fsclick&rb&ss&lb&fshover&rb &pipe 
                   &ss&lbhover=SHOW_TEXT&scClick to store power for your next attack&exc&rb&ss&lbclick=RUN_COMMAND&sc&fsd 
                   prepare&rb&ssdPrepare&ssf&ss&lb&fsclick&rb&ss&lb&fshover&rb &pipe &ss&lbhover=SHOW_TEXT&scClick to lose and end the 
                   fight&dot&rb&ss&lbclick=RUN_COMMAND&sc&fsd forfeit&rb&sscForfeit&ssf&ss&lb&fsclick&rb&ss&lb&fshover&rb].unescaped> with 
                   '[hover=SHOW_TEXT;Click to attack the opponent!][click=RUN_COMMAND;/d attack]Attack[/click][/hover] | 
                   [hover=SHOW_TEXT;Click to gain protection on your next turn!][click=RUN_COMMAND;/d defend]Defend[/click][/hover] | 
                   [hover=SHOW_TEXT;Click to store power for your next attack!][click=RUN_COMMAND;/d prepare]Prepare... * snip! * 
04:43:13 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 286) FLAG "server" "Duel_<[uuid]>_Waiting" "d:5m" ---------+ 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO] +> Executing 'FLAG': flag_name='Duel_71504f05-f3ba-4d06-aecd-44d958013758_Waiting'  Action/Value='SET_BOOLEAN(true)'  
                   duration='d@300.0s (5m)'  flag_target='server' 
04:43:13 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 289) WHILE "<server.has_flag[Duel_<[uuid]>_Waiting]>" 
                   ---------+ 
04:43:13 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:13 [INFO]  Filled tag <server.has_flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Waiting]> with 'true'. 
04:43:13 [INFO] +> Executing 'WHILE': run_first_loop='true' 
04:43:13 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 290) WAIT "1s" ---------+ 
04:43:13 [INFO] +> Executing 'WAIT': queue='q@DUELHEARTBEAT_IconParticipationAcres'  delay='d@1.0s (1s)' 
04:43:14 [INFO]  Starting InstantQueue 'DUEL_LeuExemptionUnderlying' with player 'SirInferno'... 
04:43:14 [INFO] +- Queue 'DUEL_LeuExemptionUnderlying' Executing: (line 62) DEFINE "command:<context.args.get[1]||null>" ---------+ 
04:43:14 [INFO]  Filled tag <context.args.get[1]||null> with 'defend'. 
04:43:14 [INFO] +> Executing 'DEFINE': queue='DUEL_LeuExemptionUnderlying'  action='(command[0]:SET:defend)' 
04:43:14 [INFO] +- Queue 'DUEL_LeuExemptionUnderlying' Executing: (line 63) DEFINE "uuid:<player.flag[Duel]||null>" ---------+ 
04:43:14 [INFO]  Filled tag <player.flag[Duel]||null> with 'li@ 71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:14 [INFO] +> Executing 'DEFINE': queue='DUEL_LeuExemptionUnderlying'  action='(uuid[0]:SET:71504f05-f3ba-4d06-aecd-44d958013758)' 
04:43:14 [INFO] +- Queue 'DUEL_LeuExemptionUnderlying' Executing: (line 64) IF "<player.has_flag[DuelMoved]>" ---------+ 
04:43:14 [INFO] +> Executing 'IF': use_braces='true' 
04:43:14 [INFO]  Filled tag <player.has_flag[DuelMoved]> with 'false'. 
04:43:14 [INFO]  No part of the if command passed, no block will run. 
04:43:14 [INFO] +- Queue 'DUEL_LeuExemptionUnderlying' Executing: (line 67) CHOOSE "<[command]>" ---------+ 
04:43:14 [INFO]  Filled tag <[command]> with 'defend'. 
04:43:14 [INFO] +> Executing 'CHOOSE': choice='defend' 
04:43:14 [INFO] +- Queue 'DUEL_LeuExemptionUnderlying' Executing: (line 72) RUN "DuelMove" "def:defend|<player>" ---------+ 
04:43:14 [INFO]  Filled tag <player> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:14 [INFO] +> Executing 'RUN': script='s@DUELMOVE (TASK)'  definitions='defend|p@a60d747e-6677-4cd8-ba78-bd01f8705204' 
04:43:14 [INFO]  Adding definition 'choice' as defend 
04:43:14 [INFO]  Adding definition 'user' as p@a60d747e-6677-4cd8-ba78-bd01f8705204 
04:43:14 [INFO]  Starting InstantQueue 'DUELMOVE_TalentDollarsDocument' with player 'SirInferno'... 
04:43:14 [INFO] +- Queue 'DUELMOVE_TalentDollarsDocument' Executing: (line 145) IF "<proc[DuelPlayerCheck].context[<[user]>]>" ---------+ 
04:43:14 [INFO] +> Executing 'IF': use_braces='true' 
04:43:14 [INFO]  Filled tag <[user]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:14 [INFO]  Adding definition 'user' as p@a60d747e-6677-4cd8-ba78-bd01f8705204 
04:43:14 [INFO]  Starting InstantQueue 'DUELPLAYERCHECK_EvShortlyRemix' with player 'SirInferno'... 
04:43:14 [INFO] +- Queue 'DUELPLAYERCHECK_EvShortlyRemix' Executing: (line 165) DEFINE "uuid:<[user].flag[Duel]||null>" ---------+ 
04:43:14 [INFO]  Filled tag <[user].flag[Duel]||null> with 'li@ 71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:14 [INFO] +> Executing 'DEFINE': queue='DUELPLAYERCHECK_EvShortlyRemix'  action='(uuid[0]:SET:71504f05-f3ba-4d06-aecd-44d958013758)' 
04:43:14 [INFO] +- Queue 'DUELPLAYERCHECK_EvShortlyRemix' Executing: (line 166) IF "<[uuid]>" "!=" "null" ---------+ 
04:43:14 [INFO] +> Executing 'IF': use_braces='true' 
04:43:14 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:14 [INFO]  Logic='NEGATIVE', Comparable='Element(71504f05-f3ba-4d06-aecd-44d958013758)', Operator='EQUALS', ComparedTo='Element(null)' 
                   --> OUTCOME='true' 
04:43:14 [INFO]  If command passed, running block. 
04:43:14 [INFO] +- Queue 'DUELPLAYERCHECK_EvShortlyRemix' Executing: (line 167) IF "<proc[GetCurrentPlayer].context[<[uuid]>]>" "==" 
                   "<[user]>" ---------+ 
04:43:14 [INFO] +> Executing 'IF': use_braces='true' 
04:43:14 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:14 [INFO]  Adding definition 'uuid' as 71504f05-f3ba-4d06-aecd-44d958013758 
04:43:14 [INFO]  Starting InstantQueue 'GETCURRENTPLAYER_MaiKilledPersonally' with player 'SirInferno'... 
04:43:14 [INFO] +- Queue 'GETCURRENTPLAYER_MaiKilledPersonally' Executing: (line 250) DEFINE "index:<server.flag[Duel_<[uuid]>_Turn]>" 
                   ---------+ 
04:43:14 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:14 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Turn]> with 'li@ 2'. 
04:43:14 [INFO] +> Executing 'DEFINE': queue='GETCURRENTPLAYER_MaiKilledPersonally'  action='(index[0]:SET:2)' 
04:43:14 [INFO] +- Queue 'GETCURRENTPLAYER_MaiKilledPersonally' Executing: (line 251) DEFINE 
                   "name:<server.flag[Duel_<[uuid]>].get[<[index]>]>" ---------+ 
04:43:14 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:14 [INFO]  Filled tag <[index]> with '2'. 
04:43:14 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758].get[2]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0'. 
04:43:14 [INFO] +> Executing 'DEFINE': queue='GETCURRENTPLAYER_MaiKilledPersonally'  
                   action='(name[0]:SET:p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0)' 
04:43:14 [INFO] +- Queue 'GETCURRENTPLAYER_MaiKilledPersonally' Executing: (line 252) DETERMINE "<[name]>" ---------+ 
04:43:14 [INFO]  Filled tag <[name]> with 'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:14 [INFO] +> Executing 'DETERMINE': outcome='p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'  passively='false'  
                   Queue='q@GETCURRENTPLAYER_MaiKilledPersonally' 
04:43:14 [INFO]  Completing queue 'GETCURRENTPLAYER_MaiKilledPersonally' in 0ms. 
04:43:14 [INFO]  Filled tag <proc[GetCurrentPlayer].context[71504f05-f3ba-4d06-aecd-44d958013758]> with 
                   'p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)'. 
04:43:14 [INFO]  Filled tag <[user]> with 'p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)'. 
04:43:14 [INFO]  Comparable='Element(p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0)', Operator='EQUALS', 
                   ComparedTo='Element(p@a60d747e-6677-4cd8-ba78-bd01f8705204)' --> OUTCOME='false' 
04:43:14 [INFO]  No part of the if command passed, no block will run. 
04:43:14 [INFO] +- Queue 'DUELPLAYERCHECK_EvShortlyRemix' Executing: (line 169) DETERMINE "false" ---------+ 
04:43:14 [INFO] +> Executing 'DETERMINE': outcome='false'  passively='false'  Queue='q@DUELPLAYERCHECK_EvShortlyRemix' 
04:43:14 [INFO]  Completing queue 'DUELPLAYERCHECK_EvShortlyRemix' in 0ms. 
04:43:14 [INFO]  Filled tag <proc[DuelPlayerCheck].context[p@a60d747e-6677-4cd8-ba78-bd01f8705204]> with 'false'. 
04:43:14 [INFO]  No part of the if command passed, running ELSE block. 
04:43:14 [INFO] +- Queue 'DUELMOVE_TalentDollarsDocument' Executing: (line 158) NARRATE "It's not your turn!" "format:DuelFormat" ---------+ 
04:43:14 [INFO] +> Executing 'NARRATE': Narrating='It's not your turn!'  Targets='[p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno)]'  
                   format='s@DUELFORMAT (FORMAT)' 
04:43:14 [INFO]  Filled tag <&8> with ''. 
04:43:14 [INFO]  Filled tag <&co> with ':'. 
04:43:14 [INFO]  Filled tag <&7> with ''. 
04:43:14 [INFO]  Filled tag <element[It&sqs not your turn&exc].unescaped> with 'It's not your turn!'. 
04:43:14 [INFO]  Completing queue 'DUELMOVE_TalentDollarsDocument' in 1ms. 
04:43:14 [INFO]  Completing queue 'DUEL_LeuExemptionUnderlying' in 1ms. 
04:43:14 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 0) WHILE " CALLBACK" ---------+ 
04:43:14 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:14 [INFO]  Filled tag <server.has_flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Waiting]> with 'true'. 
04:43:14 [INFO] +- While loop 2 ---------+ 
04:43:14 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 290) WAIT "1s" ---------+ 
04:43:14 [INFO] +> Executing 'WAIT': queue='q@DUELHEARTBEAT_IconParticipationAcres'  delay='d@1.0s (1s)' 
04:43:15 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 0) WHILE " CALLBACK" ---------+ 
04:43:15 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:15 [INFO]  Filled tag <server.has_flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Waiting]> with 'true'. 
04:43:15 [INFO] +- While loop 3 ---------+ 
04:43:15 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 290) WAIT "1s" ---------+ 
04:43:15 [INFO] +> Executing 'WAIT': queue='q@DUELHEARTBEAT_IconParticipationAcres'  delay='d@1.0s (1s)' 
04:43:16 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 44) SIDEBAR "set" "title:<&e>Duel - Power" "values:<[list]>" 
                   "scores:<[power]>" "players:<server.flag[Duel_<[uuid]>]>" ---------+ 
04:43:16 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:16 [INFO]  Filled tag <server.flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758]> with 'li@ p@a60d747e-6677-4cd8-ba78-bd01f8705204 | 
                   p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0'. 
04:43:16 [INFO]  Filled tag <&e> with ''. 
04:43:16 [INFO]  Filled tag <[power]> with 'li@ 0 | 0'. 
04:43:16 [INFO]  Filled tag <[list]> with 'li@ I6A11 | Insilvon'. 
04:43:16 [INFO] +> Executing 'SIDEBAR': action='SET'  element='Duel - Power'  scores='li@ 0 | 0'  value='li@ I6A11 | Insilvon'  players='li@ 
                   p@a60d747e-6677-4cd8-ba78-bd01f8705204 (SirInferno) | p@1ab1ee9b-873a-4545-bb5b-254e7b23b0e0 (Insilvon)' 
04:43:16 [INFO] +- Queue 'DUELSIDEBAR_TeachersTimerJoan' Executing: (line 45) WAIT "4s" ---------+ 
04:43:16 [INFO] +> Executing 'WAIT': queue='q@DUELSIDEBAR_TeachersTimerJoan'  delay='d@4.0s (4s)' 
04:43:16 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 0) WHILE " CALLBACK" ---------+ 
04:43:16 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:16 [INFO]  Filled tag <server.has_flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Waiting]> with 'true'. 
04:43:16 [INFO] +- While loop 4 ---------+ 
04:43:16 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 290) WAIT "1s" ---------+ 
04:43:16 [INFO] +> Executing 'WAIT': queue='q@DUELHEARTBEAT_IconParticipationAcres'  delay='d@1.0s (1s)' 
04:43:17 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 0) WHILE " CALLBACK" ---------+ 
04:43:17 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:17 [INFO]  Filled tag <server.has_flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Waiting]> with 'true'. 
04:43:17 [INFO] +- While loop 5 ---------+ 
04:43:17 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 290) WAIT "1s" ---------+ 
04:43:17 [INFO] +> Executing 'WAIT': queue='q@DUELHEARTBEAT_IconParticipationAcres'  delay='d@1.0s (1s)' 
04:43:18 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 0) WHILE " CALLBACK" ---------+ 
04:43:18 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:18 [INFO]  Filled tag <server.has_flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Waiting]> with 'true'. 
04:43:18 [INFO] +- While loop 6 ---------+ 
04:43:18 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 290) WAIT "1s" ---------+ 
04:43:18 [INFO] +> Executing 'WAIT': queue='q@DUELHEARTBEAT_IconParticipationAcres'  delay='d@1.0s (1s)' 
04:43:19 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 0) WHILE " CALLBACK" ---------+ 
04:43:19 [INFO]  Filled tag <[uuid]> with '71504f05-f3ba-4d06-aecd-44d958013758'. 
04:43:19 [INFO]  Filled tag <server.has_flag[Duel_71504f05-f3ba-4d06-aecd-44d958013758_Waiting]> with 'true'. 
04:43:19 [INFO] +- While loop 7 ---------+ 
04:43:19 [INFO] +- Queue 'DUELHEARTBEAT_IconParticipationAcres' Executing: (line 290) WAIT "1s" ---------+ 
04:43:19 [INFO] +> Executing 'WAIT': queue='q@DUELHEARTBEAT_IconParticipationAcres'  delay='d@1.0s (1s)'