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

From Mudlet
Jump to navigation Jump to search
(Created page with "Чтобы отправить несколько направлений(SpeedWalk), используйте speedwalk(): <syntaxhighlight...")
 
(Updating translation from gettext import)
 
(2 intermediate revisions by 2 users 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;")