Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #81  
Old 05-18-2007, 01:36 PM
PrinceOfKenshin PrinceOfKenshin is offline
That guy with a beard
PrinceOfKenshin's Avatar
Join Date: May 2004
Location: Ontario, Canada
Posts: 819
PrinceOfKenshin has a spectacular aura aboutPrinceOfKenshin has a spectacular aura about
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
__________________


Quote:
Game Master (Server): Greetings PrinceOfKenshin, there are new posts on the forums that demand your urgent attention! God speed, the fate of the world is in your hands. If you fail, middle earth will forever be in the darkness and your children will be enslaved by McKain.
Reply With Quote
  #82  
Old 05-18-2007, 02:12 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by PrinceOfKenshin View Post
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
__________________
Reply With Quote
  #83  
Old 05-18-2007, 02:14 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
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;

Reply With Quote
  #84  
Old 05-18-2007, 02:17 PM
killerogue killerogue is offline
Registered Omega
killerogue's Avatar
Join Date: Apr 2006
Location: United States
Posts: 1,920
killerogue is on a distinguished road
Send a message via AIM to killerogue Send a message via MSN to killerogue
Quote:
Originally Posted by PrinceOfKenshin View Post
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.
__________________


REMEMBER, IF YOU REP ME, LEAVE A NAME!

Quote:
Originally Posted by haunter View Post
Graal admins don't die. They go to hell and regroup.
Quote:
Originally Posted by Inverness View Post
Without scripters, your graphics and levels wouldn't do anything but sit there and look pretty.
Reply With Quote
  #85  
Old 05-18-2007, 09:06 PM
PrinceOfKenshin PrinceOfKenshin is offline
That guy with a beard
PrinceOfKenshin's Avatar
Join Date: May 2004
Location: Ontario, Canada
Posts: 819
PrinceOfKenshin has a spectacular aura aboutPrinceOfKenshin has a spectacular aura about
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
__________________


Quote:
Game Master (Server): Greetings PrinceOfKenshin, there are new posts on the forums that demand your urgent attention! God speed, the fate of the world is in your hands. If you fail, middle earth will forever be in the darkness and your children will be enslaved by McKain.
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 02:15 AM.


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