Difference between revisions of "Translations:Manual:Introduction/185/en"

From Mudlet
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 5: Line 5:
 
| lua || Run Lua code from the input line. || lua print("hello")<br>lua 2+2<br>lua clearWindow()
 
| lua || Run Lua code from the input line. || lua print("hello")<br>lua 2+2<br>lua clearWindow()
 
|-
 
|-
| `echo || Simulate text from the game to test your triggers. || `echo You see a rabbit cross the road.
+
| `echo || Simulate text from the game to test your triggers.<br>You can use $ for a new line. || `echo You see a rabbit cross the road.<br>`echo line1$line2
 
|-
 
|-
 
| : || Send a command to all open profiles. ||:hello<br>:follow alice<br>:e
 
| : || Send a command to all open profiles. ||:hello<br>:follow alice<br>:e
 
|}
 
|}

Latest revision as of 23:30, 14 June 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Manual:Introduction)
{| class="wikitable"
|-
! Alias !! Description !! Examples
|-
| lua || Run Lua code from the input line. || lua print("hello")<br>lua 2+2<br>lua clearWindow()
|-
| `echo || Simulate text from the game to test your triggers.<br>You can use $ for a new line. || `echo You see a rabbit cross the road.<br>`echo line1$line2
|-
| : || Send a command to all open profiles. ||:hello<br>:follow alice<br>:e
|}
Alias Description Examples
lua Run Lua code from the input line. lua print("hello")
lua 2+2
lua clearWindow()
`echo Simulate text from the game to test your triggers.
You can use $ for a new line.
`echo You see a rabbit cross the road.
`echo line1$line2
: Send a command to all open profiles. :hello
:follow alice
:e