Thread: Hat Viewer
View Single Post
  #3  
Old 09-05-2006, 11:48 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Not to mention that you haven't got your code blocks correct.
PHP Code:
function onKeyPressed()
{
  if (
foo)
  {
    
//
  
}
    else
  if (
bar)
  {
    
//
  
}

Style. Your. Scripts.

It really does make it easier to spot errors.
Reply With Quote