ID:271537
 
How do I make text go into the browser?
Level 6 God wrote:
How do I make text go into the browser?

Take a look at browse() in the DM Reference.
In response to Unknown Person
browse() sends stuff to the default browser, and in BYOND 4.0, you use output() to send things to other outputs :o
In response to Kaiochao2536
instead of the DM guide can i just have the code?
In response to Kaiochao2536
Kaiochao2536 wrote:
browse() sends stuff to the default output, and in BYOND 4.0, you use output() to send things to other outputs :o

Actually browse() sends stuff to the default browser, or to a popup. But 4.0 is pretty irrelevant to the question.

Lummox JR
In response to Level 6 God
Level 6 God wrote:
instead of the DM guide can i just have the code?

Gads no. No one is going to just spoon-feed you code. The entry on browse() in the reference makes it very very clear what to do. If you'd simply read that, or even look at some tutorials, you'd be in great shape.

Lummox JR
In response to Level 6 God
Read the guide properly and you can get the code on your own.

I didn't read the guide, I just look in the reference. That's why I know only half the stuff there is. :)