mitsuki Posted April 15, 2021 Posted April 15, 2021 Would it be as simple as (I know the syntax isn't right, just typing quick) : NPC turael = Npcs.getclosest("Turael") NPC crawlingHands = Npcs.getclosest("Crawling hand") if(Turael.interact("Assignment")){ if(getdialogue.contains("Crawling hand")){ task = crawlingHands } } Thank you in advance btw
Jarl Posted April 16, 2021 Posted April 16, 2021 Yes, you should be able to find your task from the dialogue. Not too sure if it is a widget or dialogue, but you can definitely get the text and look for the monsters. You probably could find your task with configs too. 1