Difference between revisions of "Translations:Manual:Introduction/207/ru"

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Чтобы отправить сразу несколько направлений(SpeedWalk), используйте [[Manual:Mapper_Functions#speedwalk|speedwalk()]]:
+
Для отправки последовательности направлений используйте [[Manual:Mapper_Functions#speedwalk|speedwalk()]]:
 
<syntaxhighlight lang="lua">speedwalk("n;e;s;w;")</syntaxhighlight>
 
<syntaxhighlight lang="lua">speedwalk("n;e;s;w;")</syntaxhighlight>

Latest revision as of 01:00, 23 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)
To send many directions, use [[Manual:Mapper_Functions#speedwalk|speedwalk()]]:
<syntaxhighlight lang="lua">speedwalk("n;e;s;w;")</syntaxhighlight>

Для отправки последовательности направлений используйте speedwalk():

speedwalk("n;e;s;w;")