Paste #37235: Denizen Debug Logs From dl<< ADRIFT fl}{7l clNETWORK >>rl7lCustom Adventure & Games fl

Date: 2016/10/28 10:19:03 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
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275


Java Version: 1.8.0_91
Up-time: 4d 23h
CraftBukkit Version: git-Spigot-078e2f8-21e3b05 (MC: 1.10.2)
Denizen Version: Core: 1.15 (Build 75), CraftBukkit: 1.0.0-SNAPSHOT (build 37)
Active Plugins (23): CoreProtect: 2.13.1, dynmap: 2.3-1142, WorldEdit: 6.1.3;7a097ca, ImageOnMap: 2.99, 
PlaceholderAPI: 2.5.1, CommandBlocker: 0.7, PermissionsEx: 1.23.4, SkQuery: 4.0, 
InstantRespawn: 1.0.7, Vault: 1.5.6-b49, ProtocolLib: 4.0.1, Multiverse-Core: 2.5-b717, 
WorldGuard: 6.1.2;e38d98d, Citizens: 2.0.20-SNAPSHOT (build 1420), MoneySQL: 1.4-beta-multiversion, 
Denizen: 1.0.0-SNAPSHOT (build 37), Essentials: 2.0.1-b434, CommunityBridge: 2.6.0.000, 
EssentialsChat: 2.0.1-b434, DynamicTextures: 1.3.4, HolographicDisplays: 2.2.1, 
EssentialsSpawn: 2.0.1-b434, Depenizen: 0.2.2 (build 322)
Loaded Worlds (5): world, world_nether, world_the_end, CustomWorld, RPG
Online Players (1): Admin xenmai(xenmai)
Offline Players: 5
Mode: offline

20:26:09 [INFO]  Running script event 'PlayerScrollsItem', event='player 
                   scrolls their hotbar' for script 'PLAYER_LISTENER' 
20:26:09 [INFO]  Starting InstantQueue 
                   'PLAYER_LISTENER_SimultaneouslyPrivilegesV'... 
20:26:09 [INFO]  Queue 'PLAYER_LISTENER_SimultaneouslyPrivilegesV' Executing: 
                   IF "<player.gamemode>" "!=" "survival" "{" "-" "queue" "clear" 
                   "}" 
20:26:09 [INFO] +- Executing dCommand: IF/p@xenmai ---------+ 
20:26:09 [INFO] +> Executing 'IF': use_braces='true' 
20:26:09 [INFO]  Filled tag <player.gamemode> with 'SURVIVAL'. 
20:26:09 [INFO]  Logic='NEGATIVE', Comparable='Element(SURVIVAL)', 
                   Operator='EQUALS', ComparedTo='Element(survival)' --> 
                   OUTCOME='false' 
20:26:09 [INFO]  Queue 'PLAYER_LISTENER_SimultaneouslyPrivilegesV' Executing: 
                   ADJUST "<player>" 
                   "fake_equipment:<player>|hand|<player.inventory.slot[<context.previous_slot>]>" 
20:26:09 [INFO] +- Executing dCommand: ADJUST/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <player> with 
                   'p@4f6cb058-42f2-4290-b962-bcac121d4e70'. 
20:26:09 [INFO]  Filled tag <player> with 
                   'p@4f6cb058-42f2-4290-b962-bcac121d4e70'. 
20:26:09 [INFO]  Filled tag <context.previous_slot> with '1'. 
20:26:09 [INFO]  Filled tag <player.inventory.slot[1]> with 'i@yellow_flower'. 
20:26:09 [INFO] +> Executing 'ADJUST': 
                   object='p@4f6cb058-42f2-4290-b962-bcac121d4e70'  
                   mechanism='fake_equipment'  
                   mechanism_value='p@4f6cb058-42f2-4290-b962-bcac121d4e70|hand|i@yellow_flower' 
20:26:09 [INFO]  Queue 'PLAYER_LISTENER_SimultaneouslyPrivilegesV' Executing: 
                   DETERMINE "passively" "cancelled" 
20:26:09 [INFO] +- Executing dCommand: DETERMINE/p@xenmai ---------+ 
20:26:09 [INFO] +> Executing 'DETERMINE': outcome='cancelled'  
                   passively='true' 
20:26:09 [INFO]  Queue 'PLAYER_LISTENER_SimultaneouslyPrivilegesV' Executing: 
                   IF "<context.new_slot>" "==" "2" "{" "-" "run" 
                   "s@Player_Attack_2" "def:<player>" "instantly" "}" 
20:26:09 [INFO] +- Executing dCommand: IF/p@xenmai ---------+ 
20:26:09 [INFO] +> Executing 'IF': use_braces='true' 
20:26:09 [INFO]  Filled tag <context.new_slot> with '2'. 
20:26:09 [INFO]  Comparable='Decimal(2.0)', Operator='EQUALS', 
                   ComparedTo='Decimal(2.0)' --> OUTCOME='true' 
20:26:09 [INFO]  Queue 'PLAYER_LISTENER_SimultaneouslyPrivilegesV' Executing: 
                   RUN "s@Player_Attack_2" "def:<player>" "instantly" 
20:26:09 [INFO] +- Executing dCommand: RUN/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <player> with 
                   'p@4f6cb058-42f2-4290-b962-bcac121d4e70'. 
20:26:09 [INFO] +> Executing 'RUN': script='PLAYER_ATTACK_2(TASK)'  
                   instant='true'  
                   definitions='p@4f6cb058-42f2-4290-b962-bcac121d4e70' 
20:26:09 [INFO]  Adding definition %player% as 
                   p@4f6cb058-42f2-4290-b962-bcac121d4e70 
20:26:09 [INFO]  Starting InstantQueue 
                   'ATTACK_EFFECT_2_EducationalLikewiseImpression'... 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT "36" "{" "-" "define" "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
                   "-" "define" "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
                   "-" "playeffect" "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" "}" 
