if you use c_move you could do something like this:

var z_; z_ = my.z; c_move(me, vector(0,0,100), nullvector, 0); my.z = z;

otherwise you could use c_trace and trace upwards from the pad.


- aka Manslayer101