changeLevelExecutable.addContent(Region.CENTER, textPanel);
changeLevelExecutable.setDisplayDuration(duration);
Misc.getOutcomeProperty().setValue(changeLevelExecutable, ExecutionOutcome.SKIP);
TemporaryElementSupport support = TemporaryElementSupportUtil.getInstance().findTemporaryElementSupport(context);
if (support != null) {
ExecutableElement element = new ExecutableElement(changeLevelExecutable);
support.addTemporaryElement(element);
}
// don't pause before executing the temporary element
PauseHandlerUtil.setCurrentInterElementPauseDuration(context, 0L);