Author Topic: Command for SuperShift  (Read 1326 times)

Topic says it all. I need to know the command for supershift. Example for the light: ServercmdLight. Please and thank you.


Is the servercommand servercmdtogglesupershift then?

I don't think there is one.

Is there a command for zoom?

toggleZoom(1); to zoom
toggleZoom(0); to unzoom

Ok, I was looking for a overwritable server command. Thank you anyway.

There is servercmdSuperShiftBrick as well as servercmdShiftBrick. Note that up 1/3 and down 1/3 use the normal ShiftBrick whether Super Shift is enabled or not.

Ok, I was looking for a overwritable server command.
Aww, Don't do that D:

It was going to be for switching spells in a magic wand I was making. Otherwise, the command would stay the same. However, I have lost my ability to host and I'm probably not going to mod blockland much more.

I don't think there is one.
There is. How do you think the server finds out if you have super shift?

There is servercmdSuperShiftBrick as well as servercmdShiftBrick. Note that up 1/3 and down 1/3 use the normal ShiftBrick whether Super Shift is enabled or not.
Although it CAN be done completely client side, because serverCmdShiftBrick has parameters to specify how far to shift the brick.

movebricksfasterpls();


There is servercmdSuperShiftBrick as well as servercmdShiftBrick. Note that up 1/3 and down 1/3 use the normal ShiftBrick whether Super Shift is enabled or not.
Although it CAN be done completely client side, because serverCmdShiftBrick has parameters to specify how far to shift the brick.
Those parameters only seem to be used in brick macros and moving small amounts up or down.