.roturSend(msg,target)
Last updated
Last updated
"my connection id".roturConnect()
user = network.username
user.roturSend(msg)
// send the message to yourself
// since we didnt include a target, it will default to "my connection id"
// that means this specific application will recieve the message back