View Single Post
  #66  
Old 05-04-2011, 02:51 AM
MattKan MattKan is offline
the KattMan
Join Date: Aug 2010
Location: United States
Posts: 1,325
MattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to behold
Send a message via AIM to MattKan
I always script stuff like this...

PHP Code:
//instead of doing this:

function onCreated() {
  
commands
}

//I do this..

function onCreated()
{
  
commands

I've always done it, that's just the way I script, but do you think should get in the habit of doing it the first way?
Reply With Quote