Guest User

Untitled

a guest
Jun 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ^You will now target the (head|torso|left arm|right arm|left leg|right leg) of your opponent\.$
  2.  
  3.  
  4. limbtarget = matches[2]
  5. local limbtracking = Geyser.Label:new({name="Limb Tracking",x=0, y=30,width=225, height=30,})
  6. limbtracking: setFgColor("red")
  7. limbtracking: echo("Limb Target: " .. limbtarget,nil,"c")
Add Comment
Please, Sign In to add comment