AW WORLD WELCOME MESSAGE
Jump to navigation
Jump to search
Minimum requirements | ||
---|---|---|
Added in version 2.1 | ||
SDK | build 13 |
AW_WORLD_WELCOME_MESSAGE
Type
String
Description
Welcome message is displayed as a green console message preceded by the text "Immigration officer:".
Notes
If set to "" (null-string) then the browser displays the following concatenation:
"Welcome to " & AW_WORLD_TITLE & ", " & AW_AVATAR_NAME
If AW_WORLD_TITLE and AW_WORLD_WELCOME_MESSAGE are both NULL then "Untitled" is put in place of AW_WORLD_TITLE in the above text.
When the value of AW_WORLD_WELCOME_MESSAGE is changed, it is immediately propagated and displayed to all browsers within a world, even if those users have been present in the world for some time. The welcome message can be used for issuing announcements quickly without needing to resort to AW_CONSOLE_MESSAGE.
Default value
"", null-string