| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_resourceType": "script",
- "id": "f02557dd-6690-4813-aa19-51bb07eb3fda",
- "name": "Enemy Patrol",
- "description": "",
- "variables": {
- "V0": {
- "id": "V0",
- "name": "XStartOffset",
- "passByReference": false
- },
- "V1": {
- "id": "V1",
- "name": "XEndOffset",
- "passByReference": false
- }
- },
- "actors": {
- "0": {
- "id": "0",
- "name": "Ghost"
- }
- },
- "symbol": "script_1",
- "script": [
- {
- "command": "EVENT_LOOP",
- "args": {},
- "children": {
- "true": [
- {
- "command": "EVENT_ACTOR_MOVE_RELATIVE",
- "args": {
- "actorId": "0",
- "x": {
- "type": "variable",
- "value": "V0"
- },
- "y": {
- "type": "number",
- "value": 0
- },
- "moveType": "horizontal",
- "useCollisions": false
- },
- "id": "0c4eca3b-5023-497a-ba9a-8ed7ddea4326"
- },
- {
- "command": "EVENT_WAIT",
- "args": {
- "time": 0.5,
- "frames": 16,
- "__collapse": false,
- "units": "frames"
- },
- "id": "e4832cdd-e11b-494e-b32c-c6d816050838"
- },
- {
- "command": "EVENT_ACTOR_MOVE_RELATIVE",
- "args": {
- "actorId": "0",
- "x": {
- "type": "variable",
- "value": "V1"
- },
- "y": {
- "type": "number",
- "value": 0
- },
- "moveType": "horizontal",
- "useCollisions": false
- },
- "id": "5c64038b-6930-406f-b88d-7b45e6975faf"
- },
- {
- "command": "EVENT_WAIT",
- "args": {
- "time": 0.5,
- "frames": 16,
- "units": "frames"
- },
- "id": "808bbda1-8178-4650-a094-bb8e67e8a64e"
- }
- ]
- },
- "id": "f9ea550c-90c6-4c35-b6b8-394cf1dd8a3e"
- }
- ]
- }
|