so theirs no simple command like the other turtle.. just to collect XP?
abd also thanks for helping me out
I know there is 3 but off of the top of my head I can't remember.
One to collect xp
One to enchant using so many levels
And one to...can't remember[DOUBLEPOST=1372205423][/DOUBLEPOST]Found it
add(amount): Adds XP from XP bottles or monster eggs, using amount (optional, defaults to as much as possible) of the item in the current slot. Returns the amount of XP added.
get(): Returns the total amount of XP on the turtle.
getLevels(): Returns the amount of XP levels on the turtle.
collect(): Collects XP from XP orbs on the ground in a 2 block radius around the turtle. Returns the amount of XP collected.
setAutoCollect(autoCollect): If autoCollect is true, allow the turtle to automatically collect XP periodically.
enchant(levels): Enchants the item in the current slot using the specified levels. Returns true if successful, false if not.
get/getUp/getDown(): Gets XP from the xp sources