| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "_resourceType": "triggerPrefab",
- "id": "202f26e3-b22d-4ef0-bc9c-c9f4cd15a698",
- "name": "",
- "script": [
- {
- "command": "EVENT_IF",
- "args": {
- "condition": {
- "type": "variable",
- "value": "0"
- },
- "__collapseElse": true
- },
- "children": {
- "true": [
- {
- "command": "EVENT_ACTOR_MOVE_TO",
- "args": {
- "actorId": "$self$",
- "x": {
- "type": "number",
- "value": 5
- },
- "y": {
- "type": "number",
- "value": 0
- },
- "moveType": "horizontal",
- "useCollisions": false
- },
- "id": "083e3ed9-8ad7-4eb6-908d-491b886b3758"
- }
- ],
- "false": []
- },
- "id": "873eda71-1d93-4ca9-9323-1411d8e94280"
- }
- ],
- "leaveScript": []
- }
|