Console output
#4
What a wimpy script. Try this one:
[cubescript]
loop i 8 [
loop j 8 [
loop k 8 [echo $i $j $k]]]
[/cubescript]

But also, just to make sure... Does the text show up on the in-game text console and not the Windows terminal, or is it omitted from both?
Have you tried compiling again (delete the object files to make sure they aren't the wrong ones)?
Thanks given by:


Messages In This Thread
Console output - by Frogulis - 01 Jan 12, 09:06AM
RE: Console output - by tempest - 01 Jan 12, 11:54AM
RE: Console output - by Frogulis - 01 Jan 12, 12:20PM
RE: Console output - by tempest - 01 Jan 12, 08:21PM
RE: Console output - by V-Man - 01 Jan 12, 07:47PM
RE: Console output - by Frogulis - 02 Jan 12, 03:00AM
RE: Console output - by Ronald_Reagan - 02 Jan 12, 03:36AM
RE: Console output - by Frogulis - 02 Jan 12, 03:58AM
RE: Console output - by Ronald_Reagan - 02 Jan 12, 04:14AM
RE: Console output - by Frogulis - 02 Jan 12, 05:07AM
RE: Console output - by Ronald_Reagan - 02 Jan 12, 05:51AM