Documentation

GameDetails

GameDetails(gameid,slot,array[64])

Get another game save details.

Argument 'gameid':ID to the game you wish to access.

Argument 'slot':Save slot to use, 0-9 are available.

Argument 'array[64]':Array to store the information in.

Example Code

	new array[64];
	GameDetails(prequel_id, 0, array);
	played_prequel = array[0];
	

Comments

Comming Soon