In the manual for RunAGSGame, it has the code of
Code: ags
Where the last number is the int data where I can pass an in to the new game.
What confuses me is what exactly does the int data come from? Do I make an int in the new game and pass that 51 into it at the start of the game? Where does 51 come from and where do I put it once I have it?
I think I'm confusing myself just a little. I'm not to the part where I have to code this, I'm still in the planning phase and trying to think ahead a bit as to how I'm going to do certain parts of the game.
RunAGSGame ("MyGame.exe", 0, 51);
Where the last number is the int data where I can pass an in to the new game.
What confuses me is what exactly does the int data come from? Do I make an int in the new game and pass that 51 into it at the start of the game? Where does 51 come from and where do I put it once I have it?
I think I'm confusing myself just a little. I'm not to the part where I have to code this, I'm still in the planning phase and trying to think ahead a bit as to how I'm going to do certain parts of the game.