Depends on what you're comparing
it's probably like THIS example.
Code:
int getRandom()
{
return 5;//yeah its not random just example
}
void Fly()
{
if(getRandom > 4)[Color="Green"]// this is wrong, you need to make it [/color]if(getRandom[u][b]()[/b][/u] > 4
{
//do ****
}
}