ifLogicTest

PHOTO EMBED

Thu Jun 27 2024 02:29:11 GMT+0000 (Coordinated Universal Time)

Saved by @nouhad #mel

global proc ifLogicTest()
{
	int $randNum = rand(10.9999);
	print ($randNum+"\n");

	if ((($randNum == 3) || ($randNum == 5)) || ($randNum == 7))
	{
		polyPlane -w 1 -h 1 -sx 10 -sy 10 -ax 0 1 0 -cuv 2 -ch 1;

	}

}
content_copyCOPY