This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:sendmsg [2020/05/14 13:27] – external edit 127.0.0.1 | 4rpl:commands:sendmsg [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
+ | < | ||
+ | <= [[4rpl: | ||
- | ====== | + | ====== |
- | SendMsg(< | + | SendMsg(< |
===== Description ===== | ===== Description ===== | ||
- | Sends a message. A message can contain any ' | + | Sends a message. A message can contain any ' |
- | See REGISTERFORMSG | + | See [[RegisterForMSG]] |
+ | SendMSG is primarily intended for sending message between different scripts. | ||
===== Examples ===== | ===== Examples ===== | ||
Line 13: | Line 16: | ||
</ | </ | ||
+ | |||
+ | <code 4rpl> | ||
+ | #Connected to the example of RegisterForMsg | ||
+ | #If using this, must be put in a destroy-able unit | ||
+ | :Destroyed | ||
+ | SendMsg(" | ||
+ | </ | ||
+ | === See also === | ||
+ | |||
+ | * [[RegisterForMSG]] | ||
+ | < | ||