Weird Compiler Error...


Quiest

I like turtles!
Joined
Sep 2, 2004
Messages
3,411
Age
40
Location
Dteuschland ;)
I think this is a really stupid problem, but I don`t know what is wrong.

I get the following compiler error:

" Undefined procedure("BOSS1_ID") "

I just put a global variable boss_id in global.


And later in my code I`m calling the boss process like this:

boss1_id=boss1_main(5);


I`m doing the same thing for my player process and the levelcam process, where this works perfectly... I can`t find any error... but my code is mess atm, I just implemented two level parts for testing and the boss fight...
 
I would have to post to much code, I won`t show it to the puplic until it`s done.

But if you want, I`ll send/pm you my current progress and let you take a look at it.


Oh wait, I tracked it down and fixed it. Everythings working now.
 
Back
Top