Quote:
Originally Posted by Twinny
PHP Code:
function onCreated() { this.var = "blah"; this.message = format("Hi there, %s", (player.ismale ? "sir!" : "ma'am!")); for (var : player.getvarnames()) doNothing(var); }
|
Looks good to me, except no braces on the for statement. Nice work Stefan

.