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

Flexible property support #245

Closed MerlinofMines closed 2 years ago

MerlinofMines commented 2 years ago

This PR adds a useful feature for specifying block properties by enabling the user to specify the property word(s) in front of the selector, such as:

print "Range: " + the range of my turrets

It also removes the unnecessary "BooleanCommandParameter" type, which was only used to indicate inversion of properties. This has been moved directly onto the property parameter.