Page 1 of 1

file name

PostPosted: Mon Nov 05, 2007 4:55 pm
by ayotot
do you have to have the file ending with the file name?
for example:
load game -> file name?
game or game.dat?

Re: file name

PostPosted: Mon Nov 05, 2007 5:08 pm
by makslane
Use without extensions:

LoadGame("game");

Re: file name

PostPosted: Tue Nov 06, 2007 3:31 pm
by Kalladdolf
ayotot says thanks :D

Re: file name

PostPosted: Thu Nov 08, 2007 10:09 am
by Bee-Ant
Thanks Makslane :D