I was just wondering if there is a way to modify the [move command to allow the multiple modifier? I move alot of stuff around with it and it would be awesome to be able to "[m move" .
 
I wonder if "[area move" works
else you can use like "[area inc x 1" or something

or you can set a hotkey for it
 
I usually use [area interface where basemulti
...and manually set the Location or X/Y/Z, or use the interface to move the multi.

You could also edit the [props command, to detect if a multi exists at the target, and opens the props gump for it as well as the target.

The reason [Move isn't supported is because multis are technically one item, so targeting the corner of a multi would actually select the 'center' tile and move that, which could provide unexpected results where the user expects the targeted piece to move to the targeted tile.
In order to make it work properly, you'd need to do a bit of math o offset the source and destination targets, versus the multi's center tile offset and location in the world.
 
hehe Voxpire, he mean the [m for multiple times not a multi for house ;)

If only the entire question wasn't in the title :p

People tend to do that and then repeat it in the first post, so I skipped lol. My bad.
 
Back