Here is an example in case someone else needs it, you just need to call the script using:
Move forward and wait:
followingMoveRoute([PBMoveRoute::Forward,PBMoveRoute::Wait,10,], true)
Move left and wait:
followingMoveRoute([PBMoveRoute::Left,PBMoveRoute::Wait,10,], true)
You can use Left...