Quote:
Originally posted by LiquidIce00
if you just want to trade info w/o npc server and w/o using getplayer stuff you could just do something like
NPC Code:
for (this.i=1;this.i<playerscount;this.i++) {
triggeraction players[this.i].x,players[this.i].y,whatever,#a;
}
just an idea.
|
you would have to use
triggeration players[this.i].x+1.5,players[this.i].y+2,whatever,#a;
if u do not add the small values to x and y triggeraction won't work right...