[go: up one dir, main page]

Menu

[r11]: / ai / script / turnaway.xml  Maximize  Restore  History

Download this file

38 lines (19 with data), 400 Bytes

 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
<SCRIPT>
<MatchLin afterburn="1" local="0">
<SCALE>
<Float value="200"/>
<SUB>
<Vector Position="v"/>
<Vector TargetPos="u"/>
</SUB>
</SCALE>
<Vector Dup="200*(v - u)"/>
</MatchLin>
<!-- <ExecuteFor time="2">-->
<ChangeHead>
<ADD>
<Vector TargetPos="u"/>
</ADD>
</ChangeHead>
<!-- </ExecuteFor>-->
</SCRIPT>