20:26:09 [INFO] +- Executing dCommand: REPEAT/p@xenmai ---------+ 
20:26:09 [INFO] +> Executing 'REPEAT': qty='36' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-17.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-17.5]> with 
                   '-3.141592653589793200'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-3.141592653589793200]> 
                   with 'l@0.3937594913704988,-0.0,-0.9192135023788793,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.3937594913704988,-0.0,-0.9192135023788793,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.1968797456852494,-0.0,-0.45960675118943967,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@1.378158219796746,-0.0,-3.217247258326078,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@1.378158219796746,-0.0,-3.217247258326078,world]> 
                   with 
                   'l@-124.81903301647392,78.0,283.28615842254555,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.1968797456852494,-0.0,-0.45960675118943967,world].points_between[l@-124.81903301647392,78.0,283.28615842254555,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.00031149058542,78.0,286.0437989296822,25.756586,-336.81137,world|l@-125.92155959231133,78.0,285.85995622920643,25.756586,-336.81137,world|l@-125.84280769403722,78.0,285.6761135287307,25.756586,-336.81137,world|l@-125.76405579576313,78.0,285.4922708282549,25.756586,-336.81137,world|l@-125.68530389748902,78.0,285... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.00031149058542,78.0,286.0437989296822,25.756586,-336.81137,world|l@-125.92155959231133,78.0,285.85995622920643,25.756586,-336.81137,world|l@-125.84280769403722,78.0,285.6761135287307,25.756586,-336.81137,world|l@-125.76405579576313,78.0,285.4922708282549,25.756586,-336.81137,world|l@-125.68530389748902,78.0,285.3084281277791,25.756586,-336.81137,world|l@-125.60655199921493,78.0,285.1245854273033,25.... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.00031149058542,78.0,286.0437989296822,25.756586,-336.81137,world|l@-125.92155959231133,78.0,285.85995622920643,25.756586,-336.81137,world|l@-125.84280769403722,78.0,285.6761135287307,25.756586,-336.81137,world|l@-125.76405579576313,78.0,285.4922708282549,25.756586,-336.81137,world|l@-125.68530389748902,78.0,285.3084281277791,25.756586,-336.81137,world|l@-125.60655199921493,78.0,285.1245854273033,25.756586,-336.81137,world|l@-125.52780010094082,78.0,284.9407427268276,2... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.00031149058542,78.0,286.0437989296822,25.756586,-336.81137,world, 
                   l@-125.92155959231133,78.0,285.85995622920643,25.756586,-336.81137,world, 
                   l@-125.84280769403722,78.0,285.6761135287307,25.756586,-336.81137,world, 
                   l@-125.76405579576313,78.0,285.4922708282549,25.756586,-336.81137,world, 
                   l@-125.68530389748902,78.0,285.3084281277791,25.756586,-336.81137,world, 
                   l@-125.60655199921493,78.0,285.1245854273033,25.756586,-336.81137,world, 
                   l@-125.52780010094082,... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 2 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-16.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-16.5]> with 
                   '-2.962073073384662160'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-2.962073073384662160]> 
                   with 'l@0.22329970570922866,-0.0,-0.9747498353065631,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.22329970570922866,-0.0,-0.9747498353065631,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.11164985285461433,-0.0,-0.48737491765328156,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@0.7815489699823003,-0.0,-3.411624423572971,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.7815489699823003,-0.0,-3.411624423572971,world]> 
                   with 
                   'l@-125.41564226628837,78.0,283.0917812572987,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.11164985285461433,-0.0,-0.48737491765328156,world].points_between[l@-125.41564226628837,78.0,283.0917812572987,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.08554138341606,78.0,286.0160307632184,25.756586,-336.81137,world|l@-126.04088144227421,78.0,285.8210807961571,25.756586,-336.81137,world|l@-125.99622150113237,78.0,285.62613082909576,25.756586,-336.81137,world|l@-125.95156155999052,78.0,285.43118086203447,25.756586,-336.81137,world|l@-125.90690161884868,78.0,28... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.08554138341606,78.0,286.0160307632184,25.756586,-336.81137,world|l@-126.04088144227421,78.0,285.8210807961571,25.756586,-336.81137,world|l@-125.99622150113237,78.0,285.62613082909576,25.756586,-336.81137,world|l@-125.95156155999052,78.0,285.43118086203447,25.756586,-336.81137,world|l@-125.90690161884868,78.0,285.2362308949731,25.756586,-336.81137,world|l@-125.86224167770683,78.0,285.0412809279118,25... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.08554138341606,78.0,286.0160307632184,25.756586,-336.81137,world|l@-126.04088144227421,78.0,285.8210807961571,25.756586,-336.81137,world|l@-125.99622150113237,78.0,285.62613082909576,25.756586,-336.81137,world|l@-125.95156155999052,78.0,285.43118086203447,25.756586,-336.81137,world|l@-125.90690161884868,78.0,285.2362308949731,25.756586,-336.81137,world|l@-125.86224167770683,78.0,285.0412809279118,25.756586,-336.81137,world|l@-125.81758173656499,78.0,284.84633096085054... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.08554138341606,78.0,286.0160307632184,25.756586,-336.81137,world, 
                   l@-126.04088144227421,78.0,285.8210807961571,25.756586,-336.81137,world, 
                   l@-125.99622150113237,78.0,285.62613082909576,25.756586,-336.81137,world, 
                   l@-125.95156155999052,78.0,285.43118086203447,25.756586,-336.81137,world, 
                   l@-125.90690161884868,78.0,285.2362308949731,25.756586,-336.81137,world, 
                   l@-125.86224167770683,78.0,285.0412809279118,25.756586,-336.81137,world, 
                   l@-125.81758173656499... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 3 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-15.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-15.5]> with 
                   '-2.782553493179531120'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-2.782553493179531120]> 
                   with 'l@0.04566288377485406,-0.0,-0.9989569065006579,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.04566288377485406,-0.0,-0.9989569065006579,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.02283144188742703,-0.0,-0.49947845325032897,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@0.1598200932119892,-0.0,-3.4963491727523026,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.1598200932119892,-0.0,-3.4963491727523026,world]> 
                   with 
                   'l@-126.03737114305868,78.0,283.0070565081194,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.02283144188742703,-0.0,-0.49947845325032897,world].points_between[l@-126.03737114305868,78.0,283.0070565081194,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.17435979438324,78.0,286.0039272276213,25.756586,-336.81137,world|l@-126.16522721762827,78.0,285.8041358463212,25.756586,-336.81137,world|l@-126.15609464087329,78.0,285.60434446502103,25.756586,-336.81137,world|l@-126.14696206411833,78.0,285.40455308372094,25.756586,-336.81137,world|l@-126.13782948736335,78.0,28... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.17435979438324,78.0,286.0039272276213,25.756586,-336.81137,world|l@-126.16522721762827,78.0,285.8041358463212,25.756586,-336.81137,world|l@-126.15609464087329,78.0,285.60434446502103,25.756586,-336.81137,world|l@-126.14696206411833,78.0,285.40455308372094,25.756586,-336.81137,world|l@-126.13782948736335,78.0,285.2047617024208,25.756586,-336.81137,world|l@-126.12869691060838,78.0,285.00497032112065,2... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.17435979438324,78.0,286.0039272276213,25.756586,-336.81137,world|l@-126.16522721762827,78.0,285.8041358463212,25.756586,-336.81137,world|l@-126.15609464087329,78.0,285.60434446502103,25.756586,-336.81137,world|l@-126.14696206411833,78.0,285.40455308372094,25.756586,-336.81137,world|l@-126.13782948736335,78.0,285.2047617024208,25.756586,-336.81137,world|l@-126.12869691060838,78.0,285.00497032112065,25.756586,-336.81137,world|l@-126.11956433385342,78.0,284.8051789398205... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.17435979438324,78.0,286.0039272276213,25.756586,-336.81137,world, 
                   l@-126.16522721762827,78.0,285.8041358463212,25.756586,-336.81137,world, 
                   l@-126.15609464087329,78.0,285.60434446502103,25.756586,-336.81137,world, 
                   l@-126.14696206411833,78.0,285.40455308372094,25.756586,-336.81137,world, 
                   l@-126.13782948736335,78.0,285.2047617024208,25.756586,-336.81137,world, 
                   l@-126.12869691060838,78.0,285.00497032112065,25.756586,-336.81137,world, 
                   l@-126.1195643338534... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 4 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-14.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-14.5]> with 
                   '-2.603033912974400080'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-2.603033912974400080]> 
                   with 'l@-0.13344158081559032,-0.0,-0.991056680775341,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.13344158081559032,-0.0,-0.991056680775341,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.06672079040779516,-0.0,-0.4955283403876705,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-0.4670455328545661,-0.0,-3.4686983827136935,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.4670455328545661,-0.0,-3.4686983827136935,world]> 
                   with 
                   'l@-126.66423676912524,78.0,283.03470729815797,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.06672079040779516,-0.0,-0.4955283403876705,world].points_between[l@-126.66423676912524,78.0,283.03470729815797,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.26391202667847,78.0,286.00787734048396,25.756586,-336.81137,world|l@-126.29060034284159,78.0,285.8096660043289,25.756586,-336.81137,world|l@-126.3172886590047,78.0,285.61145466817385,25.756586,-336.81137,world|l@-126.34397697516782,78.0,285.41324333201874,25.756586,-336.81137,world|l@-126.37066529133094,78.0,2... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.26391202667847,78.0,286.00787734048396,25.756586,-336.81137,world|l@-126.29060034284159,78.0,285.8096660043289,25.756586,-336.81137,world|l@-126.3172886590047,78.0,285.61145466817385,25.756586,-336.81137,world|l@-126.34397697516782,78.0,285.41324333201874,25.756586,-336.81137,world|l@-126.37066529133094,78.0,285.2150319958637,25.756586,-336.81137,world|l@-126.39735360749405,78.0,285.0168206597086,25... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.26391202667847,78.0,286.00787734048396,25.756586,-336.81137,world|l@-126.29060034284159,78.0,285.8096660043289,25.756586,-336.81137,world|l@-126.3172886590047,78.0,285.61145466817385,25.756586,-336.81137,world|l@-126.34397697516782,78.0,285.41324333201874,25.756586,-336.81137,world|l@-126.37066529133094,78.0,285.2150319958637,25.756586,-336.81137,world|l@-126.39735360749405,78.0,285.0168206597086,25.756586,-336.81137,world|l@-126.42404192365719,78.0,284.8186093235536,... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.26391202667847,78.0,286.00787734048396,25.756586,-336.81137,world, 
                   l@-126.29060034284159,78.0,285.8096660043289,25.756586,-336.81137,world, 
                   l@-126.3172886590047,78.0,285.61145466817385,25.756586,-336.81137,world, 
                   l@-126.34397697516782,78.0,285.41324333201874,25.756586,-336.81137,world, 
                   l@-126.37066529133094,78.0,285.2150319958637,25.756586,-336.81137,world, 
                   l@-126.39735360749405,78.0,285.0168206597086,25.756586,-336.81137,world, 
                   l@-126.42404192365719... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 5 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-13.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-13.5]> with 
                   '-2.423514332769269040'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-2.423514332769269040]> 
                   with 'l@-0.3082571232025232,-0.0,-0.9513030778857516,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.3082571232025232,-0.0,-0.9513030778857516,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.1541285616012616,-0.0,-0.4756515389428758,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-1.0788999312088312,-0.0,-3.329560772600131,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-1.0788999312088312,-0.0,-3.329560772600131,world]> 
                   with 
                   'l@-127.2760911674795,78.0,283.1738449082715,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.1541285616012616,-0.0,-0.4756515389428758,world].points_between[l@-127.2760911674795,78.0,283.1738449082715,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.35131979787194,78.0,286.02775414192877,25.756586,-336.81137,world|l@-126.41297122251244,78.0,285.83749352635164,25.756586,-336.81137,world|l@-126.47462264715294,78.0,285.64723291077445,25.756586,-336.81137,world|l@-126.53627407179346,78.0,285.4569722951973,25.756586,-336.81137,world|l@-126.59792549643396,78.0,285... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.35131979787194,78.0,286.02775414192877,25.756586,-336.81137,world|l@-126.41297122251244,78.0,285.83749352635164,25.756586,-336.81137,world|l@-126.47462264715294,78.0,285.64723291077445,25.756586,-336.81137,world|l@-126.53627407179346,78.0,285.4569722951973,25.756586,-336.81137,world|l@-126.59792549643396,78.0,285.2667116796202,25.756586,-336.81137,world|l@-126.65957692107446,78.0,285.076451064043,25... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.35131979787194,78.0,286.02775414192877,25.756586,-336.81137,world|l@-126.41297122251244,78.0,285.83749352635164,25.756586,-336.81137,world|l@-126.47462264715294,78.0,285.64723291077445,25.756586,-336.81137,world|l@-126.53627407179346,78.0,285.4569722951973,25.756586,-336.81137,world|l@-126.59792549643396,78.0,285.2667116796202,25.756586,-336.81137,world|l@-126.65957692107446,78.0,285.076451064043,25.756586,-336.81137,world|l@-126.72122834571496,78.0,284.88619044846587... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.35131979787194,78.0,286.02775414192877,25.756586,-336.81137,world, 
                   l@-126.41297122251244,78.0,285.83749352635164,25.756586,-336.81137,world, 
                   l@-126.47462264715294,78.0,285.64723291077445,25.756586,-336.81137,world, 
                   l@-126.53627407179346,78.0,285.4569722951973,25.756586,-336.81137,world, 
                   l@-126.59792549643396,78.0,285.2667116796202,25.756586,-336.81137,world, 
                   l@-126.65957692107446,78.0,285.076451064043,25.756586,-336.81137,world, 
                   l@-126.72122834571496... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 6 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-12.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-12.5]> with 
                   '-2.243994752564138000'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-2.243994752564138000]> 
                   with 'l@-0.47316502801492116,-0.0,-0.8809738113381346,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.47316502801492116,-0.0,-0.8809738113381346,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.23658251400746058,-0.0,-0.4404869056690673,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-1.656077598052224,-0.0,-3.083408339683471,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-1.656077598052224,-0.0,-3.083408339683471,world]> 
                   with 
                   'l@-127.85326883432289,78.0,283.4199973411882,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.23658251400746058,-0.0,-0.4404869056690673,world].points_between[l@-127.85326883432289,78.0,283.4199973411882,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.43377375027814,78.0,286.0629187752026,25.756586,-336.81137,world|l@-126.52840675588112,78.0,285.88672401293496,25.756586,-336.81137,world|l@-126.62303976148411,78.0,285.7105292506674,25.756586,-336.81137,world|l@-126.71767276708708,78.0,285.53433448839974,25.756586,-336.81137,world|l@-126.81230577269007,78.0,28... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.43377375027814,78.0,286.0629187752026,25.756586,-336.81137,world|l@-126.52840675588112,78.0,285.88672401293496,25.756586,-336.81137,world|l@-126.62303976148411,78.0,285.7105292506674,25.756586,-336.81137,world|l@-126.71767276708708,78.0,285.53433448839974,25.756586,-336.81137,world|l@-126.81230577269007,78.0,285.3581397261321,25.756586,-336.81137,world|l@-126.90693877829305,78.0,285.18194496386445,2... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.43377375027814,78.0,286.0629187752026,25.756586,-336.81137,world|l@-126.52840675588112,78.0,285.88672401293496,25.756586,-336.81137,world|l@-126.62303976148411,78.0,285.7105292506674,25.756586,-336.81137,world|l@-126.71767276708708,78.0,285.53433448839974,25.756586,-336.81137,world|l@-126.81230577269007,78.0,285.3581397261321,25.756586,-336.81137,world|l@-126.90693877829305,78.0,285.18194496386445,25.756586,-336.81137,world|l@-127.00157178389604,78.0,285.0057502015968... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.43377375027814,78.0,286.0629187752026,25.756586,-336.81137,world, 
                   l@-126.52840675588112,78.0,285.88672401293496,25.756586,-336.81137,world, 
                   l@-126.62303976148411,78.0,285.7105292506674,25.756586,-336.81137,world, 
                   l@-126.71767276708708,78.0,285.53433448839974,25.756586,-336.81137,world, 
                   l@-126.81230577269007,78.0,285.3581397261321,25.756586,-336.81137,world, 
                   l@-126.90693877829305,78.0,285.18194496386445,25.756586,-336.81137,world, 
                   l@-127.0015717838960... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 7 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-11.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-11.5]> with 
                   '-2.064475172359006960'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-2.064475172359006960]> 
                   with 'l@-0.6228650195054376,-0.0,-0.7823293216264432,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.6228650195054376,-0.0,-0.7823293216264432,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.3114325097527188,-0.0,-0.3911646608132216,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-2.1800275682690318,-0.0,-2.738152625692551,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-2.1800275682690318,-0.0,-2.738152625692551,world]> 
                   with 
                   'l@-128.3772188045397,78.0,283.7652530551791,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.3114325097527188,-0.0,-0.3911646608132216,world].points_between[l@-128.3772188045397,78.0,283.7652530551791,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.50862374602339,78.0,286.11224102005843,25.756586,-336.81137,world|l@-126.63319674992448,78.0,285.95577515573314,25.756586,-336.81137,world|l@-126.75776975382556,78.0,285.79930929140784,25.756586,-336.81137,world|l@-126.88234275772665,78.0,285.64284342708254,25.756586,-336.81137,world|l@-127.00691576162774,78.0,28... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.50862374602339,78.0,286.11224102005843,25.756586,-336.81137,world|l@-126.63319674992448,78.0,285.95577515573314,25.756586,-336.81137,world|l@-126.75776975382556,78.0,285.79930929140784,25.756586,-336.81137,world|l@-126.88234275772665,78.0,285.64284342708254,25.756586,-336.81137,world|l@-127.00691576162774,78.0,285.4863775627573,25.756586,-336.81137,world|l@-127.13148876552881,78.0,285.329911698432,2... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.50862374602339,78.0,286.11224102005843,25.756586,-336.81137,world|l@-126.63319674992448,78.0,285.95577515573314,25.756586,-336.81137,world|l@-126.75776975382556,78.0,285.79930929140784,25.756586,-336.81137,world|l@-126.88234275772665,78.0,285.64284342708254,25.756586,-336.81137,world|l@-127.00691576162774,78.0,285.4863775627573,25.756586,-336.81137,world|l@-127.13148876552881,78.0,285.329911698432,25.756586,-336.81137,world|l@-127.2560617694299,78.0,285.1734458341067,... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.50862374602339,78.0,286.11224102005843,25.756586,-336.81137,world, 
                   l@-126.63319674992448,78.0,285.95577515573314,25.756586,-336.81137,world, 
                   l@-126.75776975382556,78.0,285.79930929140784,25.756586,-336.81137,world, 
                   l@-126.88234275772665,78.0,285.64284342708254,25.756586,-336.81137,world, 
                   l@-127.00691576162774,78.0,285.4863775627573,25.756586,-336.81137,world, 
                   l@-127.13148876552881,78.0,285.329911698432,25.756586,-336.81137,world, 
                   l@-127.2560617694299... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 8 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-10.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-10.5]> with 
                   '-1.884955592153875920'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-1.884955592153875920]> 
                   with 'l@-0.7525456167740043,-0.0,-0.6585401238149681,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.7525456167740043,-0.0,-0.6585401238149681,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.37627280838700217,-0.0,-0.32927006190748404,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-2.6339096587090154,-0.0,-2.304890433352388,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-2.6339096587090154,-0.0,-2.304890433352388,world]> 
                   with 
                   'l@-128.83110089497967,78.0,284.19851524751925,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.37627280838700217,-0.0,-0.32927006190748404,world].points_between[l@-128.83110089497967,78.0,284.19851524751925,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.57346404465767,78.0,286.17413561896416,25.756586,-336.81137,world|l@-126.72397316801246,78.0,286.0424275942012,25.756586,-336.81137,world|l@-126.87448229136727,78.0,285.9107195694382,25.756586,-336.81137,world|l@-127.02499141472207,78.0,285.7790115446752,25.756586,-336.81137,world|l@-127.17550053807688,78.0,2... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.57346404465767,78.0,286.17413561896416,25.756586,-336.81137,world|l@-126.72397316801246,78.0,286.0424275942012,25.756586,-336.81137,world|l@-126.87448229136727,78.0,285.9107195694382,25.756586,-336.81137,world|l@-127.02499141472207,78.0,285.7790115446752,25.756586,-336.81137,world|l@-127.17550053807688,78.0,285.64730351991216,25.756586,-336.81137,world|l@-127.32600966143167,78.0,285.51559549514917,2... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.57346404465767,78.0,286.17413561896416,25.756586,-336.81137,world|l@-126.72397316801246,78.0,286.0424275942012,25.756586,-336.81137,world|l@-126.87448229136727,78.0,285.9107195694382,25.756586,-336.81137,world|l@-127.02499141472207,78.0,285.7790115446752,25.756586,-336.81137,world|l@-127.17550053807688,78.0,285.64730351991216,25.756586,-336.81137,world|l@-127.32600966143167,78.0,285.51559549514917,25.756586,-336.81137,world|l@-127.47651878478648,78.0,285.3838874703862... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.57346404465767,78.0,286.17413561896416,25.756586,-336.81137,world, 
                   l@-126.72397316801246,78.0,286.0424275942012,25.756586,-336.81137,world, 
                   l@-126.87448229136727,78.0,285.9107195694382,25.756586,-336.81137,world, 
                   l@-127.02499141472207,78.0,285.7790115446752,25.756586,-336.81137,world, 
                   l@-127.17550053807688,78.0,285.64730351991216,25.756586,-336.81137,world, 
                   l@-127.32600966143167,78.0,285.51559549514917,25.756586,-336.81137,world, 
                   l@-127.4765187847864... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 9 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-9.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-9.5]> with 
                   '-1.705436011948744880'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-1.705436011948744880]> 
                   with 'l@-0.8580387787228585,-0.0,-0.5135849045754612,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.8580387787228585,-0.0,-0.5135849045754612,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.42901938936142925,-0.0,-0.2567924522877306,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-3.003135725530005,-0.0,-1.7975471660141142,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-3.003135725530005,-0.0,-1.7975471660141142,world]> 
                   with 
                   'l@-129.20032696180067,78.0,284.70585851485754,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.42901938936142925,-0.0,-0.2567924522877306,world].points_between[l@-129.20032696180067,78.0,284.70585851485754,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.6262106256321,78.0,286.2466132285839,25.756586,-336.81137,world|l@-126.79781838137667,78.0,286.1438962476688,25.756586,-336.81137,world|l@-126.96942613712125,78.0,286.0411792667537,25.756586,-336.81137,world|l@-127.14103389286582,78.0,285.9384622858386,25.756586,-336.81137,world|l@-127.31264164861038,78.0,285.... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.6262106256321,78.0,286.2466132285839,25.756586,-336.81137,world|l@-126.79781838137667,78.0,286.1438962476688,25.756586,-336.81137,world|l@-126.96942613712125,78.0,286.0411792667537,25.756586,-336.81137,world|l@-127.14103389286582,78.0,285.9384622858386,25.756586,-336.81137,world|l@-127.31264164861038,78.0,285.83574530492353,25.756586,-336.81137,world|l@-127.48424940435496,78.0,285.73302832400844,25.... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.6262106256321,78.0,286.2466132285839,25.756586,-336.81137,world|l@-126.79781838137667,78.0,286.1438962476688,25.756586,-336.81137,world|l@-126.96942613712125,78.0,286.0411792667537,25.756586,-336.81137,world|l@-127.14103389286582,78.0,285.9384622858386,25.756586,-336.81137,world|l@-127.31264164861038,78.0,285.83574530492353,25.756586,-336.81137,world|l@-127.48424940435496,78.0,285.73302832400844,25.756586,-336.81137,world|l@-127.65585716009953,78.0,285.63031134309335,... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.6262106256321,78.0,286.2466132285839,25.756586,-336.81137,world, 
                   l@-126.79781838137667,78.0,286.1438962476688,25.756586,-336.81137,world, 
                   l@-126.96942613712125,78.0,286.0411792667537,25.756586,-336.81137,world, 
                   l@-127.14103389286582,78.0,285.9384622858386,25.756586,-336.81137,world, 
                   l@-127.31264164861038,78.0,285.83574530492353,25.756586,-336.81137,world, 
                   l@-127.48424940435496,78.0,285.73302832400844,25.756586,-336.81137,world, 
                   l@-127.65585716009953,... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 10 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-8.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-8.5]> with 
                   '-1.525916431743613840'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-1.525916431743613840]> 
                   with 'l@-0.9359538683269012,-0.0,-0.3521226439238319,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.9359538683269012,-0.0,-0.3521226439238319,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.4679769341634506,-0.0,-0.17606132196191596,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-3.275838539144154,-0.0,-1.2324292537334116,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-3.275838539144154,-0.0,-1.2324292537334116,world]> 
                   with 
                   'l@-129.47302977541483,78.0,285.27097642713824,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.4679769341634506,-0.0,-0.17606132196191596,world].points_between[l@-129.47302977541483,78.0,285.27097642713824,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.66516817043411,78.0,286.3273443589097,25.756586,-336.81137,world|l@-126.85235894409949,78.0,286.25691983012496,25.756586,-336.81137,world|l@-127.03954971776487,78.0,286.1864953013402,25.756586,-336.81137,world|l@-127.22674049143025,78.0,286.1160707725554,25.756586,-336.81137,world|l@-127.41393126509564,78.0,28... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.66516817043411,78.0,286.3273443589097,25.756586,-336.81137,world|l@-126.85235894409949,78.0,286.25691983012496,25.756586,-336.81137,world|l@-127.03954971776487,78.0,286.1864953013402,25.756586,-336.81137,world|l@-127.22674049143025,78.0,286.1160707725554,25.756586,-336.81137,world|l@-127.41393126509564,78.0,286.04564624377065,25.756586,-336.81137,world|l@-127.60112203876102,78.0,285.9752217149859,25... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.66516817043411,78.0,286.3273443589097,25.756586,-336.81137,world|l@-126.85235894409949,78.0,286.25691983012496,25.756586,-336.81137,world|l@-127.03954971776487,78.0,286.1864953013402,25.756586,-336.81137,world|l@-127.22674049143025,78.0,286.1160707725554,25.756586,-336.81137,world|l@-127.41393126509564,78.0,286.04564624377065,25.756586,-336.81137,world|l@-127.60112203876102,78.0,285.9752217149859,25.756586,-336.81137,world|l@-127.7883128124264,78.0,285.9047971862011,2... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.66516817043411,78.0,286.3273443589097,25.756586,-336.81137,world, 
                   l@-126.85235894409949,78.0,286.25691983012496,25.756586,-336.81137,world, 
                   l@-127.03954971776487,78.0,286.1864953013402,25.756586,-336.81137,world, 
                   l@-127.22674049143025,78.0,286.1160707725554,25.756586,-336.81137,world, 
                   l@-127.41393126509564,78.0,286.04564624377065,25.756586,-336.81137,world, 
                   l@-127.60112203876102,78.0,285.9752217149859,25.756586,-336.81137,world, 
                   l@-127.7883128124264,... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 11 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-7.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-7.5]> with 
                   '-1.346396851538482800'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-1.346396851538482800]> 
                   with 'l@-0.9837866304975094,-0.0,-0.1793428717690142,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.9837866304975094,-0.0,-0.1793428717690142,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.4918933152487547,-0.0,-0.0896714358845071,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-3.4432532067412827,-0.0,-0.6277000511915497,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-3.4432532067412827,-0.0,-0.6277000511915497,world]> 
                   with 
                   'l@-129.64044444301194,78.0,285.8757056296801,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.4918933152487547,-0.0,-0.0896714358845071,world].points_between[l@-129.64044444301194,78.0,285.8757056296801,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.68908455151943,78.0,286.41373424498715,25.756586,-336.81137,world|l@-126.88584187761893,78.0,286.37786567063335,25.756586,-336.81137,world|l@-127.08259920371843,78.0,286.34199709627956,25.756586,-336.81137,world|l@-127.27935652981793,78.0,286.30612852192576,25.756586,-336.81137,world|l@-127.47611385591743,78.0,2... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.68908455151943,78.0,286.41373424498715,25.756586,-336.81137,world|l@-126.88584187761893,78.0,286.37786567063335,25.756586,-336.81137,world|l@-127.08259920371843,78.0,286.34199709627956,25.756586,-336.81137,world|l@-127.27935652981793,78.0,286.30612852192576,25.756586,-336.81137,world|l@-127.47611385591743,78.0,286.27025994757196,25.756586,-336.81137,world|l@-127.67287118201693,78.0,286.2343913732181... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.68908455151943,78.0,286.41373424498715,25.756586,-336.81137,world|l@-126.88584187761893,78.0,286.37786567063335,25.756586,-336.81137,world|l@-127.08259920371843,78.0,286.34199709627956,25.756586,-336.81137,world|l@-127.27935652981793,78.0,286.30612852192576,25.756586,-336.81137,world|l@-127.47611385591743,78.0,286.27025994757196,25.756586,-336.81137,world|l@-127.67287118201693,78.0,286.23439137321816,25.756586,-336.81137,world|l@-127.86962850811643,78.0,286.1985227988... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.68908455151943,78.0,286.41373424498715,25.756586,-336.81137,world, 
                   l@-126.88584187761893,78.0,286.37786567063335,25.756586,-336.81137,world, 
                   l@-127.08259920371843,78.0,286.34199709627956,25.756586,-336.81137,world, 
                   l@-127.27935652981793,78.0,286.30612852192576,25.756586,-336.81137,world, 
                   l@-127.47611385591743,78.0,286.27025994757196,25.756586,-336.81137,world, 
                   l@-127.67287118201693,78.0,286.23439137321816,25.756586,-336.81137,world, 
                   l@-127.8696285081... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 12 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-6.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-6.5]> with 
                   '-1.166877271333351760'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-1.166877271333351760]> 
                   with 'l@-0.9999996809015916,-0.0,-7.988721517339092E-4,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.9999996809015916,-0.0,-7.988721517339092E-4,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.4999998404507958,-0.0,-3.994360758669546E-4,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-3.4999988831555706,-0.0,-0.0027960525310686823,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-3.4999988831555706,-0.0,-0.0027960525310686823,world]> 
                   with 
                   'l@-129.69719011942624,78.0,286.50060962834056,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.4999998404507958,-0.0,-3.994360758669546E-4,world].points_between[l@-129.69719011942624,78.0,286.50060962834056,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.69719107672147,78.0,286.50300624479576,25.756586,-336.81137,world|l@-126.89719101290179,78.0,286.5028464703654,25.756586,-336.81137,world|l@-127.0971909490821,78.0,286.50268669593504,25.756586,-336.81137,world|l@-127.29719088526242,78.0,286.50252692150474,25.756586,-336.81137,world|l@-127.49719082144274,78.0,... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.69719107672147,78.0,286.50300624479576,25.756586,-336.81137,world|l@-126.89719101290179,78.0,286.5028464703654,25.756586,-336.81137,world|l@-127.0971909490821,78.0,286.50268669593504,25.756586,-336.81137,world|l@-127.29719088526242,78.0,286.50252692150474,25.756586,-336.81137,world|l@-127.49719082144274,78.0,286.5023671470744,25.756586,-336.81137,world|l@-127.69719075762306,78.0,286.502207372644,25.... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.69719107672147,78.0,286.50300624479576,25.756586,-336.81137,world|l@-126.89719101290179,78.0,286.5028464703654,25.756586,-336.81137,world|l@-127.0971909490821,78.0,286.50268669593504,25.756586,-336.81137,world|l@-127.29719088526242,78.0,286.50252692150474,25.756586,-336.81137,world|l@-127.49719082144274,78.0,286.5023671470744,25.756586,-336.81137,world|l@-127.69719075762306,78.0,286.502207372644,25.756586,-336.81137,world|l@-127.89719069380338,78.0,286.50204759821366,... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.69719107672147,78.0,286.50300624479576,25.756586,-336.81137,world, 
                   l@-126.89719101290179,78.0,286.5028464703654,25.756586,-336.81137,world, 
                   l@-127.0971909490821,78.0,286.50268669593504,25.756586,-336.81137,world, 
                   l@-127.29719088526242,78.0,286.50252692150474,25.756586,-336.81137,world, 
                   l@-127.49719082144274,78.0,286.5023671470744,25.756586,-336.81137,world, 
                   l@-127.69719075762306,78.0,286.502207372644,25.756586,-336.81137,world, 
                   l@-127.89719069380338,... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 13 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-5.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-5.5]> with 
                   '-0.987357691128220720'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-0.987357691128220720]> 
                   with 'l@-0.9840719187590188,-0.0,0.17777080387381716,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.9840719187590188,-0.0,0.17777080387381716,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.4920359593795094,-0.0,0.08888540193690858,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-3.4442517156565655,-0.0,0.6221978135583601,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-3.4442517156565655,-0.0,0.6221978135583601,world]> 
                   with 
                   'l@-129.64144295192725,78.0,287.12560349443004,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.4920359593795094,-0.0,0.08888540193690858,world].points_between[l@-129.64144295192725,78.0,287.12560349443004,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.68922719565018,78.0,286.5922910828086,25.756586,-336.81137,world|l@-126.88604157940198,78.0,286.62784524358335,25.756586,-336.81137,world|l@-127.08285596315379,78.0,286.6633994043581,25.756586,-336.81137,world|l@-127.27967034690559,78.0,286.69895356513285,25.756586,-336.81137,world|l@-127.47648473065739,78.0,28... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.68922719565018,78.0,286.5922910828086,25.756586,-336.81137,world|l@-126.88604157940198,78.0,286.62784524358335,25.756586,-336.81137,world|l@-127.08285596315379,78.0,286.6633994043581,25.756586,-336.81137,world|l@-127.27967034690559,78.0,286.69895356513285,25.756586,-336.81137,world|l@-127.47648473065739,78.0,286.73450772590763,25.756586,-336.81137,world|l@-127.67329911440919,78.0,286.7700618866824,2... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.68922719565018,78.0,286.5922910828086,25.756586,-336.81137,world|l@-126.88604157940198,78.0,286.62784524358335,25.756586,-336.81137,world|l@-127.08285596315379,78.0,286.6633994043581,25.756586,-336.81137,world|l@-127.27967034690559,78.0,286.69895356513285,25.756586,-336.81137,world|l@-127.47648473065739,78.0,286.73450772590763,25.756586,-336.81137,world|l@-127.67329911440919,78.0,286.7700618866824,25.756586,-336.81137,world|l@-127.870113498161,78.0,286.80561604745714,... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.68922719565018,78.0,286.5922910828086,25.756586,-336.81137,world, 
                   l@-126.88604157940198,78.0,286.62784524358335,25.756586,-336.81137,world, 
                   l@-127.08285596315379,78.0,286.6633994043581,25.756586,-336.81137,world, 
                   l@-127.27967034690559,78.0,286.69895356513285,25.756586,-336.81137,world, 
                   l@-127.47648473065739,78.0,286.73450772590763,25.756586,-336.81137,world, 
                   l@-127.67329911440919,78.0,286.7700618866824,25.756586,-336.81137,world, 
                   l@-127.870113498161,... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 14 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-4.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-4.5]> with 
                   '-0.807838110923089680'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-0.807838110923089680]> 
                   with 'l@-0.9365152754504593,-0.0,0.35062677999255937,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.9365152754504593,-0.0,0.35062677999255937,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.46825763772522966,-0.0,0.17531338999627968,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-3.277803464076608,-0.0,1.2271937299739577,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-3.277803464076608,-0.0,1.2271937299739577,world]> 
                   with 
                   'l@-129.47499470034728,78.0,287.7305994108456,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.46825763772522966,-0.0,0.17531338999627968,world].points_between[l@-129.47499470034728,78.0,287.7305994108456,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.6654488739959,78.0,286.67871907086794,25.756586,-336.81137,world|l@-126.852751929086,78.0,286.74884442686647,25.756586,-336.81137,world|l@-127.04005498417608,78.0,286.81896978286494,25.756586,-336.81137,world|l@-127.22735803926618,78.0,286.88909513886347,25.756586,-336.81137,world|l@-127.41466109435626,78.0,286... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.6654488739959,78.0,286.67871907086794,25.756586,-336.81137,world|l@-126.852751929086,78.0,286.74884442686647,25.756586,-336.81137,world|l@-127.04005498417608,78.0,286.81896978286494,25.756586,-336.81137,world|l@-127.22735803926618,78.0,286.88909513886347,25.756586,-336.81137,world|l@-127.41466109435626,78.0,286.959220494862,25.756586,-336.81137,world|l@-127.60196414944636,78.0,287.0293458508605,25.7... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.6654488739959,78.0,286.67871907086794,25.756586,-336.81137,world|l@-126.852751929086,78.0,286.74884442686647,25.756586,-336.81137,world|l@-127.04005498417608,78.0,286.81896978286494,25.756586,-336.81137,world|l@-127.22735803926618,78.0,286.88909513886347,25.756586,-336.81137,world|l@-127.41466109435626,78.0,286.959220494862,25.756586,-336.81137,world|l@-127.60196414944636,78.0,287.0293458508605,25.756586,-336.81137,world|l@-127.78926720453644,78.0,287.099471206859,25.... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.6654488739959,78.0,286.67871907086794,25.756586,-336.81137,world, 
                   l@-126.852751929086,78.0,286.74884442686647,25.756586,-336.81137,world, 
                   l@-127.04005498417608,78.0,286.81896978286494,25.756586,-336.81137,world, 
                   l@-127.22735803926618,78.0,286.88909513886347,25.756586,-336.81137,world, 
                   l@-127.41466109435626,78.0,286.959220494862,25.756586,-336.81137,world, 
                   l@-127.60196414944636,78.0,287.0293458508605,25.756586,-336.81137,world, 
                   l@-127.78926720453644,7... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 15 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-3.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-3.5]> with 
                   '-0.628318530717958640'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-0.628318530717958640]> 
                   with 'l@-0.8588582606215867,-0.0,0.5122133229056649,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.8588582606215867,-0.0,0.5122133229056649,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.4294291303107933,-0.0,0.25610666145283245,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-3.0060039121755535,-0.0,1.7927466301698272,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-3.0060039121755535,-0.0,1.7927466301698272,world]> 
                   with 
                   'l@-129.2031951484462,78.0,288.29615231104145,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.4294291303107933,-0.0,0.25610666145283245,world].points_between[l@-129.2031951484462,78.0,288.29615231104145,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.62662036658146,78.0,286.75951234232446,25.756586,-336.81137,world|l@-126.79839201870578,78.0,286.8619550069056,25.756586,-336.81137,world|l@-126.9701636708301,78.0,286.9643976714867,25.756586,-336.81137,world|l@-127.14193532295441,78.0,287.06684033606786,25.756586,-336.81137,world|l@-127.31370697507873,78.0,287.... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.62662036658146,78.0,286.75951234232446,25.756586,-336.81137,world|l@-126.79839201870578,78.0,286.8619550069056,25.756586,-336.81137,world|l@-126.9701636708301,78.0,286.9643976714867,25.756586,-336.81137,world|l@-127.14193532295441,78.0,287.06684033606786,25.756586,-336.81137,world|l@-127.31370697507873,78.0,287.169283000649,25.756586,-336.81137,world|l@-127.48547862720305,78.0,287.2717256652301,25.7... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.62662036658146,78.0,286.75951234232446,25.756586,-336.81137,world|l@-126.79839201870578,78.0,286.8619550069056,25.756586,-336.81137,world|l@-126.9701636708301,78.0,286.9643976714867,25.756586,-336.81137,world|l@-127.14193532295441,78.0,287.06684033606786,25.756586,-336.81137,world|l@-127.31370697507873,78.0,287.169283000649,25.756586,-336.81137,world|l@-127.48547862720305,78.0,287.2717256652301,25.756586,-336.81137,world|l@-127.65725027932737,78.0,287.37416832981125,2... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.62662036658146,78.0,286.75951234232446,25.756586,-336.81137,world, 
                   l@-126.79839201870578,78.0,286.8619550069056,25.756586,-336.81137,world, 
                   l@-126.9701636708301,78.0,286.9643976714867,25.756586,-336.81137,world, 
                   l@-127.14193532295441,78.0,287.06684033606786,25.756586,-336.81137,world, 
                   l@-127.31370697507873,78.0,287.169283000649,25.756586,-336.81137,world, 
                   l@-127.48547862720305,78.0,287.2717256652301,25.756586,-336.81137,world, 
                   l@-127.65725027932737,7... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 16 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-2.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-2.5]> with 
                   '-0.448798950512827600'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-0.448798950512827600]> 
                   with 'l@-0.7535968346254054,-0.0,0.6573369081700566,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.7535968346254054,-0.0,0.6573369081700566,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.3767984173127027,-0.0,0.3286684540850283,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-2.637588921188919,-0.0,2.3006791785951983,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-2.637588921188919,-0.0,2.3006791785951983,world]> 
                   with 
                   'l@-128.8347801574596,78.0,288.80408485946685,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.3767984173127027,-0.0,0.3286684540850283,world].points_between[l@-128.8347801574596,78.0,288.80408485946685,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.57398965358337,78.0,286.83207413495666,25.756586,-336.81137,world|l@-126.72470902050844,78.0,286.9635415165907,25.756586,-336.81137,world|l@-126.87542838743353,78.0,287.0950088982247,25.756586,-336.81137,world|l@-127.0261477543586,78.0,287.2264762798587,25.756586,-336.81137,world|l@-127.17686712128369,78.0,287.35... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.57398965358337,78.0,286.83207413495666,25.756586,-336.81137,world|l@-126.72470902050844,78.0,286.9635415165907,25.756586,-336.81137,world|l@-126.87542838743353,78.0,287.0950088982247,25.756586,-336.81137,world|l@-127.0261477543586,78.0,287.2264762798587,25.756586,-336.81137,world|l@-127.17686712128369,78.0,287.3579436614927,25.756586,-336.81137,world|l@-127.32758648820877,78.0,287.4894110431267,25.7... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.57398965358337,78.0,286.83207413495666,25.756586,-336.81137,world|l@-126.72470902050844,78.0,286.9635415165907,25.756586,-336.81137,world|l@-126.87542838743353,78.0,287.0950088982247,25.756586,-336.81137,world|l@-127.0261477543586,78.0,287.2264762798587,25.756586,-336.81137,world|l@-127.17686712128369,78.0,287.3579436614927,25.756586,-336.81137,world|l@-127.32758648820877,78.0,287.4894110431267,25.756586,-336.81137,world|l@-127.47830585513385,78.0,287.62087842476075,2... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.57398965358337,78.0,286.83207413495666,25.756586,-336.81137,world, 
                   l@-126.72470902050844,78.0,286.9635415165907,25.756586,-336.81137,world, 
                   l@-126.87542838743353,78.0,287.0950088982247,25.756586,-336.81137,world, 
                   l@-127.0261477543586,78.0,287.2264762798587,25.756586,-336.81137,world, 
                   l@-127.17686712128369,78.0,287.3579436614927,25.756586,-336.81137,world, 
                   l@-127.32758648820877,78.0,287.4894110431267,25.756586,-336.81137,world, 
                   l@-127.47830585513385,7... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 17 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-1.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-1.5]> with 
                   '-0.269279370307696560'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-0.269279370307696560]> 
                   with 'l@-0.6241141863028228,-0.0,0.781333144347253,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.6241141863028228,-0.0,0.781333144347253,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.3120570931514114,-0.0,0.3906665721736265,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-2.18439965205988,-0.0,2.7346660052153853,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-2.18439965205988,-0.0,2.7346660052153853,world]> 
                   with 
                   'l@-128.38159088833055,78.0,289.23807168608704,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.3120570931514114,-0.0,0.3906665721736265,world].points_between[l@-128.38159088833055,78.0,289.23807168608704,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.50924832942208,78.0,286.8940722530453,25.756586,-336.81137,world|l@-126.63407116668265,78.0,287.05033888191474,25.756586,-336.81137,world|l@-126.75889400394321,78.0,287.2066055107842,25.756586,-336.81137,world|l@-126.88371684120378,78.0,287.36287213965363,25.756586,-336.81137,world|l@-127.00853967846435,78.0,287... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.50924832942208,78.0,286.8940722530453,25.756586,-336.81137,world|l@-126.63407116668265,78.0,287.05033888191474,25.756586,-336.81137,world|l@-126.75889400394321,78.0,287.2066055107842,25.756586,-336.81137,world|l@-126.88371684120378,78.0,287.36287213965363,25.756586,-336.81137,world|l@-127.00853967846435,78.0,287.5191387685231,25.756586,-336.81137,world|l@-127.1333625157249,78.0,287.6754053973925,25.... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.50924832942208,78.0,286.8940722530453,25.756586,-336.81137,world|l@-126.63407116668265,78.0,287.05033888191474,25.756586,-336.81137,world|l@-126.75889400394321,78.0,287.2066055107842,25.756586,-336.81137,world|l@-126.88371684120378,78.0,287.36287213965363,25.756586,-336.81137,world|l@-127.00853967846435,78.0,287.5191387685231,25.756586,-336.81137,world|l@-127.1333625157249,78.0,287.6754053973925,25.756586,-336.81137,world|l@-127.25818535298546,78.0,287.83167202626197,... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.50924832942208,78.0,286.8940722530453,25.756586,-336.81137,world, 
                   l@-126.63407116668265,78.0,287.05033888191474,25.756586,-336.81137,world, 
                   l@-126.75889400394321,78.0,287.2066055107842,25.756586,-336.81137,world, 
                   l@-126.88371684120378,78.0,287.36287213965363,25.756586,-336.81137,world, 
                   l@-127.00853967846435,78.0,287.5191387685231,25.756586,-336.81137,world, 
                   l@-127.1333625157249,78.0,287.6754053973925,25.756586,-336.81137,world, 
                   l@-127.25818535298546,... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 18 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '-0.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[-0.5]> with 
                   '-0.089759790102565520'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[-0.089759790102565520]> 
                   with 'l@-0.47457199450960447,-0.0,0.8802166903820763,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.47457199450960447,-0.0,0.8802166903820763,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.23728599725480223,-0.0,0.44010834519103814,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-1.6610019807836156,-0.0,3.080758416337267,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-1.6610019807836156,-0.0,3.080758416337267,world]> 
                   with 
                   'l@-127.85819321705428,78.0,289.58416409720894,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.23728599725480223,-0.0,0.44010834519103814,world].points_between[l@-127.85819321705428,78.0,289.58416409720894,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.43447723352547,78.0,286.9435140260627,25.756586,-336.81137,world|l@-126.52939163242739,78.0,287.1195573641391,25.756586,-336.81137,world|l@-126.62430603132931,78.0,287.29560070221555,25.756586,-336.81137,world|l@-126.71922043023123,78.0,287.47164404029195,25.756586,-336.81137,world|l@-126.81413482913315,78.0,2... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.43447723352547,78.0,286.9435140260627,25.756586,-336.81137,world|l@-126.52939163242739,78.0,287.1195573641391,25.756586,-336.81137,world|l@-126.62430603132931,78.0,287.29560070221555,25.756586,-336.81137,world|l@-126.71922043023123,78.0,287.47164404029195,25.756586,-336.81137,world|l@-126.81413482913315,78.0,287.64768737836835,25.756586,-336.81137,world|l@-126.90904922803507,78.0,287.8237307164448,2... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.43447723352547,78.0,286.9435140260627,25.756586,-336.81137,world|l@-126.52939163242739,78.0,287.1195573641391,25.756586,-336.81137,world|l@-126.62430603132931,78.0,287.29560070221555,25.756586,-336.81137,world|l@-126.71922043023123,78.0,287.47164404029195,25.756586,-336.81137,world|l@-126.81413482913315,78.0,287.64768737836835,25.756586,-336.81137,world|l@-126.90904922803507,78.0,287.8237307164448,25.756586,-336.81137,world|l@-127.003963626937,78.0,287.9997740545212,2... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.43447723352547,78.0,286.9435140260627,25.756586,-336.81137,world, 
                   l@-126.52939163242739,78.0,287.1195573641391,25.756586,-336.81137,world, 
                   l@-126.62430603132931,78.0,287.29560070221555,25.756586,-336.81137,world, 
                   l@-126.71922043023123,78.0,287.47164404029195,25.756586,-336.81137,world, 
                   l@-126.81413482913315,78.0,287.64768737836835,25.756586,-336.81137,world, 
                   l@-126.90904922803507,78.0,287.8237307164448,25.756586,-336.81137,world, 
                   l@-127.003963626937,... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 19 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '0.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[0.5]> with 
                   '0.089759790102565520'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[0.089759790102565520]> 
                   with 'l@-0.3097766683337097,-0.0,0.9508093477433144,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.3097766683337097,-0.0,0.9508093477433144,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.15488833416685485,-0.0,0.4754046738716572,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-1.084218339167984,-0.0,3.3278327171016002,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-1.084218339167984,-0.0,3.3278327171016002,world]> 
                   with 
                   'l@-127.28140957543866,78.0,289.83123839797327,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.15488833416685485,-0.0,0.4754046738716572,world].points_between[l@-127.28140957543866,78.0,289.83123839797327,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.35207957043752,78.0,286.9788103547433,25.756586,-336.81137,world|l@-126.41403490410427,78.0,287.16897222429196,25.756586,-336.81137,world|l@-126.47599023777101,78.0,287.3591340938406,25.756586,-336.81137,world|l@-126.53794557143775,78.0,287.5492959633893,25.756586,-336.81137,world|l@-126.59990090510449,78.0,287... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.35207957043752,78.0,286.9788103547433,25.756586,-336.81137,world|l@-126.41403490410427,78.0,287.16897222429196,25.756586,-336.81137,world|l@-126.47599023777101,78.0,287.3591340938406,25.756586,-336.81137,world|l@-126.53794557143775,78.0,287.5492959633893,25.756586,-336.81137,world|l@-126.59990090510449,78.0,287.73945783293794,25.756586,-336.81137,world|l@-126.66185623877124,78.0,287.9296197024866,25... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.35207957043752,78.0,286.9788103547433,25.756586,-336.81137,world|l@-126.41403490410427,78.0,287.16897222429196,25.756586,-336.81137,world|l@-126.47599023777101,78.0,287.3591340938406,25.756586,-336.81137,world|l@-126.53794557143775,78.0,287.5492959633893,25.756586,-336.81137,world|l@-126.59990090510449,78.0,287.73945783293794,25.756586,-336.81137,world|l@-126.66185623877124,78.0,287.9296197024866,25.756586,-336.81137,world|l@-126.72381157243798,78.0,288.11978157203527... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.35207957043752,78.0,286.9788103547433,25.756586,-336.81137,world, 
                   l@-126.41403490410427,78.0,287.16897222429196,25.756586,-336.81137,world, 
                   l@-126.47599023777101,78.0,287.3591340938406,25.756586,-336.81137,world, 
                   l@-126.53794557143775,78.0,287.5492959633893,25.756586,-336.81137,world, 
                   l@-126.59990090510449,78.0,287.73945783293794,25.756586,-336.81137,world, 
                   l@-126.66185623877124,78.0,287.9296197024866,25.756586,-336.81137,world, 
                   l@-126.72381157243798... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 20 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '1.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[1.5]> with 
                   '0.269279370307696560'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[0.269279370307696560]> 
                   with 'l@-0.13502486515247783,-0.0,0.990842210339545,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@-0.13502486515247783,-0.0,0.990842210339545,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@-0.06751243257623891,-0.0,0.4954211051697725,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@-0.4725870280336724,-0.0,3.4679477361884077,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.4725870280336724,-0.0,3.4679477361884077,world]> 
                   with 
                   'l@-126.66977826430434,78.0,289.9713534170601,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@-0.06751243257623891,-0.0,0.4954211051697725,world].points_between[l@-126.66977826430434,78.0,289.9713534170601,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.2647036688469,78.0,286.99882678604143,25.756586,-336.81137,world|l@-126.2917086418774,78.0,287.19699522810936,25.756586,-336.81137,world|l@-126.31871361490789,78.0,287.3951636701772,25.756586,-336.81137,world|l@-126.34571858793839,78.0,287.59333211224515,25.756586,-336.81137,world|l@-126.3727235609689,78.0,287.7... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.2647036688469,78.0,286.99882678604143,25.756586,-336.81137,world|l@-126.2917086418774,78.0,287.19699522810936,25.756586,-336.81137,world|l@-126.31871361490789,78.0,287.3951636701772,25.756586,-336.81137,world|l@-126.34571858793839,78.0,287.59333211224515,25.756586,-336.81137,world|l@-126.3727235609689,78.0,287.7915005543131,25.756586,-336.81137,world|l@-126.39972853399938,78.0,287.989668996381,25.75... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.2647036688469,78.0,286.99882678604143,25.756586,-336.81137,world|l@-126.2917086418774,78.0,287.19699522810936,25.756586,-336.81137,world|l@-126.31871361490789,78.0,287.3951636701772,25.756586,-336.81137,world|l@-126.34571858793839,78.0,287.59333211224515,25.756586,-336.81137,world|l@-126.3727235609689,78.0,287.7915005543131,25.756586,-336.81137,world|l@-126.39972853399938,78.0,287.989668996381,25.756586,-336.81137,world|l@-126.42673350702988,78.0,288.18783743844887,25... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.2647036688469,78.0,286.99882678604143,25.756586,-336.81137,world, 
                   l@-126.2917086418774,78.0,287.19699522810936,25.756586,-336.81137,world, 
                   l@-126.31871361490789,78.0,287.3951636701772,25.756586,-336.81137,world, 
                   l@-126.34571858793839,78.0,287.59333211224515,25.756586,-336.81137,world, 
                   l@-126.3727235609689,78.0,287.7915005543131,25.756586,-336.81137,world, 
                   l@-126.39972853399938,78.0,287.989668996381,25.756586,-336.81137,world, 
                   l@-126.42673350702988,78... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 21 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '2.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[2.5]> with 
                   '0.448798950512827600'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[0.448798950512827600]> 
                   with 'l@0.04406674829358376,-0.0,0.9990285890277766,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.04406674829358376,-0.0,0.9990285890277766,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.02203337414679188,-0.0,0.4995142945138883,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@0.15423361902754315,-0.0,3.496600061597218,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.15423361902754315,-0.0,3.496600061597218,world]> 
                   with 
                   'l@-126.04295761724313,78.0,290.0000057424689,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.02203337414679188,-0.0,0.4995142945138883,world].points_between[l@-126.04295761724313,78.0,290.0000057424689,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.17515786212388,78.0,287.00291997538557,25.756586,-336.81137,world|l@-126.16634451246516,78.0,287.2027256931911,25.756586,-336.81137,world|l@-126.15753116280645,78.0,287.4025314109967,25.756586,-336.81137,world|l@-126.14871781314773,78.0,287.6023371288022,25.756586,-336.81137,world|l@-126.13990446348902,78.0,287.8... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.17515786212388,78.0,287.00291997538557,25.756586,-336.81137,world|l@-126.16634451246516,78.0,287.2027256931911,25.756586,-336.81137,world|l@-126.15753116280645,78.0,287.4025314109967,25.756586,-336.81137,world|l@-126.14871781314773,78.0,287.6023371288022,25.756586,-336.81137,world|l@-126.13990446348902,78.0,287.8021428466078,25.756586,-336.81137,world|l@-126.1310911138303,78.0,288.00194856441334,25.... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.17515786212388,78.0,287.00291997538557,25.756586,-336.81137,world|l@-126.16634451246516,78.0,287.2027256931911,25.756586,-336.81137,world|l@-126.15753116280645,78.0,287.4025314109967,25.756586,-336.81137,world|l@-126.14871781314773,78.0,287.6023371288022,25.756586,-336.81137,world|l@-126.13990446348902,78.0,287.8021428466078,25.756586,-336.81137,world|l@-126.1310911138303,78.0,288.00194856441334,25.756586,-336.81137,world|l@-126.12227776417159,78.0,288.2017542822189,2... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.17515786212388,78.0,287.00291997538557,25.756586,-336.81137,world, 
                   l@-126.16634451246516,78.0,287.2027256931911,25.756586,-336.81137,world, 
                   l@-126.15753116280645,78.0,287.4025314109967,25.756586,-336.81137,world, 
                   l@-126.14871781314773,78.0,287.6023371288022,25.756586,-336.81137,world, 
                   l@-126.13990446348902,78.0,287.8021428466078,25.756586,-336.81137,world, 
                   l@-126.1310911138303,78.0,288.00194856441334,25.756586,-336.81137,world, 
                   l@-126.12227776417159,... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 22 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '3.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[3.5]> with 
                   '0.628318530717958640'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[0.628318530717958640]> 
                   with 'l@0.2217420201912484,-0.0,0.9751053668611942,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.2217420201912484,-0.0,0.9751053668611942,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.1108710100956242,-0.0,0.4875526834305971,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@0.7760970706693694,-0.0,3.41286878401418,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.7760970706693694,-0.0,3.41286878401418,world]> 
                   with 
                   'l@-125.4210941656013,78.0,289.9162744648858,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.1108710100956242,-0.0,0.4875526834305971,world].points_between[l@-125.4210941656013,78.0,289.9162744648858,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.08632022617505,78.0,286.99095836430223,25.756586,-336.81137,world|l@-126.0419718221368,78.0,287.18597943767446,25.756586,-336.81137,world|l@-125.99762341809854,78.0,287.3810005110467,25.756586,-336.81137,world|l@-125.9532750140603,78.0,287.5760215844189,25.756586,-336.81137,world|l@-125.90892661002205,78.0,287.7710... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.08632022617505,78.0,286.99095836430223,25.756586,-336.81137,world|l@-126.0419718221368,78.0,287.18597943767446,25.756586,-336.81137,world|l@-125.99762341809854,78.0,287.3810005110467,25.756586,-336.81137,world|l@-125.9532750140603,78.0,287.5760215844189,25.756586,-336.81137,world|l@-125.90892661002205,78.0,287.7710426577912,25.756586,-336.81137,world|l@-125.8645782059838,78.0,287.96606373116344,25.7... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.08632022617505,78.0,286.99095836430223,25.756586,-336.81137,world|l@-126.0419718221368,78.0,287.18597943767446,25.756586,-336.81137,world|l@-125.99762341809854,78.0,287.3810005110467,25.756586,-336.81137,world|l@-125.9532750140603,78.0,287.5760215844189,25.756586,-336.81137,world|l@-125.90892661002205,78.0,287.7710426577912,25.756586,-336.81137,world|l@-125.8645782059838,78.0,287.96606373116344,25.756586,-336.81137,world|l@-125.82022980194554,78.0,288.1610848045357,25... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.08632022617505,78.0,286.99095836430223,25.756586,-336.81137,world, 
                   l@-126.0419718221368,78.0,287.18597943767446,25.756586,-336.81137,world, 
                   l@-125.99762341809854,78.0,287.3810005110467,25.756586,-336.81137,world, 
                   l@-125.9532750140603,78.0,287.5760215844189,25.756586,-336.81137,world, 
                   l@-125.90892661002205,78.0,287.7710426577912,25.756586,-336.81137,world, 
                   l@-125.8645782059838,78.0,287.96606373116344,25.756586,-336.81137,world, 
                   l@-125.82022980194554,7... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 23 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '4.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[4.5]> with 
                   '0.807838110923089680'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[0.807838110923089680]> 
                   with 'l@0.3922903211100242,-0.0,0.9198414558843249,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.3922903211100242,-0.0,0.9198414558843249,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.1961451605550121,-0.0,0.45992072794216243,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@1.3730161238850846,-0.0,3.219445095595137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@1.3730161238850846,-0.0,3.219445095595137,world]> 
                   with 
                   'l@-124.82417511238559,78.0,289.72285077646677,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.1961451605550121,-0.0,0.45992072794216243,world].points_between[l@-124.82417511238559,78.0,289.72285077646677,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.00104607571566,78.0,286.9633264088138,25.756586,-336.81137,world|l@-125.92258801149366,78.0,287.1472946999907,25.756586,-336.81137,world|l@-125.84412994727165,78.0,287.33126299116753,25.756586,-336.81137,world|l@-125.76567188304965,78.0,287.5152312823444,25.756586,-336.81137,world|l@-125.68721381882764,78.0,287.... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.00104607571566,78.0,286.9633264088138,25.756586,-336.81137,world|l@-125.92258801149366,78.0,287.1472946999907,25.756586,-336.81137,world|l@-125.84412994727165,78.0,287.33126299116753,25.756586,-336.81137,world|l@-125.76567188304965,78.0,287.5152312823444,25.756586,-336.81137,world|l@-125.68721381882764,78.0,287.6991995735213,25.756586,-336.81137,world|l@-125.60875575460564,78.0,287.8831678646981,25.... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.00104607571566,78.0,286.9633264088138,25.756586,-336.81137,world|l@-125.92258801149366,78.0,287.1472946999907,25.756586,-336.81137,world|l@-125.84412994727165,78.0,287.33126299116753,25.756586,-336.81137,world|l@-125.76567188304965,78.0,287.5152312823444,25.756586,-336.81137,world|l@-125.68721381882764,78.0,287.6991995735213,25.756586,-336.81137,world|l@-125.60875575460564,78.0,287.8831678646981,25.756586,-336.81137,world|l@-125.53029769038363,78.0,288.067136155875,25... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.00104607571566,78.0,286.9633264088138,25.756586,-336.81137,world, 
                   l@-125.92258801149366,78.0,287.1472946999907,25.756586,-336.81137,world, 
                   l@-125.84412994727165,78.0,287.33126299116753,25.756586,-336.81137,world, 
                   l@-125.76567188304965,78.0,287.5152312823444,25.756586,-336.81137,world, 
                   l@-125.68721381882764,78.0,287.6991995735213,25.756586,-336.81137,world, 
                   l@-125.60875575460564,78.0,287.8831678646981,25.756586,-336.81137,world, 
                   l@-125.53029769038363,... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 24 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '5.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[5.5]> with 
                   '0.987357691128220720'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[0.987357691128220720]> 
                   with 'l@0.5502300883307727,-0.0,0.8350130836672621,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.5502300883307727,-0.0,0.8350130836672621,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.27511504416538635,-0.0,0.41750654183363106,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@1.9258053091577043,-0.0,2.9225457928354173,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@1.9258053091577043,-0.0,2.9225457928354173,world]> 
                   with 
                   'l@-124.27138592711296,78.0,289.4259514737071,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.27511504416538635,-0.0,0.41750654183363106,world].points_between[l@-124.27138592711296,78.0,289.4259514737071,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-125.92207619210528,78.0,286.9209122227053,25.756586,-336.81137,world|l@-125.81203017443913,78.0,287.0879148394387,25.756586,-336.81137,world|l@-125.70198415677297,78.0,287.25491745617217,25.756586,-336.81137,world|l@-125.59193813910682,78.0,287.42192007290566,25.756586,-336.81137,world|l@-125.48189212144067,78.0,287... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-125.92207619210528,78.0,286.9209122227053,25.756586,-336.81137,world|l@-125.81203017443913,78.0,287.0879148394387,25.756586,-336.81137,world|l@-125.70198415677297,78.0,287.25491745617217,25.756586,-336.81137,world|l@-125.59193813910682,78.0,287.42192007290566,25.756586,-336.81137,world|l@-125.48189212144067,78.0,287.5889226896391,25.756586,-336.81137,world|l@-125.3718461037745,78.0,287.75592530637255,25... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-125.92207619210528,78.0,286.9209122227053,25.756586,-336.81137,world|l@-125.81203017443913,78.0,287.0879148394387,25.756586,-336.81137,world|l@-125.70198415677297,78.0,287.25491745617217,25.756586,-336.81137,world|l@-125.59193813910682,78.0,287.42192007290566,25.756586,-336.81137,world|l@-125.48189212144067,78.0,287.5889226896391,25.756586,-336.81137,world|l@-125.3718461037745,78.0,287.75592530637255,25.756586,-336.81137,world|l@-125.26180008610835,78.0,287.922927923106,2... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-125.92207619210528,78.0,286.9209122227053,25.756586,-336.81137,world, 
                   l@-125.81203017443913,78.0,287.0879148394387,25.756586,-336.81137,world, 
                   l@-125.70198415677297,78.0,287.25491745617217,25.756586,-336.81137,world, 
                   l@-125.59193813910682,78.0,287.42192007290566,25.756586,-336.81137,world, 
                   l@-125.48189212144067,78.0,287.5889226896391,25.756586,-336.81137,world, 
                   l@-125.3718461037745,78.0,287.75592530637255,25.756586,-336.81137,world, 
                   l@-125.26180008610835... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 25 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '6.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[6.5]> with 
                   '1.166877271333351760'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[1.166877271333351760]> 
                   with 'l@0.6904850077817453,-0.0,0.72334670389008,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.6904850077817453,-0.0,0.72334670389008,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.34524250389087263,-0.0,0.36167335194504,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@2.416697527236108,-0.0,2.5317134636152803,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@2.416697527236108,-0.0,2.5317134636152803,world]> 
                   with 
                   'l@-123.78049370903456,78.0,289.03511914448694,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.34524250389087263,-0.0,0.36167335194504,world].points_between[l@-123.78049370903456,78.0,289.03511914448694,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-125.8519487323798,78.0,286.8650790328167,25.756586,-336.81137,world|l@-125.71385173082345,78.0,287.00974837359473,25.756586,-336.81137,world|l@-125.5757547292671,78.0,287.15441771437276,25.756586,-336.81137,world|l@-125.43765772771074,78.0,287.2990870551508,25.756586,-336.81137,world|l@-125.2995607261544,78.0,287.4437... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-125.8519487323798,78.0,286.8650790328167,25.756586,-336.81137,world|l@-125.71385173082345,78.0,287.00974837359473,25.756586,-336.81137,world|l@-125.5757547292671,78.0,287.15441771437276,25.756586,-336.81137,world|l@-125.43765772771074,78.0,287.2990870551508,25.756586,-336.81137,world|l@-125.2995607261544,78.0,287.44375639592874,25.756586,-336.81137,world|l@-125.16146372459805,78.0,287.58842573670677,25.... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-125.8519487323798,78.0,286.8650790328167,25.756586,-336.81137,world|l@-125.71385173082345,78.0,287.00974837359473,25.756586,-336.81137,world|l@-125.5757547292671,78.0,287.15441771437276,25.756586,-336.81137,world|l@-125.43765772771074,78.0,287.2990870551508,25.756586,-336.81137,world|l@-125.2995607261544,78.0,287.44375639592874,25.756586,-336.81137,world|l@-125.16146372459805,78.0,287.58842573670677,25.756586,-336.81137,world|l@-125.0233667230417,78.0,287.7330950774848,25... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-125.8519487323798,78.0,286.8650790328167,25.756586,-336.81137,world, 
                   l@-125.71385173082345,78.0,287.00974837359473,25.756586,-336.81137,world, 
                   l@-125.5757547292671,78.0,287.15441771437276,25.756586,-336.81137,world, 
                   l@-125.43765772771074,78.0,287.2990870551508,25.756586,-336.81137,world, 
                   l@-125.2995607261544,78.0,287.44375639592874,25.756586,-336.81137,world, 
                   l@-125.16146372459805,78.0,287.58842573670677,25.756586,-336.81137,world, 
                   l@-125.0233667230417,7... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 26 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '7.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[7.5]> with 
                   '1.346396851538482800'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[1.346396851538482800]> 
                   with 'l@0.8085471709496559,-0.0,0.5884313658782204,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.8085471709496559,-0.0,0.5884313658782204,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.40427358547482795,-0.0,0.2942156829391102,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@2.8299150983237955,-0.0,2.0595097805737717,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@2.8299150983237955,-0.0,2.0595097805737717,world]> 
                   with 
                   'l@-123.36727613794687,78.0,288.5629154614454,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.40427358547482795,-0.0,0.2942156829391102,world].points_between[l@-123.36727613794687,78.0,288.5629154614454,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-125.79291765079584,78.0,286.7976213638108,25.756586,-336.81137,world|l@-125.63120821660591,78.0,286.9153076369864,25.756586,-336.81137,world|l@-125.46949878241598,78.0,287.0329939101621,25.756586,-336.81137,world|l@-125.30778934822605,78.0,287.1506801833377,25.756586,-336.81137,world|l@-125.14607991403612,78.0,287.26... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-125.79291765079584,78.0,286.7976213638108,25.756586,-336.81137,world|l@-125.63120821660591,78.0,286.9153076369864,25.756586,-336.81137,world|l@-125.46949878241598,78.0,287.0329939101621,25.756586,-336.81137,world|l@-125.30778934822605,78.0,287.1506801833377,25.756586,-336.81137,world|l@-125.14607991403612,78.0,287.2683664565134,25.756586,-336.81137,world|l@-124.98437047984618,78.0,287.38605272968897,25.... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-125.79291765079584,78.0,286.7976213638108,25.756586,-336.81137,world|l@-125.63120821660591,78.0,286.9153076369864,25.756586,-336.81137,world|l@-125.46949878241598,78.0,287.0329939101621,25.756586,-336.81137,world|l@-125.30778934822605,78.0,287.1506801833377,25.756586,-336.81137,world|l@-125.14607991403612,78.0,287.2683664565134,25.756586,-336.81137,world|l@-124.98437047984618,78.0,287.38605272968897,25.756586,-336.81137,world|l@-124.82266104565625,78.0,287.5037390028646,2... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-125.79291765079584,78.0,286.7976213638108,25.756586,-336.81137,world, 
                   l@-125.63120821660591,78.0,286.9153076369864,25.756586,-336.81137,world, 
                   l@-125.46949878241598,78.0,287.0329939101621,25.756586,-336.81137,world, 
                   l@-125.30778934822605,78.0,287.1506801833377,25.756586,-336.81137,world, 
                   l@-125.14607991403612,78.0,287.2683664565134,25.756586,-336.81137,world, 
                   l@-124.98437047984618,78.0,287.38605272968897,25.756586,-336.81137,world, 
                   l@-124.82266104565625,... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 27 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '8.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[8.5]> with 
                   '1.525916431743613840'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[1.525916431743613840]> 
                   with 'l@0.9006219627684161,-0.0,0.4346033596040942,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.9006219627684161,-0.0,0.4346033596040942,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.45031098138420805,-0.0,0.2173016798020471,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@3.1521768696894563,-0.0,1.5211117586143297,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@3.1521768696894563,-0.0,1.5211117586143297,world]> 
                   with 
                   'l@-123.04501436658121,78.0,288.024517439486,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.45031098138420805,-0.0,0.2173016798020471,world].points_between[l@-123.04501436658121,78.0,288.024517439486,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-125.74688025488646,78.0,286.7207073606737,25.756586,-336.81137,world|l@-125.56675586233278,78.0,286.80762803259455,25.756586,-336.81137,world|l@-125.38663146977909,78.0,286.89454870451533,25.756586,-336.81137,world|l@-125.20650707722541,78.0,286.98146937643617,25.756586,-336.81137,world|l@-125.02638268467173,78.0,287.... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-125.74688025488646,78.0,286.7207073606737,25.756586,-336.81137,world|l@-125.56675586233278,78.0,286.80762803259455,25.756586,-336.81137,world|l@-125.38663146977909,78.0,286.89454870451533,25.756586,-336.81137,world|l@-125.20650707722541,78.0,286.98146937643617,25.756586,-336.81137,world|l@-125.02638268467173,78.0,287.068390048357,25.756586,-336.81137,world|l@-124.84625829211805,78.0,287.1553107202778,25... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-125.74688025488646,78.0,286.7207073606737,25.756586,-336.81137,world|l@-125.56675586233278,78.0,286.80762803259455,25.756586,-336.81137,world|l@-125.38663146977909,78.0,286.89454870451533,25.756586,-336.81137,world|l@-125.20650707722541,78.0,286.98146937643617,25.756586,-336.81137,world|l@-125.02638268467173,78.0,287.068390048357,25.756586,-336.81137,world|l@-124.84625829211805,78.0,287.1553107202778,25.756586,-336.81137,world|l@-124.66613389956436,78.0,287.2422313921986,... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-125.74688025488646,78.0,286.7207073606737,25.756586,-336.81137,world, 
                   l@-125.56675586233278,78.0,286.80762803259455,25.756586,-336.81137,world, 
                   l@-125.38663146977909,78.0,286.89454870451533,25.756586,-336.81137,world, 
                   l@-125.20650707722541,78.0,286.98146937643617,25.756586,-336.81137,world, 
                   l@-125.02638268467173,78.0,287.068390048357,25.756586,-336.81137,world, 
                   l@-124.84625829211805,78.0,287.1553107202778,25.756586,-336.81137,world, 
                   l@-124.66613389956436... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 28 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '9.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[9.5]> with 
                   '1.705436011948744880'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[1.705436011948744880]> 
                   with 'l@0.9637500236695804,-0.0,0.26680684375945696,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.9637500236695804,-0.0,0.26680684375945696,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.4818750118347902,-0.0,0.13340342187972848,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@3.3731250828435315,-0.0,0.9338239531580994,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@3.3731250828435315,-0.0,0.9338239531580994,world]> 
                   with 
                   'l@-122.82406615342714,78.0,287.43722963402973,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.4818750118347902,-0.0,0.13340342187972848,world].points_between[l@-122.82406615342714,78.0,287.43722963402973,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-125.71531622443588,78.0,286.6368091027514,25.756586,-336.81137,world|l@-125.52256621970197,78.0,286.6901704715033,25.756586,-336.81137,world|l@-125.32981621496805,78.0,286.7435318402552,25.756586,-336.81137,world|l@-125.13706621023414,78.0,286.79689320900707,25.756586,-336.81137,world|l@-124.94431620550021,78.0,286.... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-125.71531622443588,78.0,286.6368091027514,25.756586,-336.81137,world|l@-125.52256621970197,78.0,286.6901704715033,25.756586,-336.81137,world|l@-125.32981621496805,78.0,286.7435318402552,25.756586,-336.81137,world|l@-125.13706621023414,78.0,286.79689320900707,25.756586,-336.81137,world|l@-124.94431620550021,78.0,286.85025457775896,25.756586,-336.81137,world|l@-124.7515662007663,78.0,286.90361594651085,25... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-125.71531622443588,78.0,286.6368091027514,25.756586,-336.81137,world|l@-125.52256621970197,78.0,286.6901704715033,25.756586,-336.81137,world|l@-125.32981621496805,78.0,286.7435318402552,25.756586,-336.81137,world|l@-125.13706621023414,78.0,286.79689320900707,25.756586,-336.81137,world|l@-124.94431620550021,78.0,286.85025457775896,25.756586,-336.81137,world|l@-124.7515662007663,78.0,286.90361594651085,25.756586,-336.81137,world|l@-124.55881619603238,78.0,286.95697731526275... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-125.71531622443588,78.0,286.6368091027514,25.756586,-336.81137,world, 
                   l@-125.52256621970197,78.0,286.6901704715033,25.756586,-336.81137,world, 
                   l@-125.32981621496805,78.0,286.7435318402552,25.756586,-336.81137,world, 
                   l@-125.13706621023414,78.0,286.79689320900707,25.756586,-336.81137,world, 
                   l@-124.94431620550021,78.0,286.85025457775896,25.756586,-336.81137,world, 
                   l@-124.7515662007663,78.0,286.90361594651085,25.756586,-336.81137,world, 
                   l@-124.55881619603238... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 29 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '10.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[10.5]> with 
                   '1.884955592153875920'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[1.884955592153875920]> 
                   with 'l@0.9959023658338435,-0.0,0.09043493642698852,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.9959023658338435,-0.0,0.09043493642698852,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.49795118291692175,-0.0,0.04521746821349426,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@3.4856582804184524,-0.0,0.3165222774944598,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@3.4856582804184524,-0.0,0.3165222774944598,world]> 
                   with 
                   'l@-122.71153295585222,78.0,286.8199279583661,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.49795118291692175,-0.0,0.04521746821349426,world].points_between[l@-122.71153295585222,78.0,286.8199279583661,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-125.69924005335375,78.0,286.54862314908513,25.756586,-336.81137,world|l@-125.50005958018698,78.0,286.56671013637055,25.756586,-336.81137,world|l@-125.30087910702021,78.0,286.5847971236559,25.756586,-336.81137,world|l@-125.10169863385345,78.0,286.6028841109413,25.756586,-336.81137,world|l@-124.90251816068667,78.0,286... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-125.69924005335375,78.0,286.54862314908513,25.756586,-336.81137,world|l@-125.50005958018698,78.0,286.56671013637055,25.756586,-336.81137,world|l@-125.30087910702021,78.0,286.5847971236559,25.756586,-336.81137,world|l@-125.10169863385345,78.0,286.6028841109413,25.756586,-336.81137,world|l@-124.90251816068667,78.0,286.62097109822673,25.756586,-336.81137,world|l@-124.7033376875199,78.0,286.63905808551215,2... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-125.69924005335375,78.0,286.54862314908513,25.756586,-336.81137,world|l@-125.50005958018698,78.0,286.56671013637055,25.756586,-336.81137,world|l@-125.30087910702021,78.0,286.5847971236559,25.756586,-336.81137,world|l@-125.10169863385345,78.0,286.6028841109413,25.756586,-336.81137,world|l@-124.90251816068667,78.0,286.62097109822673,25.756586,-336.81137,world|l@-124.7033376875199,78.0,286.63905808551215,25.756586,-336.81137,world|l@-124.50415721435314,78.0,286.6571450727975... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-125.69924005335375,78.0,286.54862314908513,25.756586,-336.81137,world, 
                   l@-125.50005958018698,78.0,286.56671013637055,25.756586,-336.81137,world, 
                   l@-125.30087910702021,78.0,286.5847971236559,25.756586,-336.81137,world, 
                   l@-125.10169863385345,78.0,286.6028841109413,25.756586,-336.81137,world, 
                   l@-124.90251816068667,78.0,286.62097109822673,25.756586,-336.81137,world, 
                   l@-124.7033376875199,78.0,286.63905808551215,25.756586,-336.81137,world, 
                   l@-124.5041572143531... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 30 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '11.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[11.5]> with 
                   '2.064475172359006960'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[2.064475172359006960]> 
                   with 'l@0.9960455865290107,-0.0,-0.08884362417235692,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.9960455865290107,-0.0,-0.08884362417235692,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.4980227932645053,-0.0,-0.04442181208617846,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@3.4861595528515372,-0.0,-0.3109526846032492,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@3.4861595528515372,-0.0,-0.3109526846032492,world]> 
                   with 
                   'l@-122.71103168341914,78.0,286.1924529962684,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.4980227932645053,-0.0,-0.04442181208617846,world].points_between[l@-122.71103168341914,78.0,286.1924529962684,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-125.69916844300616,78.0,286.4589838687855,25.756586,-336.81137,world|l@-125.49995932570036,78.0,286.441215143951,25.756586,-336.81137,world|l@-125.30075020839456,78.0,286.42344641911654,25.756586,-336.81137,world|l@-125.10154109108875,78.0,286.4056776942821,25.756586,-336.81137,world|l@-124.90233197378295,78.0,286.3... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-125.69916844300616,78.0,286.4589838687855,25.756586,-336.81137,world|l@-125.49995932570036,78.0,286.441215143951,25.756586,-336.81137,world|l@-125.30075020839456,78.0,286.42344641911654,25.756586,-336.81137,world|l@-125.10154109108875,78.0,286.4056776942821,25.756586,-336.81137,world|l@-124.90233197378295,78.0,286.3879089694476,25.756586,-336.81137,world|l@-124.70312285647715,78.0,286.37014024461314,25.... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-125.69916844300616,78.0,286.4589838687855,25.756586,-336.81137,world|l@-125.49995932570036,78.0,286.441215143951,25.756586,-336.81137,world|l@-125.30075020839456,78.0,286.42344641911654,25.756586,-336.81137,world|l@-125.10154109108875,78.0,286.4056776942821,25.756586,-336.81137,world|l@-124.90233197378295,78.0,286.3879089694476,25.756586,-336.81137,world|l@-124.70312285647715,78.0,286.37014024461314,25.756586,-336.81137,world|l@-124.50391373917135,78.0,286.35237151977867,... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-125.69916844300616,78.0,286.4589838687855,25.756586,-336.81137,world, 
                   l@-125.49995932570036,78.0,286.441215143951,25.756586,-336.81137,world, 
                   l@-125.30075020839456,78.0,286.42344641911654,25.756586,-336.81137,world, 
                   l@-125.10154109108875,78.0,286.4056776942821,25.756586,-336.81137,world, 
                   l@-124.90233197378295,78.0,286.3879089694476,25.756586,-336.81137,world, 
                   l@-124.70312285647715,78.0,286.37014024461314,25.756586,-336.81137,world, 
                   l@-124.50391373917135,... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 31 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '12.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[12.5]> with 
                   '2.243994752564138000'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[2.243994752564138000]> 
                   with 'l@0.9641750825240973,-0.0,-0.2652666775900253,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.9641750825240973,-0.0,-0.2652666775900253,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.48208754126204867,-0.0,-0.13263333879501266,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@3.374612788834341,-0.0,-0.9284333715650885,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@3.374612788834341,-0.0,-0.9284333715650885,world]> 
                   with 
                   'l@-122.82257844743633,78.0,285.5749723093066,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.48208754126204867,-0.0,-0.13263333879501266,world].points_between[l@-122.82257844743633,78.0,285.5749723093066,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-125.71510369500862,78.0,286.37077234207663,25.756586,-336.81137,world|l@-125.5222686785038,78.0,286.3177190065586,25.756586,-336.81137,world|l@-125.32943366199898,78.0,286.26466567104063,25.756586,-336.81137,world|l@-125.13659864549416,78.0,286.2116123355226,25.756586,-336.81137,world|l@-124.94376362898934,78.0,286... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-125.71510369500862,78.0,286.37077234207663,25.756586,-336.81137,world|l@-125.5222686785038,78.0,286.3177190065586,25.756586,-336.81137,world|l@-125.32943366199898,78.0,286.26466567104063,25.756586,-336.81137,world|l@-125.13659864549416,78.0,286.2116123355226,25.756586,-336.81137,world|l@-124.94376362898934,78.0,286.15855900000463,25.756586,-336.81137,world|l@-124.75092861248453,78.0,286.1055056644866,25... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-125.71510369500862,78.0,286.37077234207663,25.756586,-336.81137,world|l@-125.5222686785038,78.0,286.3177190065586,25.756586,-336.81137,world|l@-125.32943366199898,78.0,286.26466567104063,25.756586,-336.81137,world|l@-125.13659864549416,78.0,286.2116123355226,25.756586,-336.81137,world|l@-124.94376362898934,78.0,286.15855900000463,25.756586,-336.81137,world|l@-124.75092861248453,78.0,286.1055056644866,25.756586,-336.81137,world|l@-124.5580935959797,78.0,286.0524523289686,2... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-125.71510369500862,78.0,286.37077234207663,25.756586,-336.81137,world, 
                   l@-125.5222686785038,78.0,286.3177190065586,25.756586,-336.81137,world, 
                   l@-125.32943366199898,78.0,286.26466567104063,25.756586,-336.81137,world, 
                   l@-125.13659864549416,78.0,286.2116123355226,25.756586,-336.81137,world, 
                   l@-124.94376362898934,78.0,286.15855900000463,25.756586,-336.81137,world, 
                   l@-124.75092861248453,78.0,286.1055056644866,25.756586,-336.81137,world, 
                   l@-124.5580935959797,... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 32 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '13.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[13.5]> with 
                   '2.423514332769269040'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[2.423514332769269040]> 
                   with 'l@0.9013151980409587,-0.0,-0.4331638417278009,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.9013151980409587,-0.0,-0.4331638417278009,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.45065759902047936,-0.0,-0.21658192086390046,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@3.1546031931433554,-0.0,-1.5160734460473033,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@3.1546031931433554,-0.0,-1.5160734460473033,world]> 
                   with 
                   'l@-123.04258804312731,78.0,284.98733223482435,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.45065759902047936,-0.0,-0.21658192086390046,world].points_between[l@-123.04258804312731,78.0,284.98733223482435,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-125.7465336372502,78.0,286.28682376000774,25.756586,-336.81137,world|l@-125.566270597642,78.0,286.20019099166217,25.756586,-336.81137,world|l@-125.38600755803381,78.0,286.1135582233166,25.756586,-336.81137,world|l@-125.20574451842562,78.0,286.02692545497104,25.756586,-336.81137,world|l@-125.02548147881743,78.0,285... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-125.7465336372502,78.0,286.28682376000774,25.756586,-336.81137,world|l@-125.566270597642,78.0,286.20019099166217,25.756586,-336.81137,world|l@-125.38600755803381,78.0,286.1135582233166,25.756586,-336.81137,world|l@-125.20574451842562,78.0,286.02692545497104,25.756586,-336.81137,world|l@-125.02548147881743,78.0,285.9402926866255,25.756586,-336.81137,world|l@-124.84521843920923,78.0,285.85365991827996,25.... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-125.7465336372502,78.0,286.28682376000774,25.756586,-336.81137,world|l@-125.566270597642,78.0,286.20019099166217,25.756586,-336.81137,world|l@-125.38600755803381,78.0,286.1135582233166,25.756586,-336.81137,world|l@-125.20574451842562,78.0,286.02692545497104,25.756586,-336.81137,world|l@-125.02548147881743,78.0,285.9402926866255,25.756586,-336.81137,world|l@-124.84521843920923,78.0,285.85365991827996,25.756586,-336.81137,world|l@-124.66495539960104,78.0,285.7670271499344,2... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-125.7465336372502,78.0,286.28682376000774,25.756586,-336.81137,world, 
                   l@-125.566270597642,78.0,286.20019099166217,25.756586,-336.81137,world, 
                   l@-125.38600755803381,78.0,286.1135582233166,25.756586,-336.81137,world, 
                   l@-125.20574451842562,78.0,286.02692545497104,25.756586,-336.81137,world, 
                   l@-125.02548147881743,78.0,285.9402926866255,25.756586,-336.81137,world, 
                   l@-124.84521843920923,78.0,285.85365991827996,25.756586,-336.81137,world, 
                   l@-124.66495539960104,... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 33 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '14.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[14.5]> with 
                   '2.603033912974400080'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[2.603033912974400080]> 
                   with 'l@0.8094863014881687,-0.0,-0.5871387635840489,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.8094863014881687,-0.0,-0.5871387635840489,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.40474315074408435,-0.0,-0.29356938179202446,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@2.8332020552085906,-0.0,-2.0549856725441713,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@2.8332020552085906,-0.0,-2.0549856725441713,world]> 
                   with 
                   'l@-123.36398918106208,78.0,284.4484200083275,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.40474315074408435,-0.0,-0.29356938179202446,world].points_between[l@-123.36398918106208,78.0,284.4484200083275,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-125.79244808552659,78.0,286.20983629907965,25.756586,-336.81137,world|l@-125.63055082522895,78.0,286.09240854636283,25.756586,-336.81137,world|l@-125.46865356493132,78.0,285.974980793646,25.756586,-336.81137,world|l@-125.30675630463368,78.0,285.85755304092925,25.756586,-336.81137,world|l@-125.14485904433606,78.0,28... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-125.79244808552659,78.0,286.20983629907965,25.756586,-336.81137,world|l@-125.63055082522895,78.0,286.09240854636283,25.756586,-336.81137,world|l@-125.46865356493132,78.0,285.974980793646,25.756586,-336.81137,world|l@-125.30675630463368,78.0,285.85755304092925,25.756586,-336.81137,world|l@-125.14485904433606,78.0,285.7401252882124,25.756586,-336.81137,world|l@-124.98296178403842,78.0,285.6226975354956,25... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-125.79244808552659,78.0,286.20983629907965,25.756586,-336.81137,world|l@-125.63055082522895,78.0,286.09240854636283,25.756586,-336.81137,world|l@-125.46865356493132,78.0,285.974980793646,25.756586,-336.81137,world|l@-125.30675630463368,78.0,285.85755304092925,25.756586,-336.81137,world|l@-125.14485904433606,78.0,285.7401252882124,25.756586,-336.81137,world|l@-124.98296178403842,78.0,285.6226975354956,25.756586,-336.81137,world|l@-124.82106452374079,78.0,285.5052697827788,... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-125.79244808552659,78.0,286.20983629907965,25.756586,-336.81137,world, 
                   l@-125.63055082522895,78.0,286.09240854636283,25.756586,-336.81137,world, 
                   l@-125.46865356493132,78.0,285.974980793646,25.756586,-336.81137,world, 
                   l@-125.30675630463368,78.0,285.85755304092925,25.756586,-336.81137,world, 
                   l@-125.14485904433606,78.0,285.7401252882124,25.756586,-336.81137,world, 
                   l@-124.98296178403842,78.0,285.6226975354956,25.756586,-336.81137,world, 
                   l@-124.82106452374079... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 34 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '15.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[15.5]> with 
                   '2.782553493179531120'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[2.782553493179531120]> 
                   with 'l@0.6916398491580015,-0.0,-0.7222425624793217,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.6916398491580015,-0.0,-0.7222425624793217,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.34581992457900074,-0.0,-0.36112128123966086,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@2.4207394720530053,-0.0,-2.527848968677626,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@2.4207394720530053,-0.0,-2.527848968677626,world]> 
                   with 
                   'l@-123.77645176421767,78.0,283.975556712194,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.34581992457900074,-0.0,-0.36112128123966086,world].points_between[l@-123.77645176421767,78.0,283.975556712194,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-125.85137131169166,78.0,286.142284399632,25.756586,-336.81137,world|l@-125.71304334186007,78.0,285.99783588713615,25.756586,-336.81137,world|l@-125.57471537202846,78.0,285.85338737464025,25.756586,-336.81137,world|l@-125.43638740219687,78.0,285.7089388621444,25.756586,-336.81137,world|l@-125.29805943236526,78.0,285.... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-125.85137131169166,78.0,286.142284399632,25.756586,-336.81137,world|l@-125.71304334186007,78.0,285.99783588713615,25.756586,-336.81137,world|l@-125.57471537202846,78.0,285.85338737464025,25.756586,-336.81137,world|l@-125.43638740219687,78.0,285.7089388621444,25.756586,-336.81137,world|l@-125.29805943236526,78.0,285.5644903496485,25.756586,-336.81137,world|l@-125.15973146253367,78.0,285.42004183715267,25... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-125.85137131169166,78.0,286.142284399632,25.756586,-336.81137,world|l@-125.71304334186007,78.0,285.99783588713615,25.756586,-336.81137,world|l@-125.57471537202846,78.0,285.85338737464025,25.756586,-336.81137,world|l@-125.43638740219687,78.0,285.7089388621444,25.756586,-336.81137,world|l@-125.29805943236526,78.0,285.5644903496485,25.756586,-336.81137,world|l@-125.15973146253367,78.0,285.42004183715267,25.756586,-336.81137,world|l@-125.02140349270206,78.0,285.2755933246568,... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-125.85137131169166,78.0,286.142284399632,25.756586,-336.81137,world, 
                   l@-125.71304334186007,78.0,285.99783588713615,25.756586,-336.81137,world, 
                   l@-125.57471537202846,78.0,285.85338737464025,25.756586,-336.81137,world, 
                   l@-125.43638740219687,78.0,285.7089388621444,25.756586,-336.81137,world, 
                   l@-125.29805943236526,78.0,285.5644903496485,25.756586,-336.81137,world, 
                   l@-125.15973146253367,78.0,285.42004183715267,25.756586,-336.81137,world, 
                   l@-125.02140349270206... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 35 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '16.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[16.5]> with 
                   '2.962073073384662160'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[2.962073073384662160]> 
                   with 'l@0.5515635229927327,-0.0,-0.8341328911533494,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.5515635229927327,-0.0,-0.8341328911533494,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.27578176149636635,-0.0,-0.4170664455766747,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@1.9304723304745646,-0.0,-2.919465119036723,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@1.9304723304745646,-0.0,-2.919465119036723,world]> 
                   with 
                   'l@-124.26671890579611,78.0,283.58394056183494,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.27578176149636635,-0.0,-0.4170664455766747,world].points_between[l@-124.26671890579611,78.0,283.58394056183494,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-125.92140947477431,78.0,286.086339235295,25.756586,-336.81137,world|l@-125.81109677017577,78.0,285.91951265706433,25.756586,-336.81137,world|l@-125.70078406557721,78.0,285.7526860788336,25.756586,-336.81137,world|l@-125.59047136097867,78.0,285.58585950060296,25.756586,-336.81137,world|l@-125.48015865638013,78.0,285... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-125.92140947477431,78.0,286.086339235295,25.756586,-336.81137,world|l@-125.81109677017577,78.0,285.91951265706433,25.756586,-336.81137,world|l@-125.70078406557721,78.0,285.7526860788336,25.756586,-336.81137,world|l@-125.59047136097867,78.0,285.58585950060296,25.756586,-336.81137,world|l@-125.48015865638013,78.0,285.4190329223723,25.756586,-336.81137,world|l@-125.36984595178157,78.0,285.25220634414165,25... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-125.92140947477431,78.0,286.086339235295,25.756586,-336.81137,world|l@-125.81109677017577,78.0,285.91951265706433,25.756586,-336.81137,world|l@-125.70078406557721,78.0,285.7526860788336,25.756586,-336.81137,world|l@-125.59047136097867,78.0,285.58585950060296,25.756586,-336.81137,world|l@-125.48015865638013,78.0,285.4190329223723,25.756586,-336.81137,world|l@-125.36984595178157,78.0,285.25220634414165,25.756586,-336.81137,world|l@-125.25953324718303,78.0,285.08537976591094... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-125.92140947477431,78.0,286.086339235295,25.756586,-336.81137,world, 
                   l@-125.81109677017577,78.0,285.91951265706433,25.756586,-336.81137,world, 
                   l@-125.70078406557721,78.0,285.7526860788336,25.756586,-336.81137,world, 
                   l@-125.59047136097867,78.0,285.58585950060296,25.756586,-336.81137,world, 
                   l@-125.48015865638013,78.0,285.4190329223723,25.756586,-336.81137,world, 
                   l@-125.36984595178157,78.0,285.25220634414165,25.756586,-336.81137,world, 
                   l@-125.25953324718303... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO] +- Repeat loop 36 ---------+ 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "vector" 
                   "<def[loc].with_pose[0,<def[loc].yaw>].direction.vector.rotate_around_y[<el@360.to_radians.div[35].mul[<def[value].sub[18.5]>]>]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[loc].yaw> with '23.18863'. 
