walltrigger.gbsres 842 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "_resourceType": "triggerPrefab",
  3. "id": "0af7c7d3-3210-4473-afc5-424f392d635b",
  4. "name": "WallTrigger",
  5. "script": [
  6. {
  7. "command": "EVENT_IF",
  8. "args": {
  9. "condition": {
  10. "type": "variable",
  11. "value": "0"
  12. },
  13. "__collapseElse": true
  14. },
  15. "children": {
  16. "true": [
  17. {
  18. "command": "EVENT_ACTOR_COLLISIONS_DISABLE",
  19. "args": {
  20. "actorId": "$self$"
  21. },
  22. "id": "2a9483fa-4a0a-47df-968a-2d1102badc04"
  23. }
  24. ],
  25. "false": []
  26. },
  27. "id": "dba09e59-0010-4ada-b714-1e7e7f9097be"
  28. }
  29. ],
  30. "leaveScript": [
  31. {
  32. "command": "EVENT_ACTOR_COLLISIONS_ENABLE",
  33. "args": {
  34. "actorId": "$self$"
  35. },
  36. "id": "a3caee67-0d19-4bc4-8621-e80305c5faac"
  37. }
  38. ]
  39. }