MrTrala

Utani Hura

Nov 25th, 2015
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. Module.New('hura', function(mod)
  2.     local spell = "exura gran ico"
  3.     if Self.GetSpellCooldown(spell) == 0 then
  4.         Self.Say("utani hura")
  5.     end
  6. end)
Add Comment
Please, Sign In to add comment