Execute_SendVisitMessage
Description
Sends a visit message containing the destination Site name from the BaseObject character to the other character. The message text specified by S1 must include a {SiteName} format parameter which is filled in with the site's localized name.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Determines the sender: Self sends to Target; Target sends to Self |
| S1 | Text string ID containing a {SiteName} format parameter for the visit destination |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Self sends a visit announcement message to Target | Self | SendVisitMessage | Message_VisitAnnounce_Text |
| Target sends a visit reply message back to Self | Target | SendVisitMessage | Message_VisitReply_Text |
| Self announces imminent arrival at a friend's house | Self | SendVisitMessage | Message_ArrivingSoon_Text |
Back to Command FinderSearch and filter all 399 Script Execution documents