April 15, 20214 yr 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
April 16, 20214 yr 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.
Create an account or sign in to comment