Advertisement
bls000

TesteMacro2015

Oct 6th, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.23 KB | None | 0 0
  1. automacro talknpc {
  2.     console /Existe um NPC: Monte de Lixo#(.*) \((.*), (.*)\)/i
  3.     priority 0
  4.     overrideAI 1
  5.     call {
  6.         $nome = $.lastMatch0
  7.         $x = $.lastMatch1
  8.         $y = $.lastMatch2
  9.         log Falando com $nome
  10.             do talknpc $x $y c
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement