Can't mind my error :S

BlitzMax Forums/BlitzMax Beginners Area/Can't mind my error :S

Apollonius(Posted 2007) [#1]
Well, I have an error somewhere in my code and I really can't find it, it says its at GAMEROOM = GAMEROOM.DrawAll(), some little assistance would be awesome :D




Perturbatio(Posted 2007) [#2]
your problem is you are assigning the result of the UpdateAll() method (which is non-existent (the result not the method)) to GAMEROOM, then you try and call DrawAll() on a null object.