estaba haciendo un juego 3d y me salio esto
___________________________________________
FATAL ERROR in
action number 2
of Step Event
for object obj_ball:
COMPILATION ERROR in code action
Error in code at line 2:
d3d_draw_ellipsoid(x-5,y-5,z+10,x+5,z,-1,1,1,10);
^
at position 49: Wrong number of arguments to function or script.
lo que pasa esque le falta un argumento; son 10 en total y ud especific? 9
d3d_draw_ellipsoid(x1,y1,z1,x2,y2,z2,texid,hrepeat,vrepeat,steps) :-[