Page 1 of 1

Load Game Function

PostPosted: Thu Mar 08, 2007 6:04 am
by Caaz Games
umm im not quite sure how to use the load game function correctly cann someone explain it to me please?

PostPosted: Thu Mar 08, 2007 12:08 pm
by makslane
If you are in level1.ged and want to load the file level2.ged the just use:

Code: Select all
LoadGame("level2");


Don't need to put the file extension.
In the exported version the LoadGame funciton will load the right file too.

PostPosted: Thu Mar 08, 2007 6:47 pm
by Caaz Games
Oh, i see i was putting in the the wrong code. thanks!

PostPosted: Sat Mar 17, 2007 9:26 am
by Caaz Games
I dont know if im doing stuff wrong or is its a bug, when i use the load game function sometimes an object is misplaced, not there or when its text it makes it really small. does anyone know whats wrong?

PostPosted: Sat Mar 17, 2007 1:57 pm
by makslane
It's a bug.

PostPosted: Sat Mar 17, 2007 11:14 pm
by Caaz Games
oh :cry: