Okay,
I'm trying to make my Teleporter NPC better by making it so if your a horde, you'll see a different menu then if your Ally...
This is mainly so Alliance can't click the "Horde Mall" button and go there.
So if there is anyway to do this without having to redo it in C++ please tell me!
I tried so far...
Code:
if (plr = Horde) then
...
Code:
if (player:Horde () == true) then
...
Even
Code:
if (Plr->GetTeam() > 0) then
...
So if you know how to do this, or if you know it's impossible with LUA, please tell me and i'll +rep!!