20:26:09 [INFO]  Filled tag <def[value].sub[18.5]> with '17.5'. 
20:26:09 [INFO]  Filled tag <el@360.to_radians.div[35].mul[17.5]> with 
                   '3.141592653589793200'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].with_pose[0,23.18863].direction.vector.rotate_around_y[3.141592653589793200]> 
                   with 'l@0.39375949137049904,-0.0,-0.9192135023788793,world'. 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='vector'  
                   value='l@0.39375949137049904,-0.0,-0.9192135023788793,world' 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: DEFINE "line" 
                   "<def[loc].add[<def[vector].mul[<def[reach1]>]>].points_between[<def[loc].add[<def[vector].mul[<def[reach2]>]>]>].distance[0.2]>" 
20:26:09 [INFO] +- Executing dCommand: DEFINE/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[reach1]> with '0.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[0.5]> with 
                   'l@0.19687974568524952,-0.0,-0.45960675118943967,world'. 
20:26:09 [INFO]  Filled tag <def[reach2]> with '3.5'. 
20:26:09 [INFO]  Filled tag <def[vector].mul[3.5]> with 
                   'l@1.3781582197967466,-0.0,-3.217247258326078,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@1.3781582197967466,-0.0,-3.217247258326078,world]> 
                   with 
                   'l@-124.81903301647392,78.0,283.28615842254555,25.756586,-336.81137,world'. 
