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

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
Line 1: Line 1:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
send("колдовать заклинание на "..(matches[2] or target))
+
send("cast spell at "..(matches[2] or target))
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 03:31, 19 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)
<syntaxhighlight lang="lua">
send("cast spell at "..(matches[2] or target))
</syntaxhighlight>
send("cast spell at "..(matches[2] or target))