default { touch_start(integer num) { vector pos = llGetPos() + llRot2Fwd(llGetRot())*1.5; llRezObject("Object", pos, <0,0,0>, llGetRot(), 1); } }