20:26:09 [INFO]  Filled tag 
                   <def[loc].add[l@0.19687974568524952,-0.0,-0.45960675118943967,world].points_between[l@-124.81903301647392,78.0,283.28615842254555,25.756586,-336.81137,world].distance[0.2]> 
                   with 
                   'li@l@-126.00031149058542,78.0,286.0437989296822,25.756586,-336.81137,world|l@-125.92155959231133,78.0,285.85995622920643,25.756586,-336.81137,world|l@-125.84280769403722,78.0,285.6761135287307,25.756586,-336.81137,world|l@-125.76405579576313,78.0,285.4922708282549,25.756586,-336.81137,world|l@-125.68530389748902,78.0,28... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'DEFINE': 
                   queue='ATTACK_EFFECT_2_EducationalLikewiseImpression'  
                   definition='line'  
                   value='li@l@-126.00031149058542,78.0,286.0437989296822,25.756586,-336.81137,world|l@-125.92155959231133,78.0,285.85995622920643,25.756586,-336.81137,world|l@-125.84280769403722,78.0,285.6761135287307,25.756586,-336.81137,world|l@-125.76405579576313,78.0,285.4922708282549,25.756586,-336.81137,world|l@-125.68530389748902,78.0,285.3084281277791,25.756586,-336.81137,world|l@-125.60655199921493,78.0,285.1245854273033,25.... 
                   * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: PLAYEFFECT "<def[line]>" "effect:crit" "data:0.0" 
                   "quantity:1" "offset:0.0,0.0,0.0" 
