Jump to content

m3nbersures

Members
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male
  • Location:
    canada

m3nbersures's Achievements

Newbie

Newbie (1/10)

2

Reputation

  1. thx to everyone my question was just why my walking cant take my array argument and now i just do Arrays.asList and it works i thought i needed to do a for loop to read through the array but finally i dont need to
  2. yes thank you very much wow i like the effort you make for that very apreciated ++ rep
  3. i never use a list in input my data but can a for loop works? im not on my computer right now let give you feedback later
  4. any code exemple can help because aray list is a new element but i want new position do you mean : new ArrayList(new Position(0,0,0))) ?
  5. Hello i want make my bot walk with a position path like this I have this error. did i need to read through a for loop? for (int i = 0, i < HILLS_PATH.length() , i++ { getWalking.walk(HILLS_PATH[ i ]); } thx for the help ps: normally i make the position path as a constant with a final
×
×
  • Create New...