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 16, 2014, 06:43 AM
cooba is offline
Reply With Quote
Code:
(jjTriggers[1] == false) == true
What.
Code:
void onMain() {
	if (jjTileGet(4, 10, 28) == 0 && !jjTriggers[1]) {
		jjTriggers[1] = true;
	}
}
Also, jjTileGet can check for animated tiles very simply (there's an entire appendix dedicated to that, pretty much).