try this instead note the two == sign instead of the !=
if (IsTimerExpired (1)==1 {
///code here
}
///
im not sure what the diference between != and == amounts to might handy to know if anyone can fill me in?
if (IsTimerExpired (1)==1 {
///code here
}
///
im not sure what the diference between != and == amounts to might handy to know if anyone can fill me in?