MerlinofMines / EasyCommands

Github Repository for Ingame Scripts built by MerlinofMines. Uses MDK to Deploy to SpaceEngineerse
GNU General Public License v3.0
8 stars 3 forks source link

Attach/Detach Support #183

Closed MerlinofMines closed 2 years ago

MerlinofMines commented 2 years ago

Currently Pistons and Wheels lack attach/detach support, even though there is an action for this on these blocks. Perhaps we can enable this using the Connected property?

As an action, the attach/detach action would have to be best effort

while "My Wheel" is not attached
  attach "My Wheel"
jgersti commented 2 years ago

Changes to support that are minimal. The documentation just needs a very clear, pointed and strong remark that this might invoke Clang.