Advertisement
hhaos

Untitled

Aug 2nd, 2023
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. --OppGainedAff
  2.  
  3. function OppGainedAff(aff,source)
  4. if illusion == true then
  5. else
  6. tarleft = false
  7. if not aff then return end
  8. local affStr = {}
  9. aff = aff:lower()
  10. --cecho("<red> THIS IS A TEST")
  11. if isPrompt() then
  12. ak.affReport = ak.affReport or {}
  13. if table.contains(ak.affReport, aff) then
  14. else
  15. table.insert(ak.affReport, aff)
  16. end
  17.  
  18.  
  19. ----put this at the top of oscore edit functions in Ak script folder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement