Say(t as text)
world << "[src]: [t]"
if(Sayset)
winset(src,"Input","text = Say \" ")
Problem description:
I'm trying to make the Input box have Say " as it's default value.
It 'should' in my opinion make the text in the "Input" control show ' Say " ' Yet it only outputs ' Say '. Is there a reason for this? If so what am I doing wrong?
Also, if you want to set Your input text to ' say " ' by default, don't use winset(), instead take a look at <code>client.command_text</code> in the help file via pressing f1 in Dream Maker.