View Single Post
  #4  
Old 03-25-2002, 10:58 AM
Tin Man Tin Man is offline
GFX Ninja
Tin Man's Avatar
Join Date: Aug 2001
Location: Near a PC
Posts: 1,277
Tin Man is on a distinguished road
Send a message via ICQ to Tin Man Send a message via AIM to Tin Man Send a message via Yahoo to Tin Man
this doesnt work either:

if (playerhearts > 3 || playerhearts == 3 && this.l33t = 0) { playerhearts = 3; this.l33t = this.l33t + 1;
}
elseif (playerhearts > 3 && this.l33t = 1) { playerhearts = 2.5; this.l33t = this.l33t + 1;
}
elseif (playerhearts > 3 && this.l33t = 2) { playerhearts = 2.5; this.l33t = this.l33t + 1;
}
elseif (playerhearts > 3 && this.l33t = 3) { playerhearts = 2; this.l33t = this.l33t + 1;
}
elseif (playerhearts > 3 && this.l33t = 4) { playerhearts = 2; this.l33t = this.l33t + 1;
}
elseif (playerhearts > 3 && this.l33t = 5) { playerhearts = 1.5; this.l33t = this.l33t + 1;
}
elseif (playerhearts > 3 && this.l33t = 6) { playerhearts = 1.5; this.l33t = this.l33t + 1;
}
elseif (playerhearts > 3 && this.l33t = 7) { playerhearts = 1; this.l33t = this.l33t + 1;
}
elseif (playerhearts > 3 && this.l33t = 8) { playerhearts = 1; this.l33t = this.l33t + 1;
}
elseif (playerhearts > 3 && this.l33t = 9) { playerhearts = .5; this.l33t = this.l33t + 1;
}
elseif (playerhearts > 3 && this.l33t = 10) { playerhearts = .5; this.l33t = this.l33t + 1;
}
elseif (playerhearts > 3 && this.l33t = 11) { playerhearts = 0; this.l33t = this.l33t + 1;
}
elseif (playerhearts > 3 && this.l33t = 12) {unset test; this.l33t = 0;}
}
__________________


Check it out
Reply With Quote