cubescript loop crashes game
#2
Your syntax is wrong is all.

[cubescript]loop i 10 [echo hello world][/cubescript]

or

[cubescript]loop i 10 [echo "hello world"][/cubescript]

or

[cubescript]loop i 10 [echo [hello world]][/cubescript]

All do the same thing. By putting parenthesis around the string cubescript was trying to execute alias "hello world" which doesn't exist, and because it has whitespace prolly made the parser very angry. :P
Thanks given by:


Messages In This Thread
cubescript loop crashes game - by Lee - 08 Mar 13, 10:59PM
RE: cubescript loop crashes game - by Bukz - 08 Mar 13, 11:17PM
RE: cubescript loop crashes game - by Lee - 08 Mar 13, 11:48PM
RE: cubescript loop crashes game - by Bukz - 08 Mar 13, 11:58PM
RE: cubescript loop crashes game - by Lee - 09 Mar 13, 12:09AM
RE: cubescript loop crashes game - by Luc@s - 09 Mar 13, 12:14AM
RE: cubescript loop crashes game - by Bukz - 09 Mar 13, 12:17AM
RE: cubescript loop crashes game - by Lee - 09 Mar 13, 12:23AM
RE: cubescript loop crashes game - by Cleaner - 09 Mar 13, 02:27AM
RE: cubescript loop crashes game - by Lee - 09 Mar 13, 02:33AM