= 20 or 21 or 22???
Posted: Wed Jan 30, 2008 4:32 pm
how would i give multiple values in 1 line?
if ( mana = 20 or 21 or 22)
{
do something
}
i tried with commas and periods, but it didnt work
if ( mana = 20 or 21 or 22)
{
do something
}
i tried with commas and periods, but it didnt work