Skip to content
Dmitriy edited this page Jul 20, 2015 · 2 revisions

Welcome to the LuaMakermod wiki!

LuaMakermod written on Lua and working on JA++.

New commands

Improved mmove

You can use also:

mmove <x> <y> <z> <duration>
mmove <x> <y> <z> <duration> <easing>

Duration in milliseconds, 1000 milliseconds is 1 second.
Easing is linear by default.

Available easing: linear, swing, spring, pulse, wobble, ease, cubic, quart, quint, expo, circ, sine, back, bounce, elastic.
Also you can use mmove list.

Relative mmark

mmark +5 +5 +5 -- marks [your x + 5, your y + 5, your z + 5].
mmark -3 +4 +0 -- also you can use -.

Moving by curve

mellipse <radius>
mellipse <rx> <ry> -- radius x, radius y.
mellipse <rx> <ry> <period> -- period is in milliseconds.

Small changes

mkill all, mkill trace -- instead of deprecated mkillall, mkillt.

Clone this wiki locally