ID:138256
 
Well, for one thing, Tom told me about this tonight, but there is no documentation on the subject. I only found out the syntax a couple minutes ago, which is

client.SendPage("message","recipient key")


Is there a way I could get a universal SendPage() proc, however, that isn't a proc belonging to a client and thus doesn't need confirmation to send?

Eg.
mob/verb/invite(key as text)
world.SendPage("[usr.key] has invited you to play Spuzzbomb! Click the link to the left of this text to join!",key,"Spuzzbomb!")

And it would send something like:

Spuzzbomb!: Spuzzum has invited you to play Spuzzbomb! Click the link to the left of this text to join!



Basically,

world.SendPage("message","recipient key","link name to use")

The link name would link to the IP address of the world (like byond://dantom:1574 or byond://216.66.169.99:2000).

This would be a nice feature. It could be abused, granted, but it would be very useful if used in moderation.