HTML Coding question?

spencer

New member
How do i write if this OR this then do something

else if(Dice2Kill ==random1 or Dice2Kill == 0){Dice2KillQuantity +=1;
Dice2Kill==random1}
i have this
but obviously "or" isnt correct
i need to know how to write or in html code
("and" is "&&", so yes its like that, i just need to know the code)
(further example is "not equal to" is "!=" so ya...its like that i just need the code for "or")

Thanks for the Help!!
 
Back
Top