Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. local whitelist = {"Fulior", "Enyalida", "Ircria", "Marie", "Ilaveuse", "Aramel", "Ixion", "Fillin", "Alianna", "Torvus", "Myr", "Ethelon", "Ruiku", "Vathael", "Hadrian", "Esano", "Teruelle", "Lilian", "Hyde", "Hecton", "Sahmiam", "Rika", "Kalin", "Liam", "Lothringen", "Asmodea", "Tredian", "Scax", "Izekeal", "Lehki", "Barrin", "Haiden", "Iasmos", "Eamon", "Tedd", "Solanis", "Turnus", "Destridas", "Kreon", "Kolm", "Raeri", "Sadie", "Tandrin", "Estwald", "Thelkros", "Sylphas", "Sondayga", "Alik", "Ulen", "Shaddus", "Aerys", "Veracruz", "Eritheyl", "Vasnier", "Lavinya", "Munsia", "Liok", "Malarious", "Ashke"}
  2.  
  3. -- don't do any further processing if this name is whitelisted
  4. if not table.contains(whitelist, matches[2]) then return end
  5.  
  6. if temp_spec_data then
  7. temp_spec_data.list[#temp_spec_data.list+1] = matches[2]
  8. else
  9. temp_spec_data = {action = matches[3], list = {matches[2]}}
  10. end
  11.  
  12. enableTrigger("Spectacles prompt")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement