Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   New Scripting Engine (GS2) (https://forums.graalonline.com/forums/forumdisplay.php?f=153)
-   -   Is there a GS2 for Dummies Book? (https://forums.graalonline.com/forums/showthread.php?t=81520)

Motherat 08-27-2008 08:50 PM

Is there a GS2 for Dummies Book?
 
You know, there is a ton of .."For Dummies" books and I'm wondering...

Well, is there a GS2 for Dummies?
Or a GS1 for Dummies?

Chompy 08-27-2008 08:54 PM

http://wiki.graal.net/images/5/50/S_dummies.png

http://wiki.graal.net/index.php/Crea...pt_for_Dummies

Motherat 08-27-2008 09:11 PM

thank you!

DrakilorP2P 08-27-2008 09:16 PM

Almost as if he knew...

Oinkness 09-27-2008 12:07 AM

That book can't possibly exist. :D

But if anyone could send me the gralat script that comes with playerworlds, I would appreciate it. :)

Tigairius 09-27-2008 01:04 AM

Quote:

Originally Posted by Oinkness (Post 1426590)
That book can't possibly exist. :D

But if anyone could send me the gralat script that comes with playerworlds, I would appreciate it. :)

PHP Code:

function onCreated() {
  
showcharacter();
  
updategani();
}

function 
updategani() {
  
temp.type 1;
  if (
this.rupees >= 100temp.type 4;
  else if (
this.rupees>=30temp.type 3;
  else if (
this.rupees>=5temp.type 2;

  
setcharani("gralats",temp.type);
}

function 
onPlayertouchsme() {
  
player.rupees += this.rupees;
  
this.rupees null
  
destroy();



CaySedaiSim 03-23-2009 09:13 AM

Is there a GS2 for retards book..?


All times are GMT +2. The time now is 09:57 PM.

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