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 =]