Translations:Manual:Introduction/99/ar

From Mudlet
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])