Difference between revisions of "Translations:Manual:Introduction/207/zh-CN"

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(Updating translation from gettext import)
 
Line 1: Line 1:
To send many directions, use [[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:01, 15 November 2021

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;")