Translations:Manual:Introduction/99/en

From Mudlet
Revision as of 23:30, 14 June 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. In the data field titled "1" write the following perl regex type pattern:
    ^The skeleton drops (.+)\.$
  2. Make sure to change the dropdown menu for this line to "perl regex" as well
  3. In the big script box below write the following lua code:
    send("take " .. matches[2])