ContinueLabel [Solved]

JacobStack
30 Jun 2018, 12:10

Hi All,

Is it possible to change any of the templates in quest on the fly? E.g. the ContinueLabel template I would like to say different things at different points in the game, but I can't figure out how to change it midway through.

Thanks


Richard Headkid
30 Jun 2018, 19:30

Hello.

Before you call the wait script:

JS.setInterfaceString ("ContinueLabel", "Your custom text goes here")

JacobStack
01 Jul 2018, 13:40

Hi, thanks for your reply. I managed to work out the same solution just before you replied but it works perfectly. Thanks again!