UofTMADLab / reach

A VR format for Twine
0 stars 0 forks source link

add "timed" links that automatically activate after a certain time #19

Closed samesimilar closed 4 years ago

samesimilar commented 4 years ago

This can be scripted with:

_.delay(()=>{window.story.show(passageName)}, delayTime_ms);