Page 1 of 1

what means [Run.]?

Posted: Thu May 01, 2025 7:04 am
by connygy
Hi all,

I just begin to learn the plugin and following the youtube tutorial, I am very confused about something here:



At 3:25, it comes a [Run.] , I understand it is end of the dialog. But is it a language command or is it just a command from Dialog system??? Does it has some rules to write such command??? :?: :?: :?: :shock:

Re: what means [Run.]?

Posted: Thu May 01, 2025 8:31 am
by Tony Li
Hi,

It's just dialogue text. A common convention in games is to put player actions in brackets to separate them from text that the player speaks. Within the context of this conversation, this means the player is choosing to run instead of saying something. It doesn't actually make the player's GameObject run away; it's just a text description.

Re: what means [Run.]?

Posted: Sat May 03, 2025 1:47 pm
by connygy
Ok, got it! Thanks very much for the help! :D

Re: what means [Run.]?

Posted: Sat May 03, 2025 3:26 pm
by Tony Li
Glad to help!