Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Basic NO PREVIOUS KNOWLEDGE TUTORIALS (https://forums.graalonline.com/forums/showthread.php?t=73995)

PrinceOfKenshin 05-18-2007 01:36 PM

I am still debating if i should master Gs1, because crono posted somewhere, i think on this thread. That learning Gs1 makes it easier to learn Gs2

Chompy 05-18-2007 02:12 PM

Quote:

Originally Posted by PrinceOfKenshin (Post 1309082)
I am still debating if i should master Gs1, because crono posted somewhere, i think on this thread. That learning Gs1 makes it easier to learn Gs2

Depends, but learning C++ or something object-based will make it easier for you learning gs2, since gs2 is object-based

DustyPorViva 05-18-2007 02:14 PM

I think, to be honest, GS1 may be 'simpler' to understand in concept, but in the end, you'll only be hurting yourself. One way or another, you're going to be learning the basics of scripting and format, so you should just start with GS2. For simple scripting, it's not all that different from GS1, so I wouldn't see the big advantage of starting over GS2.
GS1:
PHP Code:

if (playerenters) {
  
playerx=32;
  
playery=32;


GS2:
PHP Code:

function onPlayerenters() {
  
player.x=32;
  
player.y=32;



killerogue 05-18-2007 02:17 PM

Quote:

Originally Posted by PrinceOfKenshin (Post 1309082)
I am still debating if i should master Gs1, because crono posted somewhere, i think on this thread. That learning Gs1 makes it easier to learn Gs2

No, please don't. I don't see how that would benefit you at all...really. Gs1 and GS2 are two, nearly, completely different coding languages.

PrinceOfKenshin 05-18-2007 09:06 PM

Gotcha..I'm just starting a new big project and i realized how much scripting i am gonna have to do (meaning more than normal)

On that note i was wondering if i can make music only play so that not everyone in that level hears it


All times are GMT +2. The time now is 07:13 PM.

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