Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Scripts Tutorial? (https://forums.graalonline.com/forums/showthread.php?t=57051)

Moonite 01-14-2005 07:33 AM

Scripts Tutorial?
 
I dont know if im here right

Are there any Scripting Site's were I can learn how to script?
I really want to learn scriptingnow because im a Great lat but still Good Lookign without nice Scripts are like (Edited out by Moonie, give me a break)

osrs 01-14-2005 02:18 PM

5 Attachment(s)
It would be good if you could read all the newfeatures, they are in your Graal folder. These documents that I've uploaded are helpful too.

osrs 01-14-2005 02:19 PM

1 Attachment(s)
There is a string-variable document left.

Kaimetsu 01-14-2005 02:27 PM

Osrs, has your 'scripting support' team released any documents yet?

osrs 01-14-2005 02:30 PM

Quote:

Originally Posted by Kaimetsu
Osrs, has your 'scripting support' team released any documents yet?

I would not use the term 'team' anymore, everybody promises many things and jumps out after some time. I wrote some documents and uploaded on Debug to some GST check it out, I believe PS did and posted the documents somewhere (or will post).

Kaimetsu 01-14-2005 03:21 PM

Quote:

Originally Posted by osrs
I would not use the term 'team' anymore, everybody promises many things and jumps out after some time

Told you so.

Quote:

I wrote some documents and uploaded on Debug to some GST check it out, I believe PS did and posted the documents somewhere (or will post)
Haven't seen that yet.

Shaun 01-14-2005 08:25 PM

The last time I read newfeatures, I think something was mentioned that they're trying to replace

if (playersays(whatever))

with

if (strequals(#c,whatever))

So yeah, I haven't really kept up to date. I think anything after 1.34 is completely new to me, except for a couple of lights stuff. But I only really know setimgpart to manipulate lights :X

Ningnong 01-14-2005 08:44 PM

Quote:

Originally Posted by Shaun
The last time I read newfeatures, I think something was mentioned that they're trying to replace

if (playersays(whatever))

with

if (strequals(#c,whatever))

So yeah, I haven't really kept up to date. I think anything after 1.34 is completely new to me, except for a couple of lights stuff. But I only really know setimgpart to manipulate lights :X


Indeed, but that must be used with an event block :

NPC Code:

if (playerchats){
if (strequals(#c,text)) ;
}


Shaun 01-14-2005 08:54 PM

Yeah, I found that out when a lot of my scripts weren't working properly.

Also, I found a lot of stuff didn't work because apparently I have to add something like //#CLIENTSIDE to stuff. Just really irritates me. :P

I remember when the LAT used to include scripters (and graphics people, etc). Really, a level is composed of tiles, scripts, and graphics. But I guess a LAT is now considered any single person who tiles. So weird how things change...

Ningnong 01-15-2005 02:39 PM

Yes, also anything above //#CLIENTSIDE is serverside. Without putting //#CLIENTSIDE your script will be read serverside - and not everything that works clientside works serverside.

Slash-P2P 01-15-2005 04:42 PM

Quote:

Originally Posted by osrs
I would not use the term 'team' anymore, everybody promises many things and jumps out after some time. I wrote some documents and uploaded on Debug to some GST check it out, I believe PS did and posted the documents somewhere (or will post).

I made the Q-Menu tutorial (although it sucks) >_<

Projectshifter 01-15-2005 07:05 PM

Quote:

Originally Posted by osrs
I wrote some documents and uploaded on Debug to some GST check it out, I believe PS did and posted the documents somewhere (or will post).

I rewrote the "library" one in more standard english and redid bits and pieces of it to make it a little more friendly and understandable. But, it was your document so I did not want to intrude and release it.


All times are GMT +2. The time now is 12:47 AM.

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