ScriptEntry keeping = null;
for (int x = 0; x < possibilities; x++) {
if (x != selected)
queue.removeEntry(0);
else {
dB.echoDebug(scriptEntry, "...selected '" + queue.getEntry(0).getCommandName() + ": "
+ queue.getEntry(0).getArguments() + "'.");
keeping = queue.getEntry(0);