| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "_resourceType": "triggerPrefab",
- "id": "0af7c7d3-3210-4473-afc5-424f392d635b",
- "name": "WallTrigger",
- "script": [
- {
- "command": "EVENT_IF",
- "args": {
- "condition": {
- "type": "variable",
- "value": "0"
- },
- "__collapseElse": false
- },
- "children": {
- "true": [
- {
- "command": "EVENT_ACTOR_COLLISIONS_DISABLE",
- "args": {
- "actorId": "$self$"
- },
- "id": "2a9483fa-4a0a-47df-968a-2d1102badc04"
- }
- ],
- "false": []
- },
- "id": "dba09e59-0010-4ada-b714-1e7e7f9097be"
- }
- ],
- "leaveScript": [
- {
- "command": "EVENT_ACTOR_COLLISIONS_ENABLE",
- "args": {
- "actorId": "$self$"
- },
- "id": "a3caee67-0d19-4bc4-8621-e80305c5faac"
- }
- ]
- }
|