hi guys, im not new here i just changed account cause my old one was closed age ago, someone can help me?
im making some bot but im stuck at one point, i need that when it find a determinate ally the bot can continue the loop if not resign and start.
at this point i tried with getagentname() and getagentid() but not working
$lAname = ("assassin")
$lposition = GetNearestNPCToCoords(x, y)
$lName = GetAgentname($lposition)
If $lName = $lAame Then
im making some bot but im stuck at one point, i need that when it find a determinate ally the bot can continue the loop if not resign and start.
at this point i tried with getagentname() and getagentid() but not working
$lAname = ("assassin")
$lposition = GetNearestNPCToCoords(x, y)
$lName = GetAgentname($lposition)
If $lName = $lAame Then