godot-escoria / escoria-issues

Central Escoria issue tracker
3 stars 0 forks source link

Room 11 buttons don't work except the fade one. #272

Closed balloonpopper closed 2 years ago

balloonpopper commented 2 years ago

Describe the bug Room 11 buttons don't work except the fade one.

To Reproduce Run room 11 and hit the buttons

Expected behavior The buttons should work

Screenshots If applicable, add screenshots to help explain your problem.

Versions

Additional context Add any other context about the problem here.

BHSDuncan commented 2 years ago

Looks like this is because the ESC scripts for all (except fade) have :look actions but no :use actions.

@StraToN how do we want to handle this? Maybe have a :use action that duplicate :look so users can try both?