View Single Post
  #13  
Old 05-05-2011, 11:01 PM
Tricxta Tricxta is offline
The Muffin Man
Tricxta's Avatar
Join Date: Oct 2010
Location: Australia
Posts: 563
Tricxta is just really niceTricxta is just really nice
Have a variable in it:
PHP Code:
function onWeaponFired()
{
  
this.on=1-this.on;
  if (
this.on==1)
  {
    
//weapon is now on
  
}
  else 
  {
    
//weapon is now off
  
}

Reply With Quote