(Hopefully) quick question here - is there a simple sequencer command to "lock" the continue button for a second? I currently have this sequence code in my skill check dialogue nodes:
Code: Select all
AC(diceRollList, nowait, 0);
AudioWait(diceroll);
Continue()@1.7
Thanks as always!