Is there currently a way in to chat with the burly bodyguard programmatically? E.g. a CLI command like
If not, is there a way to do this from an ASH script? This is probably a dumb question, but when the "chat" link becomes available, the link appears to be "main.php?talktobg=1", but running
bodyguard (monstername)
If not, is there a way to do this from an ASH script? This is probably a dumb question, but when the "chat" link becomes available, the link appears to be "main.php?talktobg=1", but running
string s = visit_url("main.php?talktobg=1");
doesn't seem to work.