Thread: GS2 Beautifier
View Single Post
  #4  
Old 08-14-2011, 12:05 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Rave_J View Post
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!")
__________________
Quote:
Reply With Quote