View Single Post
  #3  
Old 05-06-2011, 10:35 PM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
I had a style...then Stefan said I should use his style lest he style my code for me

so now

PHP Code:
function onCreated() {
  
this.var = "blah";
  
this.message format("Hi there, %s", (player.ismale "sir!" "ma'am!"));
  for (var : 
player.getvarnames())
    
doNothing(var);

I think he asked me to lose the braces if there was only one line in the block...either way I'm doing it now =]. I tend to go for the 'less lines the better' look =]
Reply With Quote