- Joined
- Oct 12, 2015
- Messages
- 3,781
- Thread Author
- #1
JavaScript:
if(comp.getText().equals("Yes") && comp.select()){
System.out.println("Selected");
nmz.needToSetDream(false);
}
Successfully selects the option but does not print Selected nor set needToSetDream to false. In all other cases, I've seen boolean interact() return true after it completes successfully, so why is this not the case for Chat interaction?
@Vaped @Arbiter @SlashnHax