| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "_resourceType": "script",
- "id": "f83d00fe-e9df-4c20-a6cc-52fdff2724d6",
- "name": "DisplayMenu",
- "description": "",
- "variables": {
- "V0": {
- "id": "V0",
- "name": "Variable A",
- "passByReference": true
- }
- },
- "actors": {},
- "symbol": "script_8",
- "script": [
- {
- "command": "EVENT_MENU",
- "args": {
- "variable": "V0",
- "items": 7,
- "option1": "Infos",
- "option2": "HP $00$",
- "option3": "Food $10$",
- "option4": "Floor 1",
- "option5": "H : $06$",
- "option6": "F : $05$",
- "option7": "W : $07$",
- "option8": "",
- "cancelOnB": true,
- "layout": "menu",
- "__collapse": false,
- "__comment": false
- },
- "id": "98e567ce-8595-467b-8ca1-aebcc1d656f2"
- },
- {
- "command": "EVENT_SWITCH_SCENE",
- "args": {
- "sceneId": "56849ba1-fc37-4ba2-8541-6a69d5a349be",
- "x": {
- "type": "number",
- "value": 0
- },
- "y": {
- "type": "number",
- "value": 0
- },
- "direction": "",
- "fadeSpeed": 1,
- "__comment": true
- },
- "id": "7636d9f7-7e83-48e0-b6c1-8f1467d9cbe3"
- }
- ]
- }
|