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.