Quote:
Originally Posted by Rapidwolve
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.