Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2016
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. ^1^T^SGUID^STMW:group:1ONRVfTXelk3 ^SColumns^N1 ^SIcons^T ^N1^T ^SShowTimer^B ^SType^Sconditionicon ^SUnConditionDur^N5 ^SConditionDurEnabled^B ^SConditions^T ^N1^T ^SType^SLUA ^SName^SGTFO_CheckAura_WeakAuras() ^t^Sn^N1 ^t^SConditionDur^N1 ^SEvents^T ^N1^T ^SType^SAnnouncements ^SChannel^SRAID_WARNING_FAKE ^STextColor^Sffff0000 ^SText^SGTFO~`~`[Name]~`~`GTFO ^SEvent^SOnStart ^STextDuration^N0.5 ^t^N2^T ^SAnimColor^S27ffd200 ^SType^SAnimations ^SMagnitude^N5 ^SAnimation^SSCREENFLASH ^SEvent^SOnStart ^t^Sn^N2 ^t^SCustomTex^S176781 ^SStates^T ^N1^T ^t^N2^T ^SAlpha^N1 ^t^N3^T ^t^N4^T ^t^t^SOnlyIfCounting^B ^SFakeHidden^B ^SEnabled^B ^t^N2^T ^SStates^T ^N1^T ^t^N3^T ^t^N4^T ^t^t^t^N3^T ^SStates^T ^N1^T ^t^N3^T ^t^N4^T ^t^t^t^N4^T ^SStates^T ^N1^T ^t^N3^T ^t^N4^T ^t^t^t^t^SName^SGTFO ^t^N82405^S~`~| ^Sgroup^N1 ^^^1^T^SGUID^STMW:group:1ONRVfTXelk3 ^SColumns^N1 ^SIcons^T ^N1^T ^SShowTimer^B ^SType^Sconditionicon ^SUnConditionDur^N5 ^SConditionDurEnabled^B ^SConditions^T ^N1^T ^SType^SLUA ^SName^SGTFO_CheckAura_WeakAuras() ^t^Sn^N1 ^t^SConditionDur^N1 ^SEvents^T ^N1^T ^SType^SAnnouncements ^SChannel^SRAID_WARNING_FAKE ^STextColor^Sffff0000 ^SText^SGTFO~`~`[Name]~`~`GTFO ^SEvent^SOnStart ^STextDuration^N0.5 ^t^N2^T ^SAnimColor^S27ffd200 ^SType^SAnimations ^SMagnitude^N5 ^SAnimation^SSCREENFLASH ^SEvent^SOnStart ^t^Sn^N2 ^t^SCustomTex^S176781 ^SStates^T ^N1^T ^t^N2^T ^SAlpha^N1 ^t^N3^T ^t^N4^T ^t^t^SOnlyIfCounting^B ^SFakeHidden^B ^SEnabled^B ^t^N2^T ^SStates^T ^N1^T ^t^N3^T ^t^N4^T ^t^t^t^N3^T ^SStates^T ^N1^T ^t^N3^T ^t^N4^T ^t^t^t^N4^T ^SStates^T ^N1^T ^t^N3^T ^t^N4^T ^t^t^t^t^SName^SGTFO ^t^N82405^S~`~| ^Sgroup^N1 ^^
  2.  
  3.  
  4.  
  5.  
  6.  
  7. GTFO.WeakAuras = true
  8. GTFO.ShowAlert = false
  9. GTFO.iType = nil
  10. function GTFO_DisplayAura_WeakAuras(iType)
  11. GTFO.ShowAlert = true
  12. GTFO.iType = iType
  13. end
  14.  
  15. function GTFO_CheckAura_WeakAuras()
  16. if (GTFO.ShowAlert)
  17. then
  18.  
  19. GTFO.ShowAlert = false
  20. return true
  21. end
  22. return false
  23. end
  24.  
  25.  
  26.  
  27. GTFO.WeakAuras = true
  28. GTFO.ShowAlert = false
  29. GTFO.iType = nil
  30. function GTFO_DisplayAura_WeakAuras(iType)
  31. GTFO.ShowAlert = true
  32. GTFO.iType = iType
  33. end
  34.  
  35. function GTFO_CheckAura_WeakAuras()
  36. if (GTFO.ShowAlert)
  37. then
  38.  
  39. GTFO.ShowAlert = false
  40. return true
  41. end
  42. return false
  43. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement