Switch to edit mode.
Name(s): tell_www_body1: caller == this || raise(E_PERM)
2: "Display the welcome screen."
3: player:tell(this:www_desc())
4: if (this.show_watch)
5: if ($www:has_push())
6: "Use server push"
7: modes = {" CHECKED", ""}
8: else
9: "Use client pull"
10: modes = {"", " CHECKED"}
11: endif
12: $msg:mtell("www_welcome_watch", @modes)
13: endif
14: if (this.show_surf)
15: $msg:mtell("www_welcome_surf")
16: endif
17: if (player.user:controls(this))
18: $msg:mtell("www_welcome_present")
19: endif
20: "Last modified by Dax (#789) on Tue Jun 23 17:01:05 1998 EDT."