1) Give a description of the problem
(PUT YOUR INFO HERE)
Getting null error without optional piston variable.
+219ms | ║║Ramjet completed Kitchen K: true B: true L: true G: true |
---|---|
+221ms | ║║Executed virtual command log (2ms) |
+224ms | ║║get Variable ‘null’ not found |
+226ms | ║║Executed virtual command executePiston (4ms) |
+228ms | ║╚Execution stage complete. (163ms) |
+230ms | ╚Event processed successfully (229ms) |
2) What is the expected behaviour?
(PUT YOUR INFO HERE)
If I put in a variable, there is no error.
3) What is happening/not happening?
(PUT YOUR INFO HERE)
Should not display as error if expected behaviour.
4) Post a Green Snapshot of the piston
First piston is with variable. Behaves correctly. Second piston is without variable. Gives error.
5) Attach logs after turning logging level to Full
(PASTE YOUR LOGS HERE THEN HIGHLIGHT ALL OF THE LOGS AND CLICK ON THE </> ICON TO FORMAT THEM CORRECTLY)
|+219ms|║║Ramjet completed Kitchen K: true B: true L: true G: true|
|---|---|
|+221ms|║║Executed virtual command log (2ms)|
|+224ms|║║**get Variable 'null' not found|**
|+226ms|║║Executed virtual command executePiston (4ms)|
|+228ms|║╚Execution stage complete. (163ms)|
|+230ms|╚Event processed successfully (229ms)|