Peripherals++

Peripherals++

359k Downloads

Exception thrown when calling "tell" from Chatbox

Pyeroh opened this issue ยท 3 comments

commented

Here are details :
When I try to call function "tell" from a chatbox, with all parameters, it yells that :
2015-06-16_21 17 13
The whole command is

    p = peripheral.wrap("left")
    p.tell("Pyeroh", "MLP", 10, true, "Test")

I'm on a Chatty Turtle, but it happens also with a Chatbox and a computer.

commented

For now, you could fix it by not including the last argument

commented

Wow, such fix ๐Ÿ•
By the way, it doesn't work : when I add this boolean, this exception is thrown =/

commented

Thank you for your correction =)