Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Event Type: Event -> Event(s): ENCOUNTER_START, ENCOUNTER_END
- ---Custom Trigger:
- function(event, _, name)
- if event == "ENCOUNTER_START" and name =="Siegecrafter Blackfuse" then
- return true
- end
- end
- --Custom Untrigger:
- function(event, _, name)
- if event == "ENCOUNTER_END" then
- return true
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment