View Single Post
08-06-17, 07:29 AM   #13
Kakjens
A Cliff Giant
Join Date: Apr 2017
Posts: 75
I don't quite understand what are you trying to accomplish with
Lua Code:
  1. elseif string.find(UNTI, '% ') then -- for respect mobs
  2.      UNTI = UNTI;
Depending on answer, line 5 might get changed into
Code:
UNTI = UNTI.."-"..realmName;
, and consequent check simplified into
Code:
if BangHateds[UNTI]  then
.
Is it me, or there really are several global variables?

Last edited by Kakjens : 08-06-17 at 07:32 AM.
  Reply With Quote