Hello all, i just have a question. How would you use
To make a teleporter npc restrict the person from teleporting to a location because they are, for example under level 80?Code:Unit:GetPlayerLevel()
Hello all, i just have a question. How would you use
To make a teleporter npc restrict the person from teleporting to a location because they are, for example under level 80?Code:Unit:GetPlayerLevel()
Code:If(Unit:GetPLayerLevel() == 80) then --Perform your code end
Lunar Gaming - Reaching For The Stars
oh ok thanks a lot =)
it checks the level of the player and makes the script do something when the level is as you made in the command