20:26:09 [INFO] +- Executing dCommand: PLAYEFFECT/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <def[line]> with 
                   'li@l@-126.00031149058542,78.0,286.0437989296822,25.756586,-336.81137,world|l@-125.92155959231133,78.0,285.85995622920643,25.756586,-336.81137,world|l@-125.84280769403722,78.0,285.6761135287307,25.756586,-336.81137,world|l@-125.76405579576313,78.0,285.4922708282549,25.756586,-336.81137,world|l@-125.68530389748902,78.0,285.3084281277791,25.756586,-336.81137,world|l@-125.60655199921493,78.0,285.1245854273033,25.756586,-336.81137,world|l@-125.52780010094082,78.0,284.9407427268276,2... 
                   * snip! * 
20:26:09 [INFO] +> Executing 'PLAYEFFECT': special effect='CRIT'  
                   locations='[l@-126.00031149058542,78.0,286.0437989296822,25.756586,-336.81137,world, 
                   l@-125.92155959231133,78.0,285.85995622920643,25.756586,-336.81137,world, 
                   l@-125.84280769403722,78.0,285.6761135287307,25.756586,-336.81137,world, 
                   l@-125.76405579576313,78.0,285.4922708282549,25.756586,-336.81137,world, 
                   l@-125.68530389748902,78.0,285.3084281277791,25.756586,-336.81137,world, 
                   l@-125.60655199921493,78.0,285.1245854273033,25.756586,-336.81137,world, 
                   l@-125.52780010094082,... * snip! * 
