Game Development Community

Another freaking level building problem..

by Andrew McCausland · in Marble Blast · 03/05/2006 (9:25 am) · 4 replies

Whenever i type ctrl+F10 (mac osx) and then type "$testcheats=1" and different little combos of that at the console at the main menu, it tells me a syntax error has freaking occured...i even tried just ignoring it and pressed ctrl+ F11 but nothing happened.. and i did all this on a level.. damn computers

About the author

Recent Threads


#1
03/05/2006 (11:57 am)
You forgot the ; at the end.
It should be:
$testcheats=1;
#2
03/05/2006 (2:58 pm)
I know i realized that after closely studying the code on other people's post for about eight-hundred, five million and a half milliseconds...thanks though
#3
03/05/2006 (9:08 pm)
Hehe, no problem, it happens to people all the time :-)
#4
03/05/2006 (9:28 pm)
Yeah, Bob! Welcome to world of coding. Hehe. It only gets worse.