icon315
Member
After getting a message that my bot was not shooting someone, i saw that there had been an error:
and this was another one
I was wondering if there was a way of somehow sending these error messages to the sender of a pm. In other words catching the error as a string and sending that to the sender.
Code:
Throwing snowball at <player>...
Can't use the item on that player at the moment.
Code:
Throwing time's arrow at <player>...
<player> evaded your thrown item by the unusual strategy of being nonexistent.
I was wondering if there was a way of somehow sending these error messages to the sender of a pm. In other words catching the error as a string and sending that to the sender.