Difference between revisions of "Translations:Manual:Introduction/36/ru"
Jump to navigation
Jump to search
(Created page with "<syntaxhighlight lang="lua"> send("cast spell at "..(matches[2] or target)) </syntaxhighlight>") |
|||
Line 1: | Line 1: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
− | send(" | + | send("колдовать заклинание на "..(matches[2] or target)) |
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 20:55, 15 June 2020
send("колдовать заклинание на "..(matches[2] or target))