AW WORLD DISABLE CHAT

From ActiveWiki
Jump to navigation Jump to search
Minimum requirements
Added in version 3.4
SDKbuild 27
Worldbuild 47
Browserbuild 426


AW_WORLD_DISABLE_CHAT

Type

Boolean

Description

Disable spoken messages from being relayed by the world.

Notes

If set to 1 (true) then users with speaking rights will still be able to type messages, but the messages will not be sent to other users (i.e. AW_EVENT_CHAT will not be sent for aw_say).

Only instances owned by a caretaker (i.e. aw_bool (AW_WORLD_CARETAKER_CAPABILITY) returns 1) will see the chat. This is useful if you have a bot monitoring the incoming chat and relaying it to everyone via the console command (e.g. Hermes). In this way, a bot can be used to color chat messages, control the distribution of chat, and filter text.

Default value

0, False (spoken messages will be relayed by the world)

See also