Sequence delay not working before response menu
Posted: Thu Dec 06, 2018 7:39 am
Hi Tony,
I have a case where the {{end}} is not working. It happens if I place it in a node before a response menu selection:
Node 1: It has some dialogue for "Player" actor and includes the following sequence:
This node 1 is connected with Node 2 and Node 3, both of them with menu text also for the Player actor.
The goal here is to hide the player portrait while the player makes the choice about node2 and node3.
Thanks!
I have a case where the {{end}} is not working. It happens if I place it in a node before a response menu selection:
Node 1: It has some dialogue for "Player" actor and includes the following sequence:
Code: Select all
SendMessage(Close,, Subtitle Panel 1)@{{end}};
The goal here is to hide the player portrait while the player makes the choice about node2 and node3.
Thanks!