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!