Thread: Dumb Scripter
View Single Post
  #27  
Old 08-25-2001, 10:06 PM
mhermher mhermher is offline
galase galase!
mhermher's Avatar
Join Date: Jun 2001
Location: Sweden, Stockholm.
Posts: 2,012
mhermher is on a distinguished road
Send a message via ICQ to mhermher Send a message via AIM to mhermher Send a message via Yahoo to mhermher
Quote:
Originally posted by IcePick_2001

umm... try theses:

NPC Code:

if(playerdarts>0 || playerbombs>0) {
darts-bombs()
function darts-bombs(){
playerbombs-=1;
playerdarts-=1;
}
}



NPC Code:

if (timeout||playerenters) {
playerbombs=0;
playerdarts=0;
timeout=.05;
}



NPC Code:

if(playerdarts>0 || playerbombs>0) {
this.action=true;
if(this.action=true) {
playerbombs=0;
playerdarts=0;
}
}



Where you got those????



*cough* thief *cough*
__________________
Donate money for my trip to Germany

Adiarde Manager
Reply With Quote