20:26:09 [INFO]  Queue 'ATTACK_EFFECT_2_EducationalLikewiseImpression' 
                   Executing: REPEAT " CALLBACK" 
20:26:09 [INFO]  Completing queue 
                   'ATTACK_EFFECT_2_EducationalLikewiseImpression' in 221ms. 
20:26:09 [INFO]  Queue 'PLAYER_LISTENER_SimultaneouslyPrivilegesV' Executing: 
                   ADJUST "<player>" "fake_equipment:<player>" 
20:26:09 [INFO] +- Executing dCommand: ADJUST/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <player> with 
                   'p@4f6cb058-42f2-4290-b962-bcac121d4e70'. 
20:26:09 [INFO]  Filled tag <player> with 
                   'p@4f6cb058-42f2-4290-b962-bcac121d4e70'. 
20:26:09 [INFO] +> Executing 'ADJUST': 
                   object='p@4f6cb058-42f2-4290-b962-bcac121d4e70'  
                   mechanism='fake_equipment'  
                   mechanism_value='p@4f6cb058-42f2-4290-b962-bcac121d4e70' 
20:26:09 [INFO]  ERROR in script 'PLAYER_LISTENER'! Woah!! An exception has 
                   been called with this command! 
20:26:09 [INFO]  ERROR in script 'PLAYER_LISTENER'! Internal exception was 
                   thrown! 
