View Single Post
cooba cooba's Avatar

JCF Veteran

Joined: Jan 2004

Posts: 7,812

cooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of light

Feb 3, 2013, 04:00 AM
cooba is offline
Reply With Quote
Quote:
Originally Posted by Jerrythabest View Post
But I figure this shorter version would work equally well:
Code:
void onMain(){
    if (jjGameTicks == 0){
        //jjChat your commands here
    }
}
jjGameTicks needs to equal 1, not 0, but otherwise this works perfectly.