1 (edited by Bolto 2017-08-09 06:18:59)

Topic: Console. it's custom so where's the syntax guide?

The Teeworlds Console (F1) is a custom one, is there a instruction sheet/syntax guide on it? 
i what to know how to format advanced syntax, for awesome  binds!

edit: Thank you very much, it's the escape quotes that confounded me
i'm linking this to the Just Bind it! thread on the ddnet forums

2

Re: Console. it's custom so where's the syntax guide?

You can use semicolon to separate two commands, like this:

say this; say_team that

You can put parameters into quotes, like this:

say "I do this; then I do that."

And you can escape quotes (and backslashes) by putting a backslash in front of it:

say "You can escape a \" and \\ using \\!"