Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function LostAff()
  2.  
  3. local aff = gmcp.Char.Afflictions.Remove
  4. myAffs = myAffs or {}
  5.  
  6. if aff=="hellsight" then
  7. send("curing priority asthma 6")
  8. end
  9.  
  10. if table.contains(myAffs, aff) then
  11. table.remove(myAffs, table.index_of(myAffs,aff))
  12. end
  13.  
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement