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

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(No difference)

Latest revision as of 01:06, 17 February 2024

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