Juniper
Results
2
issues of
Juniper
lua script: (edit: simplified lua script) ``` if true then for x = 1, 10 do goto label1 end ::label1:: end print("test") ``` stacktrace (from REPL): ``` Unhandled Exception: System.NullReferenceException:...
This is using the sample portals from this repo. After placing the portals in a square and entering through each, they will override each other. Is this intended behavior? Also,...