C code chart for game editor
< Smaller than
<= Smaller or equal to
== Equal to
!= Not equal to
> Larger than
>= Larger or equal to
&& And
! Not
|| Or
diormeh wrote:i deleted that because i didn't think it would work in game editor
if(somevariable > 0 || somevariable < 10)
{
//Your code here
}
if(Condition1<Condition2 || Condition1==10)
{
//Action
}
Users browsing this forum: No registered users and 1 guest