Jadis:
Hello young followers *cough*
Ok well.. I am not asking for a script so don't flame me like so many of you have done to others.
For the Gralat system. How do you remove the rupees and place gralats without more than one appearing. Can it be done without the NPCServer? I have been told it can.
Let's say two players have a weapon like this.
NPC Code:
if (timeout) {
for (i=0;i<itemscount;i++) {
if (items[i].type==<greenrupeeidwhateveritis>) {
putnpc coin.gif,coin1.txt,items[i].x,items[i].y;
removeitem i;
}
}
timeout = .05;
}
Anyway wouldn't two coins appear there if two players were in the level?
Please respond with questions and/or answers.