Translations:Manual:Introduction/127/ko

From Mudlet
Revision as of 01:05, 17 February 2024 by WikiSysop (talk | contribs) (Updating translation from gettext import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. Perl Regex:
    ^You pick up (\d+) gold\.$
  2. Script:
    echo("나는 " .. tonumber(matches[2]) .. " 골드를 얻었습니다!")