Subversion Repository Public Repository

Nextrek

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
57
58
59
{
    "uid": "6E22FF5D1C6A79487128F7B5BAFF232629A8",
    "isLoaded": true,
    "lastModificationTime": 0,
    "items": {
        "name": "Toggle Skip",
        "type": "data_record",
        "order": 2,
        "category": "commonEvents",
        "id": "6E22FF5D1C6A79487128F7B5BAFF232629A8",
        "isFolder": false,
        "parentId": "665F7EFC4091674CD6383D3829AD031A9CCC",
        "data": {
            "name": "Toggle Skip",
            "startCondition": 0,
            "conditionEnabled": false,
            "parallel": false,
            "autoPreload": true,
            "singleInstance": true,
            "inline": false,
            "parameters": [],
            "commands": [
                {
                    "id": "gs.Comment",
                    "params": {
                        "text": "Since VN Maker has no built-in command by default to change skip-mode, we use a simple script line here to toggle the skip-state. Means if skip-mode is enabled, it will be disabled and vice-versa. It is the same like in \"Toggle Auto Message\" common event. The difference is just that we are using a script call here."
                    },
                    "indent": 0,
                    "uid": "2AA413AE2D2772447F7ABCC4F7B50B500F26",
                    "expanded": true
                },
                {
                    "id": "gs.Script",
                    "params": {
                        "script": "GameManager.tempSettings.skip = !GameManager.tempSettings.skip"
                    },
                    "indent": 0,
                    "expanded": true,
                    "uid": "7A0B65618B400344A489C905ACFC9EA3F4FB"
                }
            ],
            "index": "6E22FF5D1C6A79487128F7B5BAFF232629A8",
            "booleanVariables": [
                {
                    "name": "",
                    "index": 0,
                    "scope": 0
                }
            ],
            "defaultExpressionId": "BF7CB12110894142C299D341A545C910AA86"
        },
        "localizableStrings": {}
    },
    "summary": [
        "name",
        "type",
        "order"
    ]
}

Commits for Nextrek/s2s/data/6E22FF5D1C6A79487128F7B5BAFF232629A8.json

Diff revisions: vs.
Revision Author Commited Message
1086 Diff Diff ASorrentino picture ASorrentino Fri 11 May, 2018 21:50:37 +0000
1084 MOliva picture MOliva Fri 11 May, 2018 12:41:55 +0000