-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.xml
56 lines (49 loc) · 2.64 KB
/
test.xml
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
<?xml version="1.0" encoding="utf-8"?>
<LuaScriptLoader MapPath="H:\workspace\dreamness_ra3_tools\test_map\AmazeTransferVehicle">
<Script Name="test1">
<LuaScript Path="test1.lua" />
<LuaScript Path="test2.lua" />
</Script>
<Script Name="test2">
<LuaScript Path="test1.lua" />
<LuaScript Path="test2.lua" />
</Script>
<Folder Name="test_folder1">
<Folder Name="test_folder2">
<Script Name="test3">
<LuaScript Path="test1.lua" />
<LuaScript Path="test2.lua" />
</Script>
</Folder>
</Folder>
</LuaScriptLoader>
<!--<ScriptList-->
<!--Name=""> <!– 文件夹名字,不要增加或者修改–>-->
<!--<!– 脚本,每个脚本必须有Name,其他属性可以不设置,有默认值,默认值和地编一样–>-->
<!--<!– Name 脚本名字 必须要有–>-->
<!--<!– Conmment 脚本注释 可选,默认空–>-->
<!--<!– ConditionComment 脚本条件注释 可选,默认空–>-->
<!--<!– ActionComment 脚本动作指注释 可选,默认空–>-->
<!--<!– IsSubroutine 是否子脚本 可选,默认否–>-->
<!--<!– DeactivateUponSuccess 执行完脚本之后是否停止执行 可选,默认是–>-->
<!--<!– isActive 是否启用脚本 可选,默认是–>-->
<!--<!– ActiveInEasy 是否在该ai简单度启用 默认是–>-->
<!--<!– ActiveInMedium 是否在该ai中等度启用 默认是–>-->
<!--<!– ActiveInHard 是否在该ai困难度启用 默认是–>-->
<!--<!– EvaluationInterval 循环次数,需要开启LoopActions才生效 默认0–>-->
<!--<!– LoopActions 是否循环脚本 默认否–>-->
<!--<!– ActionsFireSequentially 是否顺序脚本 默认否–>-->
<!--<!– LoopCount 顺序脚本执行次数 默认0–>-->
<!--<!– SequentialTargetName 脚顺序脚本目标名称 默认空–>-->
<!--<Script-->
<!-- IsSubroutine="false"-->
<!-- DeactivateUponSuccess="true"-->
<!-- isActive="true"-->
<!-- ActiveInEasy="true"-->
<!-- ActiveInMedium="true"-->
<!-- ActiveInHard="true"-->
<!-- EvaluationInterval="0"-->
<!-- LoopActions="false"-->
<!-- ActionsFireSequentially="false"-->
<!-- LoopCount="0"-->
<!-- SequentialTargetName="">-->