Graal Forums  

Go Back   Graal Forums > General Forums > Graal Main Forum (English)
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-12-2005, 12:30 AM
falco10291029 falco10291029 is offline
BEst User EVER!
Join Date: Apr 2004
Posts: 1,186
falco10291029 is on a distinguished road
Quote:
Originally Posted by Kaimetsu
Feh. Anybody skilled with GS1 is skilled with GS2. It just takes a little while to adjust.
Only with things supported by GS1. I still haven't taken the time to learn some of the newer, more advanced GS2 commands (though i suppose that's my fault), but the point is great with GS1 is mediocre with GS2.
__________________
BEst Insult ever: If I had a dollar for every brain you DIDNT have, i'd have one dollar!
Reply With Quote
  #2  
Old 03-12-2005, 11:14 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally Posted by falco10291029
Only with things supported by GS1
Falco, programming isn't about learning commands. It's a way of thinking.
__________________
Reply With Quote
  #3  
Old 03-12-2005, 10:44 PM
falco10291029 falco10291029 is offline
BEst User EVER!
Join Date: Apr 2004
Posts: 1,186
falco10291029 is on a distinguished road
Quote:
Originally Posted by Kaimetsu
Falco, programming isn't about learning commands. It's a way of thinking.
You still need to learn commands, you can't program by just having a mindset that is good for programming.
__________________
BEst Insult ever: If I had a dollar for every brain you DIDNT have, i'd have one dollar!
Reply With Quote
  #4  
Old 03-13-2005, 04:09 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally Posted by falco10291029
You still need to learn commands
Yes, which is why I said: "It just takes a little while to adjust".
__________________
Reply With Quote
  #5  
Old 03-13-2005, 04:59 AM
Evil_Trunks Evil_Trunks is offline
Evil
Evil_Trunks's Avatar
Join Date: Dec 2004
Posts: 391
Evil_Trunks is on a distinguished road
Quote:
Originally Posted by falco10291029
Only with things supported by GS1. I still haven't taken the time to learn some of the newer, more advanced GS2 commands (though i suppose that's my fault), but the point is great with GS1 is mediocre with GS2.
If someone suddenly becomes medeocre when switching to GS2, I doubt they were originally great. I would go as far to say that the actual scripting process when dealing with GS2 is not greatly different at all to scripting in GS1.
__________________

Reply With Quote
  #6  
Old 03-13-2005, 07:21 PM
falco10291029 falco10291029 is offline
BEst User EVER!
Join Date: Apr 2004
Posts: 1,186
falco10291029 is on a distinguished road
To respond to both of you, my main point is basically just saying that even after adjusting for the different commands, well, 5/10 is less than 5/6.
__________________
BEst Insult ever: If I had a dollar for every brain you DIDNT have, i'd have one dollar!
Reply With Quote
  #7  
Old 03-13-2005, 09:43 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally Posted by falco10291029
5/10 is less than 5/6
Congratulations. Do you have anything meaningful to say?
__________________
Reply With Quote
  #8  
Old 03-18-2005, 04:14 PM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
in GS2, the commands aren't so much different.
Basically it's the same thing only everything is in function format(which is good because that will make scripts run smoother and faster). For example:
hide;
is now
hide();

