Thread: The Big Bang.
View Single Post
  #1  
Old 07-23-2001, 11:40 PM
Brady2 Brady2 is offline
Registered User
Brady2's Avatar
Join Date: Mar 2001
Location: Phoenix, AZ and Wichita Falls, TX
Posts: 924
Brady2 is on a distinguished road
The Big Bang.

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.
Reply With Quote