Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > New Scripting Engine (GS2)
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 08-14-2011, 01:00 AM
Rave_J Rave_J is offline
Graal Developer
Join Date: Feb 2006
Location: Texas
Posts: 848
Rave_J can only hope to improve
Send a message via AIM to Rave_J Send a message via MSN to Rave_J Send a message via Yahoo to Rave_J
just cause i mention graal has a code styler thing
and u get ur pantys in a wald but u know im not going to be inmature so im done talking to theses idiots
__________________
Graal Developer

Last edited by Rave_J; 08-14-2011 at 01:15 AM..
Reply With Quote
  #17  
Old 09-06-2011, 03:17 PM
imbavik imbavik is offline
Mercia
imbavik's Avatar
Join Date: Apr 2011
Location: Norway
Posts: 23
imbavik has a little shameless behaviour in the past
Send a message via MSN to imbavik
thank you for posting this , rep+
__________________
Reply With Quote
  #18  
Old 11-14-2011, 09:12 PM
moondeath moondeath is offline
-
moondeath's Avatar
Join Date: Nov 2007
Location: Inside my mind.
Posts: 19
moondeath is on a distinguished road
Quote:
Originally Posted by fowlplay4 View Post
Stuff

Did Stefan delete the "/style" command since I quit playing Graal?
__________________
AIM: DarkFireXZ3
Email: [email protected]

Gscript, Playerworld Rules, Support Center
Reply With Quote
  #19  
Old 11-14-2011, 09:23 PM
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 moondeath View Post
Did Stefan delete the "/style" command since I quit playing Graal?
No it's still there but it requires you to have the code on NC.

Also in the past I've seen it completely butcher scripts as well.
__________________
Quote:
Reply With Quote
  #20  
Old 11-14-2011, 09:25 PM
moondeath moondeath is offline
-
moondeath's Avatar
Join Date: Nov 2007
Location: Inside my mind.
Posts: 19
moondeath is on a distinguished road
Quote:
Originally Posted by fowlplay4 View Post
No it's still there but it requires you to have the code on NC.

Also in the past I've seen it completely butcher scripts as well.
Okay that's a problem, why?

And I have never had that problem... I guess it just liked me better.
__________________
AIM: DarkFireXZ3
Email: [email protected]

Gscript, Playerworld Rules, Support Center
Reply With Quote
  #21  
Old 11-14-2011, 10:02 PM
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 moondeath View Post
Okay that's a problem, why?

And I have never had that problem... I guess it just liked me better.
Keep in mind I primarily use this tool to style other people's code and specific sections of code.

Couple reasons:

1. I don't want to copy and paste other people's code into my RC unless I absolutely have to.
2. Using RC to style is a slow/tedious process and only styles code in one way. See comparison below.

Using the beautifier website:
Copy code posted on forums -> Open Tab to GS2 Beautifier -> Paste -> Style

Using RC:
Copy code posted on forums -> Open RC -> Create a new class npc -> Paste -> Click Apply -> Close Script -> Type in /style class testscriptname -> Re-Open Script
__________________
Quote:
Reply With Quote
  #22  
Old 11-15-2011, 09:13 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
i remember it messing with code too, which I didn't like
__________________
Reply With Quote
  #23  
Old 03-20-2012, 07:52 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Pardon the bumb, but I've just spotted an error with how it styles a part of my code. I've got a chunk in my script that says
PHP Code:
if (this.algo = > this.algo2) { 
RC spits out an error if there's a space after the '=' sign, but doesn't if it's removed. :P
__________________
Reply With Quote
  #24  
Old 03-21-2012, 02:22 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Emera View Post
Pardon the bumb, but I've just spotted an error with how it styles a part of my code. I've got a chunk in my script that says
PHP Code:
if (this.algo = > this.algo2) { 
RC spits out an error if there's a space after the '=' sign, but doesn't if it's removed. :P
It's an error, but you should be doing >= instead of => anyway to comply with general programming conventions.
__________________
Reply With Quote
  #25  
Old 03-21-2012, 05:08 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Ok, thanks <3
__________________
Reply With Quote
  #26  
Old 10-13-2012, 10:59 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
a small bump, but you might now want to update the example script in there. it is still using
PHP Code:
player.triggerclient(this.name"hello world"); 
(not having the "gui"/"weapon" part).
not that people are learning from that example but it should be given correctly
__________________
MEEP!
Reply With Quote
  #27  
Old 10-13-2012, 11:28 PM
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 callimuc View Post
a small bump, but you might now want to update the example script in there. it is still using
PHP Code:
player.triggerclient(this.name"hello world"); 
(not having the "gui"/"weapon" part).
not that people are learning from that example but it should be given correctly
done.
__________________
Quote:
Reply With Quote
  #28  
Old 10-14-2012, 02:41 AM
TheGodAngelo TheGodAngelo is offline
Classic Developer.
TheGodAngelo's Avatar
Join Date: May 2006
Posts: 85
TheGodAngelo is just really niceTheGodAngelo is just really nice
Quote:
Originally Posted by Rave_J View Post
just cause i mention graal has a code styler thing
and u get ur pantys in a wald but u know im not going to be inmature so im done talking to theses idiots
how do you tolerate the red squiggly lines under your words when you type a post? it always irks me! and I'm not even a grammar Nazi.
__________________
L is real, 2042.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:54 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.