Back Previous Next


Linguist network package - send

Syntax:

   send {message} [text {text}]

Keyword handler:

   net.eclecity.linguist.network.keyword.NetworkKSend.class

Runtime handler(s):

   net.eclecity.linguist.network.keyword.NetworkHSend.class

Function:

Send a message using a message variable. The destination will already have been set. No reply will be expected. You can find out if an error occurred by using if {message} has error.

Example(s):

   send AdminMessage
   send ClientMessage text "time 14 28 31"


Back Previous Next