Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Idea of mine :) (https://forums.graalonline.com/forums/showthread.php?t=191)

Hawk 03-14-2001 12:48 AM

We should make a webpage for new NPC Scripters (OR for people who just SUCK, hehe) so they could learn what EACH one does, in THERE own words.
The NPC scripting thing that comes with your graal, is too confusing to newbies and such.
At least that's what I think :/

grim_squeaker_x 03-14-2001 12:54 AM

Newbie Scripters Bible:
 
http://www.users.qwest.net/~ace2896/commands.html

Contains info on all commands and examples on how to use 'em, although if you're learning scripting from scratch it isn't advisable to read through this whole thing before starting, just search for the command from which you don't know what it does, works much better ^^

Psyker 03-14-2001 01:59 AM

I had to look at graal levels from the levelpack, copy the scripts, and see what they did.
And I'm still not that fluent at scripting.
*yawn* :o

Fai 03-14-2001 04:09 AM

I looked at um the levels stuff then did things like:
NPC Code:

if (playertouchsme) {
hide;
}



I still suck though :[

FatherDante 03-14-2001 12:25 PM

NPC scripting... is... uh... about as simple as it gets when it comes to programming. If newbies find it confusing, how can Stefan be held responsible for making it even simpler?

Fai 03-14-2001 07:25 PM

Shouldn't it be "if (playertouchesme)"

grim_squeaker_x 03-14-2001 07:51 PM

Blah.
 
There's a whole list of flags in the commands.rtf file and you get used to typing it as playertouchsme.

freddyfox 03-14-2001 10:22 PM

No no Fai, it's been shortened because all cool scripting languages have shortened words.

Lomgren 03-15-2001 02:00 AM

If you happen to know C++, or have had experience in programming languages before, graalscript is a lot easier to learn how to use, because most languages have the same type of commands, but used in a different way.

grim_squeaker_x 03-15-2001 06:44 PM

Blah.
 
I never had any former Programming experience but still eveyone always tells me how good I am at NPC Scripting ^^, although don't ask me why I don't think I'm that good...

Hawk 03-21-2001 01:18 AM

heh
 
so modest :)


All times are GMT +2. The time now is 11:22 AM.

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