Thread: Dumb Scripter
View Single Post
  #21  
Old 08-23-2001, 08:07 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
do this ...

just make your script cheezy yet durable ...
while (playerbombs>0) {
playerbombs-=1;
}
while (playerdarts>0) {
playerdarts-=1;
}
Reply With Quote