I'm attempting to make readable texts in game. You press E to read and the dialogue box pops up, taking text from an object text variable. and 'typing' it out onto the box. I tried to make a second function (see code below), in theory, another piece of text can be read for the same object. That's the code that is disabled. Once putting a second object in the game the dialogue box no longer popped up for either objects when you interact with them.
The capx for those that need it https://www.dropbox.com/s/6lo5e6vjgpwvxas/GAME.capx?dl=0
All of the code
Reading Code
The timer in the reading code
Any idea why it cant do more than one of the 'readable' object in the game? Thanks in advance. Do not distribute this early stage game.