local options={
"Launch VaulTec",
"Continue to CraftOS 1.3"
}
local n=CUI(options)
print(n)
if n=1 then
sleep(0.1)
shell.run "vault"
else
shell.run "shell"
end
So, I tried adding an if else to see if that would work but no cigar, any suggestions?- Here is the link to Irral's topic: http://www.computerc...gh-menu-making/











