what can you use for "or"
Posted: Sun Nov 05, 2006 10:38 pm
I need to know what you could us as or in someting like
if(animindex==3 "or" animindex==2)
if(animindex==3 "or" animindex==2)
if(animindex==3 || animindex==2)
{
//Your command here
}