-
1.
{
-
2.
"name": "Intro",
-
3.
-
4.
"variables": {
-
5.
"boopCpt": 0
-
6.
},
-
7.
-
8.
"events": {
-
9.
"Automatic": {
-
10.
"trigger": { "type": "auto" },
-
11.
"actions": [
-
12.
{ "type": "background", "file": "field.png"},
-
13.
{ "type": "image", "id": "actors", "file": "pointing.png" },
-
14.
{ "type": "message", "text": ["Look at that faggot..."] }
-
15.
]
-
16.
},
-
17.
-
18.
"Click on Trixie": {
-
19.
"trigger": { "type": "click", "area": [0, 0, "50%", "100%"] },
-
20.
"actions": [
-
21.
{ "type": "message", "text": ["You can't boop me", "I'm not physical"] }
-
22.
]
-
23.
},
-
24.
-
25.
"Click on Sunny": {
-
26.
"trigger": { "type": "click", "area": ["50%", 0, "100%", "100%"] },
-
27.
"actions": [
-
28.
{ "type": "message", "text": ["Don't you dare!"] },
-
29.
{ "type": "image", "id": "actors", "file": "booping.png", "coords":[0,0] },
-
30.
{ "type": "message", "text": ["I'm the only one", "who can boop her!"] },
-
31.
{ "type": "message", "text": ["[slow]...[/slow]"] },
-
32.
{ "type": "image", "id": "actors", "file": "pointing.png" },
-
33.
-
34.
{
-
35.
"type": "if",
-
36.
"condition": { "variable": "boopCpt", "smaller": 3 },
-
37.
"then": [
-
38.
{ "type": "message", "text": ["And don't try that again!"] }
-
39.
],
-
40.
"else": [
-
41.
{ "type": "message", "text": ["Stop this instant!"] },
-
42.
{
-
43.
"type": "menu",
-
44.
"text": "Say you are sorry!",
-
45.
"choices":
-
46.
[
-
47.
{
-
48.
"text": "Sorry...",
-
49.
"actions":
-
50.
[
-
51.
{ "type": "message", "text": ["Hum... Okay, the great", "and spectral Trixie", "forgives you."] },
-
52.
{ "type": "variable", "name": "boopCpt", "set": 0 }
-
53.
]
-
54.
}
-
55.
{
-
56.
"text": "Nope.",
-
57.
"actions":
-
58.
[
-
59.
{ "type": "message", "text": ["Curse you! You...", "you serial booper!"] }
-
60.
]
-
61.
}
-
62.
]
-
63.
}
-
64.
]
-
65.
},
-
66.
-
67.
{ "type": "variable", "name": "boopCpt", "increase": 1 }
-
68.
]
-
69.
}
-
70.
}
-
71.
}
by Guest
by Guest
by Guest
by Guest
by Guest