"LoadGame" question
Posted:
Sat Oct 30, 2010 11:30 pm
by Beam
What does it want? A .ged or a .exe? Thanks in advance.
Re: "LoadGame" question
Posted:
Sun Oct 31, 2010 1:08 am
by Hblade
If your testing the game in GE, use .ged. Elsewise, use .exe
You can rename the file extention to hide execution if you want to, by renaming ".exe" to ".plr" or something, then using
loadGame("Game1.plr");
Re: "LoadGame" question
Posted:
Mon Nov 08, 2010 12:21 am
by makslane
Just use LoadGame("yourgame.ged"). Game Editor will load the right file when you export the game.
More:
http://game-editor.com/docs/script_refe ... m#loadgame