Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   New Scripting Engine (GS2) (https://forums.graalonline.com/forums/forumdisplay.php?f=153)
-   -   Does anyone want to help me out? (https://forums.graalonline.com/forums/showthread.php?t=81483)

Motherat 08-26-2008 05:47 PM

Does anyone want to help me out?
 
(sorry if this is in the wrong forum)
I am a novice in scripting and can only script a little bit in GS2, and it's hard for me to understand some of the scripting language will all the guides I get for intermediate scripters and everything, I want to learn GS2 and if anyone wants to let me use their server to practice GS2 and everything since I can only script so far a "no-pk-zone" script.. it'd me alot. You could perhaps help me on the server or something... it's GS2 all I want to learn.
This is all I can script so far with a little help from Sidney and Mog:
(too bad Mog doesn't play graal anymore)
NPC Code:
// NPC made by Motherat
//#CLIENTSIDE
function onPlayerEnters()
noplayerkilling();
}


It'd be really helpful, yeah.
(once again, sorry if this is in wrong section feel free to move it to the right one)

xXziroXx 08-26-2008 07:09 PM

I hardly call using one built-in command in an entire code as "I can script a <insert thing>" :oo:

excaliber7388 08-26-2008 07:36 PM

NPC Code:
// NPC made by Motherat
//#CLIENTSIDE
function onPlayerEnters()
{
noplayerkilling();
}


Fixed part in red
You need starting and closing brackets ;)

Motherat 08-26-2008 10:09 PM

Quote:

Originally Posted by excaliber7388 (Post 1418006)
NPC Code:
// NPC made by Motherat
//#CLIENTSIDE
function onPlayerEnters()
{
noplayerkilling();
}


Fixed part in red
You need starting and closing brackets ;)

Thanks for formatting it, as you can see I'm in desperate need of someone to teach me GS2 or let me use their server for practice.


All times are GMT +2. The time now is 09:10 AM.

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