Hi Community,
I have a game, that calls for intervals... so when player collides with a specific object...
Player|On Collision with [object] | System|Save game to slot "INT1"
System|Go to INT1
So, it jumps to Layout INT to explain further instructions then
INT1: Keyboard|On Space pressed:
System Load game from slot "INT1"
System|Go to GAME
THE ABOVE WORKS WELL, IT'S WHEN I CREATE IT SECOND TIME ROUND:
Player|On Collision with [object] | System|Save game to slot "INT2"
System|Go to INT2
INT2: Keyboard|On Space pressed:
System Load game from slot "INT2"
System|Go to GAME
I get a popup box with 'localhost: 50000 says.....
* ME: I have done this before and it's never been an issue!
Help!!!!