Posted 28 June 2015 - 08:18 PM
I wan't to make a program where you press on an object it runs "edit"
Like so:
Like so:
edit myAwesomeFile
But I get errors….edit myAwesomeFile
But I get errors….local newShell=multishell.launch({file=PrName.."/main";}, "edit.GML")
files code: shell.run("edit "..file)
local newShell=multishell.launch({debug=true;_wiObjID=instance.getID();}, "/rom/programs/shell", "edit", PrName.."/main")
multishell.launch( { shell = shell, multishell = multishell }, "edit file.txt" )