| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "_resourceType": "script",
- "id": "e6cd7f23-a889-4a99-b34c-c456ab3544f8",
- "name": "CreateEnemy",
- "description": "",
- "variables": {},
- "actors": {},
- "symbol": "script_2",
- "script": [
- {
- "command": "EVENT_SET_VALUE",
- "args": {
- "variable": "1",
- "value": {
- "type": "expression",
- "value": "($06$ + $05$ + $07$) + rnd(($06$ + $05$ + $07$))"
- }
- },
- "id": "b8420a04-57fc-40cd-8a94-d358353ea30f"
- },
- {
- "command": "EVENT_IF",
- "args": {
- "condition": {
- "type": "gt",
- "valueA": {
- "type": "variable",
- "value": "1"
- },
- "valueB": {
- "type": "number",
- "value": 8
- }
- },
- "__collapseElse": true
- },
- "children": {
- "true": [
- {
- "command": "EVENT_SET_VALUE",
- "args": {
- "variable": "1",
- "value": {
- "type": "number",
- "value": 8
- }
- },
- "id": "9f13a412-57a4-4263-a182-61cfd554b581"
- }
- ],
- "false": []
- },
- "id": "8f85c7b0-35a8-46cb-8807-cffb7e5810a4"
- }
- ]
- }
|