Advertisement
daixso

Test addon for WoW

Aug 21st, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. -- Author      : Zach
  2. -- Create Date : 8/21/2012 18:51:12
  3.  
  4. local oldLocation = GetRealZoneText(player)
  5. local Language = GetDefaultLanguage(player)
  6. function gInv()
  7.     local playerLocation = GetRealZoneText(player)
  8.     if oldLocation != playerLocation then
  9.         SendChatMessage("", "CHANNEL", Language, 1)
  10.     end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement