I've used an Ajax object to read my text file, which picks a random string of text. what the best way to ensure that it doen't pick it again?
I was thinking somehow copying the original text file (before the game starts) then as its picked delete it from the copied file?
How would i do this and is there another?
Cheers