Ich hab aber auch noch nie in 3-Dimensionalen Koordinatensystemen gearbeitet

s2:ai_stay $called_native,0;
s2:ai_stay $called_native,1;
on:use { $yaw=getyaw ("unit",1); $id=create ("object",1,0,0); setpos "object",$id,(3+10*sin "$yaw"),"self",(7+10*cos "$yaw"); }
on:use { $yaw=getyaw ("unit",1); $id=create ("object",1,0,0); setpos "object",$id,(3+10*sin($yaw)),"self",(7+10*cos ($yaw)); }
on:start { ai_mode 132, "goto" , "object", 124; }
on:use { store create("item",Typ),"unit",1; }