something like:
tokenize #c;
is now
tokenize(#c);

there are differences with setplayer prop and setcharprop though:
setplayerprop #c,bla;
would now be
player.chat=bla;
or
player.#c=bla; (if I'm not mistaken)
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts

Last edited by Darlene159; 03-19-2005 at 04:02 PM..
Reply With Quote
  #9  
Old 03-18-2005, 06:57 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally Posted by coreys
everything is in function format(which is good because that will make scripts run smoother and faster). For example:
hide;
is now
hide();
How is that change likely to make scripts run smoother and faster?
__________________
Reply With Quote
  #10  
Old 03-18-2005, 09:38 PM
xXDuMajuXx xXDuMajuXx is offline
Corsein
Join Date: Mar 2005
Location: Home
Posts: 278
xXDuMajuXx is on a distinguished road
Send a message via AIM to xXDuMajuXx Send a message via MSN to xXDuMajuXx
Quote:
Originally Posted by Kaimetsu
How is that change likely to make scripts run smoother and faster?
Yes, I agree. How would turning all the GS1 commands into functions have an effect on the speed and quality?
Reply With Quote
  #11  
Old 03-19-2005, 01:23 AM
falco10291029 falco10291029 is offline
BEst User EVER!
Join Date: Apr 2004
Posts: 1,186
falco10291029 is on a distinguished road
Quote:
Originally Posted by Kaimetsu
Congratulations. Do you have anything meaningful to say?
I'm sorry that you were unable to make the connection. The 5/6 represents someone who knows how to do about 5 sixths of the possible things for gs1. When converting to gs2, even if they learn all the new version of the commands right away, since there is much more that you can do, the five tenths is represented, the ten being there instead of a six, showing that gs2 has much more that you can do. Never call me a *****/fool/someone with low intelligience again if you cannot make such a simple connection.
__________________
BEst Insult ever: If I had a dollar for every brain you DIDNT have, i'd have one dollar!
Reply With Quote
  #12  
Old 03-19-2005, 01:29 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally Posted by falco10291029
I'm sorry that you were unable to make the connection
I'm sorry that you haven't yet shaken your arrogance. You assume that I dismissed your little number comparison because I didn't understand it, when in reality it was because it had no value. We are talking about skill, not knowledge. And there is nothing in GS2 that would take a skilled scripter more than a few hours to pick up.
__________________
Reply With Quote
  #13  
Old 03-19-2005, 01:54 AM
falco10291029 falco10291029 is offline
BEst User EVER!
Join Date: Apr 2004
Posts: 1,186
falco10291029 is on a distinguished road
Quote:
Originally Posted by aimetsu
I'm sorry that you haven't yet shaken your arrogance. You assume that I dismissed your little number comparison because I didn't understand it, when in reality it was because it had no value. We are talking about skill, not knowledge. And there is nothing in GS2 that would take a skilled scripter more than a few hours to pick up.
First, my looking down upon you is just that, looking down on you. I was in no way being arrogant.

Second, considering the lack of explanation in the documents, it would so take a while to learn some of the new things, like gui scripts and such (took me a couple hours and MANY examples to make most of the connections necessary, and i usually learn commands quickly, though this may have been due to lack of documentation), and I'm sure there are many more. Thusly, my comparison did so have value.
__________________
BEst Insult ever: If I had a dollar for every brain you DIDNT have, i'd have one dollar!
Reply With Quote
  #14  
Old 03-19-2005, 02:08 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally Posted by falco10291029
First, my looking down upon you is just that, looking down on you. I was in no way being arrogant
You had made assumptions about my perceptions, apparently convincing yourself that your expression was more clever than it was. You did this all in the interests of putting yourself above me, like the buffoon that you continue to be.

Quote:
Second, considering the lack of explanation in the documents, it would so take a while to learn some of the new things, like gui scripts and such (took me a couple hours
I said a skilled scripter.

Quote:
Thusly, my comparison did so have value
Proportions aside, it had already been stated that a period of adjustment would be necessary. You did not add anything to the discussion.
__________________
Reply With Quote
  #15  
Old 03-19-2005, 02:23 AM
falco10291029 falco10291029 is offline
BEst User EVER!
Join Date: Apr 2004
Posts: 1,186
falco10291029 is on a distinguished road
Quote:
Originally Posted by Kaimetsu
You had made assumptions about my perceptions, apparently convincing yourself that your expression was more clever than it was. You did this all in the interests of putting yourself above me, like the buffoon that you continue to be.
No, I said it in a way that was meant to say "Hypocrite", not "I r better than u!".

Quote:
I said a skilled scripter.
And I'm arrogant?

Quote:
Proportions aside, it had already been stated that a period of adjustment would be necessary. You did not add anything to the discussion.
It's called a metaphor, it isn't meant to add, it's meant to explain.
__________________
BEst Insult ever: If I had a dollar for every brain you DIDNT have, i'd have one dollar!
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 10:51 AM.


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