NPC Code: for(i=0;i<playerscount;i++) { with(players[i]) { script; } }
for(i=0;i<playerscount;i++) { with(players[i]) { script; } }
NPC Code: for(i=0;i<npcscount;i++) { with(npcs[i]) { script; } }
for(i=0;i<npcscount;i++) { with(npcs[i]) { script; } }