Push out from solid object. ( From Rex Rainbow )
There are some errors present in the runtime of this plugin. namely in instance.js:
// Didn't get pushed out: restore old position and return false
inst.GetWorldInfo().SetX(oldx);
inst.GetWorldInfo().SetX(oldy);
The second line shoudl be .SetY, not .SetX
I hope its fixed now. Thanks :)