AW WORLD WELCOME MESSAGE

From ActiveWiki
Revision as of 15:41, 20 October 2008 by Macavity (talk | contribs) (Link to world features)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Minimum requirements
Added in version 2.1
SDKbuild 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

See also