Thread: Scripts...
View Single Post
  #4  
Old 08-09-2002, 09:47 AM
adam adam is offline
http://wiki.graal.us/
adam's Avatar
Join Date: Nov 2001
Posts: 2,247
adam has a spectacular aura aboutadam has a spectacular aura about
Send a message via AIM to adam
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.
__________________
Rogue Shadow (TCN)(NAT)(Global Development Team)

For development help, contact the patrons of the #graaldt irc channel below, I am usually there.
Click Here to Join IRC Chat Now! -- irc.freenode.net Channel: #graaldt
Quote:
<Dustyshouri> no, RogueShadow is always talking about scripts lol
<Dustyshouri> in fact, he pretty much brought Graal back as a topic single-handedly
Reply With Quote