Advertisement
Darkere

Untitled

Feb 5th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. [
  2. {
  3. "pos": {
  4. "x": 1,
  5. "y": 1
  6. },
  7. "opcode": {
  8. "id": "ev_rs_on",
  9. "primary": "R",
  10. "parameters": [
  11. {
  12. "type": "side",
  13. "value": {
  14. "side": "east"
  15. }
  16. },
  17. {
  18. "type": "boolean",
  19. "value": {
  20. "null": true
  21. }
  22. }
  23. ]
  24. }
  25. },
  26. {
  27. "pos": {
  28. "x": 7,
  29. "y": 1
  30. },
  31. "opcode": {
  32. "id": "do_log",
  33. "parameters": [
  34. {
  35. "type": "string",
  36. "value": {
  37. "var": 0
  38. }
  39. }
  40. ]
  41. }
  42. },
  43. {
  44. "pos": {
  45. "x": 6,
  46. "y": 1
  47. },
  48. "opcode": {
  49. "id": "do_setvar",
  50. "primary": "R",
  51. "parameters": [
  52. {
  53. "type": "integer",
  54. "value": {
  55. "v": 0
  56. }
  57. }
  58. ]
  59. }
  60. },
  61. {
  62. "pos": {
  63. "x": 5,
  64. "y": 1
  65. },
  66. "opcode": {
  67. "id": "do_add_numbers",
  68. "primary": "R",
  69. "parameters": [
  70. {
  71. "type": "number",
  72. "value": {
  73. "var": 0
  74. }
  75. },
  76. {
  77. "type": "number",
  78. "value": {
  79. "v": 1
  80. }
  81. }
  82. ]
  83. }
  84. },
  85. {
  86. "pos": {
  87. "x": 4,
  88. "y": 1
  89. },
  90. "opcode": {
  91. "id": "do_log",
  92. "primary": "R",
  93. "parameters": [
  94. {
  95. "type": "string",
  96. "value": {
  97. "var": 0
  98. }
  99. }
  100. ]
  101. }
  102. },
  103. {
  104. "pos": {
  105. "x": 3,
  106. "y": 1
  107. },
  108. "opcode": {
  109. "id": "do_setvar",
  110. "primary": "R",
  111. "parameters": [
  112. {
  113. "type": "integer",
  114. "value": {
  115. "v": 0
  116. }
  117. }
  118. ]
  119. }
  120. },
  121. {
  122. "pos": {
  123. "x": 2,
  124. "y": 1
  125. },
  126. "opcode": {
  127. "id": "eval_number",
  128. "primary": "R",
  129. "parameters": [
  130. {
  131. "type": "number",
  132. "value": {
  133. "v": 1
  134. }
  135. }
  136. ]
  137. }
  138. }
  139. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement