This code is from a class_cog:
It only prints:
"Inside While"
Any help would be greatly appreciated.
------------------
"Häb Pfrässe, süsch chlepfts!" - The coolest language in the world (besides Cherokee)
Code:
potential = FirstThingInView(holo, 360, 1, 0x4); while(potential != -1) { jkStringClear(); jkStringConcatAsciiString("Inside While"); jkStringOutPut(-3, -1); if(potential != holo) { jkStringClear(); jkStringConcatAsciiString("Potential found"); jkStringOutPut(-3, -1); //AISetFireTarget(potential, holo); } potential = NextThingInView(); }
It only prints:
"Inside While"
Any help would be greatly appreciated.
------------------
"Häb Pfrässe, süsch chlepfts!" - The coolest language in the world (besides Cherokee)
"Häb Pfrässe, süsch chlepfts!" - The coolest language in the world (besides Cherokee)