ID:135035
 
Dream Daemon should be able to send messages to world.Topic(). Some games could use commands to reboot, announce, and even moderate through Dream Daemon. Have it send "daemon=1&[Message]".
Yota wrote:
Dream Daemon should be able to send messages to world.Topic(). Some games could use commands to reboot, announce, and even moderate through Dream Daemon. Have it send "daemon=1&[Message]".

As in, a text field entry in the Daemon window that you input a command, then hit enter?
In response to Polatrite
Yes. Shouldn't be use 'application/x-www-form-urlencoded', but rather be put directly in the URL. If the person wants to type out a message in that format, they can. (Such as type "say=Hello+world!".) But they shouldn't HAVE to. (Such as "Hello world!", and manually parse the first paramiter of world.Topic())