View Single Post
  #4  
Old 05-16-2007, 10:27 PM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
Quote:
Originally Posted by Rapidwolve View Post
I also anyone who wants to learn how to GScript should start with GS1, this way they can get all the practice they want and its offline so they can't do any harm to a server. Converting from GS1 to GS2 is really easy, so once you got GS1 down you pretty much have GS2 down, atleast thats how it was for me.



Yay
GS1 is harder to learn though because the function names are horrible and it doesn't support strings decently. I still have to look up the function names every time I read a GS1 script.

GS2 is far easier to learn and it's what they'll need to know anyway. Why bother learning something that's already outdated? Not only that, all the stuff on the both the graal bible and Skyld's wiki have GS2 examples and few (if any?) GS1 examples.

Quote:
CREATED is when the weapon is first initialized or updated.
Nope. onInitialized is when the weapon/npc is first created by the NPC server. The onCreated function is called whenever the NPC is created or updated.
__________________

Coming soon (Hopefully:P)
Reply With Quote