View Single Post
  #4  
Old 01-22-2012, 08:20 PM
iBeatz iBeatz is offline
Kavan
iBeatz's Avatar
Join Date: Dec 2010
Location: Northern Ireland, UK
Posts: 154
iBeatz will become famous soon enough
Send a message via Yahoo to iBeatz
Quote:
Originally Posted by Pelikano View Post
Well it's pretty obvious that if you place a player.chat = "bla"; before an else if that your code will break:

PHP Code:
if (bla) {

}
player.chat "hi";
else if (
bla2) {


This will obviously not work... so I don't think that it has anything to do with your syntax really lol
Ah yes, you're right.
I wasn't thinking straight when doing this it seems. Guess I was too frustrated trying to get my second collision check to work. Thanks.

Hezzy, can you suggest a simpler alternative to what I currently have?
__________________

Intelligence without ambition is like a bird without wings.

Reply With Quote