Problem with tables, text, and time!

I think the issue is that you are assuming that time() gets fired every time you reference it in the table. In reality, time() gets fired once when splashes is initialized and does not change, even though the function is part of the string. You would have to have a function that updates the time and changes the string in the table.

1 Like