20:26:09 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: 1
20:26:09 [SEVERE] net.aufdemrand.denizen.objects.dPlayer.adjust(dPlayer.java:2710)
20:26:09 [SEVERE] net.aufdemrand.denizen.scripts.commands.core.AdjustCommand.execute(AdjustCommand.java:100)
20:26:09 [SEVERE] net.aufdemrand.denizencore.scripts.commands.CommandExecuter.execute(CommandExecuter.java:248)
20:26:09 [SEVERE] net.aufdemrand.denizencore.scripts.queues.ScriptEngine.revolve(ScriptEngine.java:54)
20:26:09 [SEVERE] net.aufdemrand.denizencore.scripts.queues.ScriptQueue.revolve(ScriptQueue.java:678)
20:26:09 [SEVERE] net.aufdemrand.denizencore.scripts.queues.core.InstantQueue.onStart(InstantQueue.java:61)
20:26:09 [SEVERE] net.aufdemrand.denizencore.scripts.queues.ScriptQueue$1.run(ScriptQueue.java:509)
20:26:09 [SEVERE] net.aufdemrand.denizencore.scripts.queues.ScriptQueue.start(ScriptQueue.java:528)
20:26:09 [SEVERE] net.aufdemrand.denizencore.events.ScriptEvent.run(ScriptEvent.java:277)
20:26:09 [SEVERE] net.aufdemrand.denizencore.events.ScriptEvent.fire(ScriptEvent.java:241)
20:26:09 [SEVERE] net.aufdemrand.denizen.events.player.ItemScrollScriptEvent.onPlayerScrollsHotbar(ItemScrollScriptEvent.java:102)
20:26:09 [SEVERE] sun.reflect.GeneratedMethodAccessor449.invoke(Unknown Source)
20:26:09 [SEVERE] sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
20:26:09 [SEVERE] java.lang.reflect.Method.invoke(Method.java:498)
20:26:09 [SEVERE] org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
20:26:09 [SEVERE] org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
20:26:09 [SEVERE] org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
20:26:09 [SEVERE] org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1120)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.PacketPlayInHeldItemSlot.a(SourceFile:30)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.PacketPlayInHeldItemSlot.a(SourceFile:8)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13)
20:26:09 [SEVERE] java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
20:26:09 [SEVERE] java.util.concurrent.FutureTask.run(FutureTask.java:266)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567)
20:26:09 [SEVERE] java.lang.Thread.run(Thread.java:745)
20:26:09 [INFO] +> [Denizen] (Attempted: ADJUST "<player>" 
                   "fake_equipment:<player>") 
