ID:2619952
 
Is there a proc that triggers when the "Send Announcement" button is used on Dream Daemon?

I want to code something in-game so that it plays an in-game chime when the command is used.

And if its possible to capture what was actually announced, use it to send remote commands to the server.
There's nothing for this currently but I think it'd make a great feature request.
It should probably call world/Topic() like other things of the nature. (But it doesn't, and I never use it, so never felt the need tor request it)
In response to Nadrew
Nadrew wrote:
It should probably call world/Topic() like other things of the nature. (But it doesn't, and I never use it, so never felt the need tor request it)

I host on a VPS so when I get a report of some kind of issue requiring a server reboot, I usually will make an announcement to the game using it if I'm restarting remotely.
You could probably do something yourself using world/Topic() and world.Export() if you really need it to be under your control.