Page 3 of 3

Posted: Wed Jan 05, 2005 1:08 pm
by xisle
oh wait.. its here somewhere.. ah in my junk folder.
I'll post just a snippet

Code: Select all

if($u_weapon == "ROCK" && $c_weapon ==  "SCISSORS"){
      print"<b>ROCK</b> crushes SCISSORS... You Win!<p>";
    }
    else if($u_weapon == "PAPER" && $c_weapon ==  "ROCK"){
      print"<b>PAPER</b> covers ROCK... You Win!<p>";
    }
    else if($u_weapon == "SCISSORS" && $c_weapon ==  "PAPER"){
      print"<b>SCISSORS</b> cut PAPER... You Win!<p>";
    }
:wink:


feyd | forgot the

Code: Select all

tags [/color]