Game Development Community

Script edits do no show

by Jake Klassen · in Technical Issues · 07/10/2008 (6:43 pm) · 2 replies

I am following along with the MyFishGame tutorial, my problem is that I have created 'player.cs' and added the line exec('./player.cs'); to game.cs and nothing happens. I have created all the functions to move the fish, fishPlayerUp(), fishPlayerDown(), etc, so far restarting TGB hasn't worked or reloading the project, am I missing something?

About the author

Recent Threads


#1
07/10/2008 (6:59 pm)
Press Tilde (~) to open the console and check for errors. Otherwise not much I can tell you without seeing the script.
#2
07/10/2008 (7:09 pm)
Thanks a lot Ben, just so happens I had a period where there should have been a comma. I didn't know how to bring up the error console, thanks again.