i have in the fallowing setup ; allegro.ilinit ;Create Dir Skill 8.1 ;Allegro Command(s) = Draw_A_Line load("draw_a_line.il") ------------------ ; draw_a_line.il ; Draw a line ; Draws a line with defined x and y coordinates axlCmdRegister( "draw_a_line" `draw_a_line) ------------------ ; somescript.scr # some code skill load("draw_a_line.il") draw_a_line() skill exit
↧