Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if(npc.position == top && npc.color == yellow){
  2. myHashMap.put("top", "yellow");
  3. }
  4. if(npc.position == top && npc.color == blue){
  5. myHashMap.put("top", "blue");
  6. }
  7. if(npc.position == top && npc.color == orange){
  8. myHashMap.put("top", "orange");
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement