- Joined
- Nov 6, 2015
- Messages
- 583
- Thread Author
- #1
Hello, I am new to RuneMate but I did some coding for other bots, I will work my way here too.
I am starting on a Cooker which works at the GE.
2 things seem to not be working for now,
#1
It says Lambda expressions are not supported at this language level.
On this line: () -> !Inventory.contains(troutID)
2#
How can I handle these dialogs which popup?
I have been looking through the Docs but I can't seem to find it, if you give me the name I can do the other research myself!
Thanks in advance!
I am starting on a Cooker which works at the GE.
2 things seem to not be working for now,
#1
Code:
} else if (fire.interact("Use")) {
Execution.delayUntil(() -> !Inventory.contains(troutID), 5000);
}
It says Lambda expressions are not supported at this language level.
On this line: () -> !Inventory.contains(troutID)
2#
How can I handle these dialogs which popup?
I have been looking through the Docs but I can't seem to find it, if you give me the name I can do the other research myself!

Thanks in advance!