Quote:
Originally Posted by Rave_J
but ur gs2 beautifier is nice dont get me wrong would be cool if u can add where it tells u errors
and suggestions on how to fix
|
The purpose is to style the code properly so other scripters such as myself can actually read your (and others) code, diagnose errors and suggest solutions to problems.
It is in no way meant to actually compile and run code. The level editor doesn't even do that properly with GS2.
It can't even do one of the most basic GS2 scripts:
PHP Code:
//#CLIENTSIDE
function onCreated() {
echo("Hello world!");
}
Level Editor Error: Unknown command: echo("Hello world!")