jasonharper
Developer
Um, no... adding strings concatenates them, so that would be the same thing as:
cli_execute("fold stinky cheese diapermaximize advwang");
...which is exactly as meaningless as it looks. You'd need to use separate cli_execute() lines for each command.
cli_execute("fold stinky cheese diapermaximize advwang");
...which is exactly as meaningless as it looks. You'd need to use separate cli_execute() lines for each command.