Skip to content
New issue

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

Error : RHS does not allow direction 'ORTHOGONAL' (on line that doesn't contain the keyword) #1

Open
increpare opened this issue Jul 13, 2019 · 4 comments

Comments

@increpare
Copy link

https://www.puzzlescript.net/editor.html?hack=4d31732deeb111799c1d2da630ac7f17

works ok in puzzlescript but PSMIS gives the error RHS does not allow direction 'ORTHOGONAL' for the line

[moving wall bond ] -> [ moving wall moving bond ]
@increpare
Copy link
Author

and if I remove this line (or replace it with the equivalent

[up wall bond ] -> [ up wall up bond ]
+ [down wall bond ] -> [ down wall down bond ]
+ [left wall bond ] -> [ left wall left bond ]
+ [right wall bond ] -> [ right wall right bond ]

it gets freaked out in the same way by [vertical player_h ] -> [ vertical player_v ]

I guess this is a difference in rule inference?

@bvoq
Copy link
Owner

bvoq commented Jul 13, 2019

Yes, at the moment I don't allow vertical/moving on the RHS. Will need to look into that.

@increpare
Copy link
Author

increpare commented Jul 13, 2019 via email

@bvoq
Copy link
Owner

bvoq commented May 14, 2024

I've updated the error message, but haven't come around to fixing it since it yet.
It can be easily changed to a group by the user himself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants