Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /run local GM,DPULL=GetMouseButtonClicked,SlashCmdList["exrtSlash"] if GM()=="RightButton" then num="8" elseif GM()=="MiddleButton" then num="0" SendChatMessage("──暫停!──",(UnitInRaid("player")and "RAID" or "PARTY")) else num="3" end DPULL("pull "..num)
- -- for test:
- /run SlashCmdList["exrtSlash"]("pull 8")
- /run SlashCmdList["exrtSlash"]("pull 3")
- /run SlashCmdList["exrtSlash"]("pull 0")
Add Comment
Please, Sign In to add comment