Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. String[] options = menu.getActions();
  2.  
  3. for(String i : options) {
  4. if(i.contains("climb") {
  5. // climb down
  6. } else if(i.contains("open") {
  7. //open
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement