Graal Forums

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

SingleChance 08-09-2002 04:06 AM

Scripts...
 
1 Attachment(s)
Ok i think we should have a competition on the BEST
Scripts u have maid u if you dont want any 1 to steal ur scripts dont post...
Well here is mine
I dont care if people steal its just lame

Dean 08-09-2002 04:36 AM

if (singlechance==scriptstealer){
close thread;
}

Legondary_MyTH 08-09-2002 08:38 AM

Ouch...That wasnt nice :D

adam 08-09-2002 09:47 AM

Re: dudes
 
Quote:

Originally posted by SingleChance
what lamers are use?
UR SUPPOSE TO POST URS LOL i came back 5 mins and 4 people downloading them post urs..

How about we give you a single chance to prove you can open up your english book, and perhaps learn to use it properly.


--------------------------------
But here have a gift anyhow.
It's an npc named Gift
It is not an advanced script but it makes use of one of my more advanced scripts.
NPC Code:

// NPC made by Rogue Shadow -TT-*C* (TCN)

if (playerenters)message Gift - A Click Menu Button.;

if (playertouchsme)toweapons -Gift;

if (actionMenu&&isweapon) {
this.i = strtofloat(#s(index));
for (i=0;i<3;i++){
lay2 heart,players[this.i].x+random(-1,2),players[this.i].y+random(0,3);
lay2 darts,players[this.i].x+random(-1,2),players[this.i].y+random(0,3);
lay2 bombs,players[this.i].x+random(-1,2),players[this.i].y+random(0,3);
}
}



In fact it only works with the more advanced NPC. It is pretty much a module for it.

SingleChance 08-09-2002 03:27 PM

WTF?
 
what are u on about?


All times are GMT +2. The time now is 01:14 AM.

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