====== Timed Replace ======

Created by [[ https://www.glorioustrainwrecks.com/user/584 |  L]] on [[ https://www.glorioustrainwrecks.com/ | Glorious Trainwrecks]], this macro causes the passage text between the <<timedreplace>> and <<becomes>> tags to be replaced with what is between those and the <<endtimedreplace>> tag after a certain amount of time has elapsed.

(See also: [[twine1:replace-macro-set | Replace Macro Set]])

===== Example =====
<code>
<<timedreplace 2s >>You see nothing. 
<<becomes>>After 2 seconds, you still see nothing.<<endtimedreplace>>
</code>

Additional code and documentation can be [[ https://www.glorioustrainwrecks.com/node/5029 | found here]].