Currently if you say "{100R}" that is represented as [Right, Right, Right, ..., Right] in a list 100 elements long in Pathxp.path. This means there is no way to differentiate between "{50R, 50R}" and "{100R}" which means the end user can't decide to (for example) pause for 1 second at each path node, or go a particular speed when traversing between nodes.
Description
Currently if you say "{100R}" that is represented as
[Right, Right, Right, ..., Right]
in a list 100 elements long inPathxp.path
. This means there is no way to differentiate between "{50R, 50R}" and "{100R}" which means the end user can't decide to (for example) pause for 1 second at each path node, or go a particular speed when traversing between nodes.