-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathtest2.lua
More file actions
43 lines (43 loc) · 906 Bytes
/
Copy pathtest2.lua
File metadata and controls
43 lines (43 loc) · 906 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
return {
autolayout=true,
fileversioncreate="00.10",
fileversionsave="01.02",
nodes={
{
type="Start",
children={
{
type="Selector",
children={
{
type="Selector",
children={
{
type="RepeatUntil",
func="1|function() print('ret false') return false end",
children=
{
{
type="Action",
func="function() print('azione') return 'Running' end"
}
}
},
{
type="Action",
func="!print|secondnode"
}
}
}
}
}
}
}
},
notes="note per il test tree\
su piu righe\
etc\
etc\
fine",
title="test tree"
}