hi,
sorry if i sound a bit stupid. i'm creating a simple text based game and i'm planning to make it all flat file. i need to create a timer for eggs to hatch e.g.
user buys a egg > gets put in incubator (page) for 10mins > then moves page (because its hatched)
i was planning to when a user buys a egg add a bit to the users txt file so, || egg || type || time left = 10 or somthing..
sorry if im explaining this badly, but i need the time left in the text file to update even if the user is offline so is this possible?