We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug ERROR Unknown parameter: Occupied:"Occupied"
ERROR Unknown parameter: Occupied:"Occupied"
To Reproduce
sorter.ic10
alias Sorter d0 alias IsOccupied r0 ls IsOccupied Sorter 0 Occupied yield j 1
sorter.toml
[d0] PrefabHash="Sorter" [d0.slot.0] Occupied=1 OccupantHash=-707307845 PrefabHash=-707307845 Class=10
Expected behavior Code runs without error and debugger r0 state is set to 1
Additional context There seem to be other errors similar to this one in existing and working scripts, e.g.: https://raw.githubusercontent.com/SaddamoDeBeers/Stationeers/master/IC/Automated%20Sorter/automated%20sorter.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
ERROR Unknown parameter: Occupied:"Occupied"
To Reproduce
sorter.ic10
sorter.toml
Expected behavior
Code runs without error and debugger r0 state is set to 1
Additional context
There seem to be other errors similar to this one in existing and working scripts, e.g.: https://raw.githubusercontent.com/SaddamoDeBeers/Stationeers/master/IC/Automated%20Sorter/automated%20sorter.txt
The text was updated successfully, but these errors were encountered: