ereinion
Member
I have a script in which a line having this cli-equivalent happens:
Now, what I get as output to my cli is:
The same happens when I just put
into the cli.
I expect this is a problem that happens quite rarely, but it may still be something which should be looked at before an unfortunate accident happens
Code:
> ash item it = $item[7-ball];cli_execute("smash " + to_string(item_amount(it)) + " " + to_string(it));
Now, what I get as output to my cli is:
Code:
[COLOR=red][17-ball] requested, but none available.[/COLOR]
Returned: false
The same happens when I just put
Code:
[COLOR=olive]> smash 1 7-ball[/COLOR]
into the cli.
I expect this is a problem that happens quite rarely, but it may still be something which should be looked at before an unfortunate accident happens
