mitsuki Posted April 15, 2021 Share 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 Quote Link to comment Share on other sites More sharing options...
Jarl Posted April 16, 2021 Share 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 Quote Link to comment Share on other sites More sharing options...
mitsuki Posted April 16, 2021 Author Share Posted April 16, 2021 Thanks dude Quote Link to comment Share on other sites More sharing options...