Translations:Manual:Introduction/127/es-ES
Jump to navigation
Jump to search
- Perl Regex:
^You pick up (\d+) gold\.$
- Script:
echo("I got " .. tonumber(matches[2]) .. " gold!")
^You pick up (\d+) gold\.$
echo("I got " .. tonumber(matches[2]) .. " gold!")