Game Development Community

Checkers Tutorial Help

by Do Not Delete · in Torque Game Builder · 03/14/2009 (10:04 am) · 3 replies

I just started doing the checkers tutorial but I ran into a problem. It says that I need to create scripts in a server and client folder in my gameScripts folder, but none of those folders exist.

Can anyone help me with this?

Thanks,
Dro Sarhadian

#1
03/14/2009 (10:14 am)
You will want to create those folders yourself and place your scripts in them.
#2
03/14/2009 (10:58 am)
Oh okay but do I put them in game/gameScripts or the common folder?
#3
03/14/2009 (12:15 pm)
game/gameScripts.

Another way to check is to see how the author tells you to exec(...) the script files. That will also tell you what directory to add files and folders.