I want to click some NPC like salesman, octavia and oldman etc with game's python commands. How can you i go to NPC's coordinate. What is that command can you help me please
def ScanForNPCByRace(self, race): for i in xrange(100000): if chr.INSTANCE_TYPE_NPC == chr.GetInstanceType(i): chr.SelectInstance(i) if chr.GetRace() == race: return i return 0
chr.SelectInstance(player.GetTargetVID()) chat.AppendChat(7, str(chr.GetRace()))