ChatPopUp()
set hidden=1
switch(input("What would you like to do?","Select",text)in list("Say Chat","World Chat","Marco","Cancel"))
if("Say Chat")
usr.client.command_text="S-Chat \""
if("World Chat")
usr.client.command_text="W-Chat \""
if("Marco")
usr.client.command_text=".alt"
Problem description:
When I try it and I say something, it will say:
"Unrecognized or inaccessible verb: W-Chat"
So how can I connect this to the World Chat verb?
please help.