Help make trigger

Posted by Randomcho on Fri 31 May 2013 06:51 AM — 3 posts, 16,587 views.

China #0
I want send CR/LF to the world.
In zmud,i can use command #CR.
How can i send CR/LF to the world in mushclient?
Help!
USA #1
From a script, you can use Send("\r\n"). \r and \n are the standard escape codes for CR and LF, respectively.
China #2
thank Twisol!