-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathtest.lua
More file actions
49 lines (49 loc) · 944 Bytes
/
Copy pathtest.lua
File metadata and controls
49 lines (49 loc) · 944 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
38
39
40
41
42
43
44
45
46
47
48
49
return {
autolayout=true,
fileversioncreate="00.10",
fileversionsave="01.02",
nodes={
{
type="Start",
children={
{
type="Selector",
children={
{
type="Sequence",
children={
{
func="#condition|'a'|2",
type="Condition"
},
{
func="!globalaction",
type="Action"
}
}
},
{
type="Sequence",
children={
{
func="",
type="Condition"
},
{
func="",
type="Action"
}
}
}
}
}
}
}
},
notes="note per il test tree\
su piu righe\
etc\
etc\
fine",
title="test tree"
}