Can't mind my error :S
BlitzMax Forums/BlitzMax Beginners Area/Can't mind my error :S| 
 | ||
| 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 | 
| 
 | ||
| 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. |