{ "name": "Intro", "variables": { "boopCpt": 0 }, "events": { "Automatic": { "trigger": { "type": "auto" }, "actions": [ { "type": "background", "file": "field.png"}, { "type": "image", "id": "actors", "file": "pointing.png" }, { "type": "message", "text": ["Look at that faggot..."] } ] }, "Click on Trixie": { "trigger": { "type": "click", "area": [0, 0, "50%", "100%"] }, "actions": [ { "type": "message", "text": ["You can't boop me", "I'm not physical"] } ] }, "Click on Sunny": { "trigger": { "type": "click", "area": ["50%", 0, "100%", "100%"] }, "actions": [ { "type": "message", "text": ["Don't you dare!"] }, { "type": "image", "id": "actors", "file": "booping.png", "coords":[0,0] }, { "type": "message", "text": ["I'm the only one", "who can boop her!"] }, { "type": "message", "text": ["[slow]...[/slow]"] }, { "type": "image", "id": "actors", "file": "pointing.png" }, { "type": "if", "condition": { "variable": "boopCpt", "smaller": 3 }, "then": [ { "type": "message", "text": ["And don't try that again!"] } ], "else": [ { "type": "message", "text": ["Stop this instant!"] }, { "type": "menu", "text": "Say you are sorry!", "choices": [ { "text": "Sorry...", "actions": [ { "type": "message", "text": ["Hum... Okay, the great", "and spectral Trixie", "forgives you."] }, { "type": "variable", "name": "boopCpt", "set": 0 } ] } { "text": "Nope.", "actions": [ { "type": "message", "text": ["Curse you! You...", "you serial booper!"] } ] } ] } ] }, { "type": "variable", "name": "boopCpt", "increase": 1 } ] } } }