quote:
Originally posted by Hen
When I click on "video" in a chat conversation, a request is send to my contact, and no message is written in the message line.
Can we mimic this?
You can (see your other thread) for most existing menu items.
quote:
Originally posted by Hen
Can I define a new command in the script, both me and my contact will have the script, and then I will actually send him a command and not a message, thus maybe we can make it invisible in the message line?
Nope...
PS: a normal text message is also a "command" as you call it ("communication protocol message" would be a more accurate description). It simply is a series of "commands" to show some text in the chat window. But you can't invent new "commands" which don't exist yet*.
* Actually, in theory, you can, but that would be tampering with the underlying communication protocol and it would require you to be able to send and recieve raw protocol messages, meaning you need a proxy, which is not possible in Plus! scripting for obvious security and stability reasons... Also, both your Messenger and the Messenger of your contacts need to be able to recieve those 'new' commands and thus need to be altered.... so in short: no, you can't