case "TALK1":
RS2Widget IAM = getWidgets().get(219, 1, 1);
sleep(random(1435,2130));
NPC Gielinor = npcs.closest("Gielinor Guide");
if (Gielinor != null) {
Gielinor.interact("Talk-to");{
sleep(random(1435,2130));
if(getDialogues().completeDialogueU()) {
sleep(random(200, 700));
}
}
if(IAM != null) {
IAM.interact("I've played in the past, but not recently.");
}
}
break;
bro i did that plenty of times, it continues untill it hits the options where i have to choose if the player is new or not