20:26:09 [INFO] +---------------------+ 
20:26:09 [INFO]  Completing queue 'PLAYER_LISTENER_SimultaneouslyPrivilegesV' 
                   in 234ms. 
20:26:09 [INFO]  Event cancelled! 
20:26:09 [INFO]  Running script event 'PlayerScrollsItem', event='player 
                   scrolls their hotbar' for script 'PLAYER_LISTENER' 
20:26:09 [INFO]  Starting InstantQueue 
                   'PLAYER_LISTENER_LoverCateringAmazing'... 
20:26:09 [INFO]  Queue 'PLAYER_LISTENER_LoverCateringAmazing' Executing: IF 
                   "<player.gamemode>" "!=" "survival" "{" "-" "queue" "clear" 
                   "}" 
20:26:09 [INFO] +- Executing dCommand: IF/p@xenmai ---------+ 
20:26:09 [INFO] +> Executing 'IF': use_braces='true' 
20:26:09 [INFO]  Filled tag <player.gamemode> with 'SURVIVAL'. 
20:26:09 [INFO]  Logic='NEGATIVE', Comparable='Element(SURVIVAL)', 
                   Operator='EQUALS', ComparedTo='Element(survival)' --> 
                   OUTCOME='false' 
20:26:09 [INFO]  Queue 'PLAYER_LISTENER_LoverCateringAmazing' Executing: 
                   ADJUST "<player>" 
                   "fake_equipment:<player>|hand|<player.inventory.slot[<context.previous_slot>]>" 
20:26:09 [INFO] +- Executing dCommand: ADJUST/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <player> with 
                   'p@4f6cb058-42f2-4290-b962-bcac121d4e70'. 
20:26:09 [INFO]  Filled tag <player> with 
                   'p@4f6cb058-42f2-4290-b962-bcac121d4e70'. 
20:26:09 [INFO]  Filled tag <context.previous_slot> with '1'. 
20:26:09 [INFO]  Filled tag <player.inventory.slot[1]> with 'i@yellow_flower'. 
20:26:09 [INFO] +> Executing 'ADJUST': 
                   object='p@4f6cb058-42f2-4290-b962-bcac121d4e70'  
                   mechanism='fake_equipment'  
                   mechanism_value='p@4f6cb058-42f2-4290-b962-bcac121d4e70|hand|i@yellow_flower' 
20:26:09 [INFO]  Queue 'PLAYER_LISTENER_LoverCateringAmazing' Executing: 
                   DETERMINE "passively" "cancelled" 
20:26:09 [INFO] +- Executing dCommand: DETERMINE/p@xenmai ---------+ 
20:26:09 [INFO] +> Executing 'DETERMINE': outcome='cancelled'  
                   passively='true' 
20:26:09 [INFO]  Queue 'PLAYER_LISTENER_LoverCateringAmazing' Executing: IF 
                   "<context.new_slot>" "==" "2" "{" "-" "run" 
                   "s@Player_Attack_2" "def:<player>" "instantly" "}" 
20:26:09 [INFO] +- Executing dCommand: IF/p@xenmai ---------+ 
20:26:09 [INFO] +> Executing 'IF': use_braces='true' 
20:26:09 [INFO]  Filled tag <context.new_slot> with '1'. 
20:26:09 [INFO]  Comparable='Decimal(1.0)', Operator='EQUALS', 
                   ComparedTo='Decimal(2.0)' --> OUTCOME='false' 
20:26:09 [INFO]  Queue 'PLAYER_LISTENER_LoverCateringAmazing' Executing: 
                   ADJUST "<player>" "fake_equipment:<player>" 
20:26:09 [INFO] +- Executing dCommand: ADJUST/p@xenmai ---------+ 
20:26:09 [INFO]  Filled tag <player> with 
                   'p@4f6cb058-42f2-4290-b962-bcac121d4e70'. 
20:26:09 [INFO]  Filled tag <player> with 
                   'p@4f6cb058-42f2-4290-b962-bcac121d4e70'. 
20:26:09 [INFO] +> Executing 'ADJUST': 
                   object='p@4f6cb058-42f2-4290-b962-bcac121d4e70'  
                   mechanism='fake_equipment'  
                   mechanism_value='p@4f6cb058-42f2-4290-b962-bcac121d4e70' 
20:26:09 [INFO]  ERROR in script 'PLAYER_LISTENER'! Woah!! An exception has 
                   been called with this command! 
20:26:09 [INFO]  ERROR in script 'PLAYER_LISTENER'! Internal exception was 
                   thrown! 
20:26:09 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: 1
20:26:09 [SEVERE] net.aufdemrand.denizen.objects.dPlayer.adjust(dPlayer.java:2710)
20:26:09 [SEVERE] net.aufdemrand.denizen.scripts.commands.core.AdjustCommand.execute(AdjustCommand.java:100)
20:26:09 [SEVERE] net.aufdemrand.denizencore.scripts.commands.CommandExecuter.execute(CommandExecuter.java:248)
20:26:09 [SEVERE] net.aufdemrand.denizencore.scripts.queues.ScriptEngine.revolve(ScriptEngine.java:54)
20:26:09 [SEVERE] net.aufdemrand.denizencore.scripts.queues.ScriptQueue.revolve(ScriptQueue.java:678)
20:26:09 [SEVERE] net.aufdemrand.denizencore.scripts.queues.core.InstantQueue.onStart(InstantQueue.java:61)
20:26:09 [SEVERE] net.aufdemrand.denizencore.scripts.queues.ScriptQueue$1.run(ScriptQueue.java:509)
20:26:09 [SEVERE] net.aufdemrand.denizencore.scripts.queues.ScriptQueue.start(ScriptQueue.java:528)
20:26:09 [SEVERE] net.aufdemrand.denizencore.events.ScriptEvent.run(ScriptEvent.java:277)
20:26:09 [SEVERE] net.aufdemrand.denizencore.events.ScriptEvent.fire(ScriptEvent.java:241)
20:26:09 [SEVERE] net.aufdemrand.denizen.events.player.ItemScrollScriptEvent.onPlayerScrollsHotbar(ItemScrollScriptEvent.java:102)
20:26:09 [SEVERE] sun.reflect.GeneratedMethodAccessor449.invoke(Unknown Source)
20:26:09 [SEVERE] sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
20:26:09 [SEVERE] java.lang.reflect.Method.invoke(Method.java:498)
20:26:09 [SEVERE] org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
20:26:09 [SEVERE] org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
20:26:09 [SEVERE] org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
20:26:09 [SEVERE] org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1120)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.PacketPlayInHeldItemSlot.a(SourceFile:30)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.PacketPlayInHeldItemSlot.a(SourceFile:8)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13)
20:26:09 [SEVERE] java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
20:26:09 [SEVERE] java.util.concurrent.FutureTask.run(FutureTask.java:266)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668)
20:26:09 [SEVERE] net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567)
20:26:09 [SEVERE] java.lang.Thread.run(Thread.java:745)
20:26:09 [INFO] +> [Denizen] (Attempted: ADJUST "<player>" 
                   "fake_equipment:<player>") 
20:26:09 [INFO] +---------------------+ 
20:26:09 [INFO]  Completing queue 'PLAYER_LISTENER_LoverCateringAmazing' in 
                   7ms. 
20:26:09 [INFO]  Event cancelled!