#usercommand @script JScript // Output // e.g. Output "sourcepath: {sourcepath}" // Version: 211125 // Repo: https://github.com/Chaoses-Ib/IbDOpusScripts function OnClick(clickData) { clickData.func.command.RunCommand("Set UTILITY=otherlog"); DOpus.Output(clickData.func.args.TEXT); }