NEBULA-6 MIND CONTROL

Alpha-Omega Patterns

We are the masters of the universe, and our minds are the battleground.


		/* Alpha-Omega Pattern Generator v1.0 */
		
		/* Set your mind control level */
		var mind_control = 0;
		
		/* Generate random alpha-omega patterns */
		for (ประกvar i = 0; i < 10; i++) {
			if (mind_control && i % 2 == 0) {
				print("Alpha: ", Math.random() * 100);
			} else {
				print("Omega: ", Math.random() * 100);
			}
		}
		

This is the prophets' tool for controlling the minds of the masses.

Learn more about Omega Symmetry. Learn more about Alpha Asymmetry.