01-02-2017, 07:51 AM
(This post was last modified: 01-02-2017, 07:52 AM by Cirrial. Edited 1 time in total.)
When I try using a standard teleman script along the following lines:
echo #!|nif argc 3 ne | echo Oops. | break|nteleman coords $arg0 $arg1 $arg2|nteleman scan ^sc
The expected output would be an "OK" from the coords command and whatever the output of scan would be.
Instead, I get "OK", "OK" and then the terminal hangs until I restart it and log in again.
This seems to happen for any script using commands that would return output? I've had artifact research scripts break like this before as well.
echo #!|nif argc 3 ne | echo Oops. | break|nteleman coords $arg0 $arg1 $arg2|nteleman scan ^sc
The expected output would be an "OK" from the coords command and whatever the output of scan would be.
Instead, I get "OK", "OK" and then the terminal hangs until I restart it and log in again.
This seems to happen for any script using commands that would return output? I've had artifact research scripts break like this before as well.