On line 798, `SetMotor( int index, int value = 0, bool immeadiate = false )`. Should be `SetMotor( int index, int value = 0, bool immediate = false )`. Line 822 is the only other place that uses the bool. `if(immeadiate)`.
On line 798,
SetMotor( int index, int value = 0, bool immeadiate = false ).Should be
SetMotor( int index, int value = 0, bool immediate = false ).Line 822 is the only other place that uses the bool.
if(immeadiate).