Hello, I would like to start the conversation with NPC whose is next to my by the VID
Currently I have this:
But to use this script I have to right-click the npc. How to call its functions via VID?
Thank you for all help!
Currently I have this:
Code:
import player, event, net vid = player.GetTargetVID() net.SendOnClickPacket(vid) event.SelectAnswer(1,0) event.SelectAnswer(1,0)
Thank you for all help!