DM Reference

DM Ref

❯

operators

❯

<< operator

❯

<< output operator

<< output operator

1 min read

Format

A << B

Cause the value B to be output to any players connected to mobs specified in A.

B may be an image, sound, or text. A may be a mob, the whole world, or any list containing mobs.

usr << "Hi, [usr.name]"
view() << "To all in view"
world << "Hi everybody!"
 
usr << 'giggle.wav'
view() << image(/obj/Fireball,usr)

See also

  • output proc
  • browse proc
  • browse_rsc proc
  • file proc
  • ftp proc
  • image proc
  • link proc
  • load_resource proc
  • run proc
  • sound proc

Graph View

  • Format
  • See also

Backlinks

  • << operator
  • sound proc
  • << operator (savefile)

Created with Quartz v4.5.0 © 2025

  • GitHub