View Single Post
  #2  
Old 06-23-2012, 12:02 AM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
You have a double equals sign (which are for comparing values) in your timer assignments.

Reducing the timer should also either be this.timer --; or this.timer -= 1;
Reply With Quote