Ok, here is my code:
mob
Login()
usr << alert("blah,blah,blah")
The problem is, when I click the 'Ok' button, the word 'OK' appears in the text box! Is there any way to fix that?
ID:267481
May 21 2003, 1:14 pm
|
|
http://www.byond.com/docs/ref/info.html#/proc/alert
What is the first argument? What does alert() return? |
In response to Soccerguy13
|
|
I have a bunch of coding using the alert() I don't care. Ask like silk wizard if you ever see him. He does it in proleum successfully :)
|
In response to Starwarspower
|
|
mob
Login() alert("blahblahblah")//thats based off your code :p |
In response to Soccerguy13
|
|
or..
mob Login() alert("dksjafakj") |
mob
Login()
alert(src,"BLAH")