This flowgraph creates data that measures the distance between the player and the object over a certain amount of time. It stores the data in an external xml docment which gives the total distance covered over that time frame.
This section of the flowgraph creates a new external xml document called 'sum' which is saved in the mods folder.
This section of the flowgraph finds the distance between the player and the object.
This section of the flowgraph finds the total average of the distance covered between the player and the object.
This section of the flowgraph saves the data into the 'sum' xml docuement.
No comments:
Post a Comment