Subversion Repository Public Repository

Nextrek

Diff Revisions 1085 vs 1086 for /s2s/data/6E22FF5D1C6A79487128F7B5BAFF232629A8.json

Diff revisions: vs.
  @@ -1 +1,59 @@
1 - {"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"]}
1 + {
2 + "uid": "6E22FF5D1C6A79487128F7B5BAFF232629A8",
3 + "isLoaded": true,
4 + "lastModificationTime": 0,
5 + "items": {
6 + "name": "Toggle Skip",
7 + "type": "data_record",
8 + "order": 2,
9 + "category": "commonEvents",
10 + "id": "6E22FF5D1C6A79487128F7B5BAFF232629A8",
11 + "isFolder": false,
12 + "parentId": "665F7EFC4091674CD6383D3829AD031A9CCC",
13 + "data": {
14 + "name": "Toggle Skip",
15 + "startCondition": 0,
16 + "conditionEnabled": false,
17 + "parallel": false,
18 + "autoPreload": true,
19 + "singleInstance": true,
20 + "inline": false,
21 + "parameters": [],
22 + "commands": [
23 + {
24 + "id": "gs.Comment",
25 + "params": {
26 + "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."
27 + },
28 + "indent": 0,
29 + "uid": "2AA413AE2D2772447F7ABCC4F7B50B500F26",
30 + "expanded": true
31 + },
32 + {
33 + "id": "gs.Script",
34 + "params": {
35 + "script": "GameManager.tempSettings.skip = !GameManager.tempSettings.skip"
36 + },
37 + "indent": 0,
38 + "expanded": true,
39 + "uid": "7A0B65618B400344A489C905ACFC9EA3F4FB"
40 + }
41 + ],
42 + "index": "6E22FF5D1C6A79487128F7B5BAFF232629A8",
43 + "booleanVariables": [
44 + {
45 + "name": "",
46 + "index": 0,
47 + "scope": 0
48 + }
49 + ],
50 + "defaultExpressionId": "BF7CB12110894142C299D341A545C910AA86"
51 + },
52 + "localizableStrings": {}
53 + },
54 + "summary": [
55 + "name",
56 + "type",
57 + "order"
58 + ]
59 + }