Start a line of dialogue with a number?

Discuss authoring naninovel scenario scripts.
Post Reply
Stellar
Posts: 32
Joined: 30 Mar 2021 10:58

Start a line of dialogue with a number?

Post by Stellar »

How can I start a line of dialogue with a number? For example:

I looked at the clock. It read...

2:45

It was time to leave.

idaot
support
Posts: 262
Joined: 01 Aug 2020 08:25

Re: Start a line of dialogue with a number?

Post by idaot »

You could use the @print command. https://naninovel.com/api/#print

Or wrap the line in quotation marks, e.g "2:45".

Stellar
Posts: 32
Joined: 30 Mar 2021 10:58

Re: Start a line of dialogue with a number?

Post by Stellar »

Thanks! I had tried quotation marks but it wasn't working for some reason. Not sure why.
Print command plus quotes worked though. Thx!

Post Reply