bvoq / puzzlescriptmis

8 stars 0 forks source link

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

Open increpare opened 5 years ago

increpare commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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

increpare commented 5 years ago

(FWIW/IIRC the direction deduction algorithm is exactly the same as the property deduction one)

Am Sa., 13. Juli 2019 um 23:04 Uhr schrieb Kevin De Keyser < notifications@github.com>:

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bvoq/puzzleScriptMIS/issues/1?email_source=notifications&email_token=AADRVYCUOOE6VD3UAB3GGKTP7I7NZA5CNFSM4IC6422KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZ3ZK6A#issuecomment-511153528, or mute the thread https://github.com/notifications/unsubscribe-auth/AADRVYGLGFMSWWR3XTRL5Y3P7I7NZANCNFSM4IC6422A .

bvoq commented 5 months ago

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.