Code:world <<"World Manually Rebooting in 30 seconds. This isn't the time to be afk."
Problem description:
It says Missing left hand argument to < , but I cant really identify the problem... any help?</<</<size>
ID:263370
Nov 12 2006, 7:51 pm
|
|
In response to Jp
|
|
Jp wrote:
Put the damned code in the damned DM brackets. > world << "<font size=3 color="green">World Manually Rebooting in 30 seconds. This isn't the time to be afk.</font>" Tada. I think it might work better like this.
world << {"<font size=3><font color="green">World Manually Rebooting in 30 seconds. This isn't the time to be afk."}
~Grand~ |
In response to KillerGrand
|
|
Possibly, yes. :P
I generally specify colours using hex, rather then color="blah". |
In response to Jp
|
|
Yes as he is not unescaping the quotes.
|
Tada.