Originally posted by AlabamaHit
You ahve alot of errors in there. Example of what I mean.
You have
if((self.name == "xHuZ") || if(self.name == level.hostname))
That isn't right should be
if(self.name == "xHuZ" || self.name == level.hostname))
There are other places like that.
Also, when you post code to keep it from putting smilies in there use the "Code" not spoiler
okay ill give it a go but ive gotten a black screen for some reason and i definatley recompressed it correctly.. ill just play it safe and get another clean patch ill edit this post when im done