david-pfx / PuzzleScriptNext

A direct successor to PuzzleScript, building on the work of PuzzleScript Plus, Pattern:Script and others.
http://www.puzzlescriptnext.polyomino.com
MIT License
11 stars 4 forks source link

Wrong expansion of directions? #41

Closed david-pfx closed 2 months ago

david-pfx commented 4 months ago

vexorian: Is this possible in one line?

left  [ > Player ] -> [ Want:left  stationary Player ]
right [ > Player ] -> [ Want:right stationary Player ]
down  [ > Player ] -> [ Want:down  stationary Player ]
up    [ > Player ] -> [ Want:up    stationary Player ]

When I try: directions [ > Player ] -> [ Want:directions stationary Player ]

It ends with Want:up in all cases apparently.

david-pfx commented 3 months ago

Fixed. I think.

david-pfx commented 2 months ago

Post rewind vector. Is it fixed?