Advertisement
Atalkez

Untitled

Jul 15th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. function shruggingHandle()
  2.     if gmcp.Char.Status.class == "Serpent" then
  3.         if classTimerExists("serpent") then
  4.             if table.size(Aff) >= 2 and canShrug then
  5.                 return "shrugging"
  6.             elseif not canShrug then
  7.                 return ""
  8.             else
  9.                 return ""
  10.             end
  11.         else
  12.             if table.size(Aff) >= 3 and canShrug then
  13.                 return "shrugging"
  14.             elseif not canShrug then
  15.                 return ""
  16.             else
  17.                 return ""
  18.             end
  19.         end
  20.     end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement