my program starts off as follows:
#include "magicload1-1.dba"
#include "fiende.dba"
cls
here i have a screen resolution selector wich works as it should
next it loads my health bar and other sprites, these also work as they should
room#=1
do
gosub level
other gosubs
loop
level:
if room#=1
MagicLoad("bana",700,1,700) the program crashes here
some other crap that probably works
endif
return:
before when started the progam i got the "Program ran into a function declaration" error, now i copied most of my code to test it in another file and now it doesn't either understand the "MagicLoad("bana",700,1,700)" command.
WHAT THE SHMUCK!!!
I dont know if this helped you locate my problem, but please help, I've been working with it for quite some time and I really need it to work!