Hi All,
Just a little bit of code (DBpro) I needed and thought I'd share.
The function returns a 1 if the lines intersect, and the intersect point is stored in intersectX# and intersectY# globals.
Might be a good start on manual collision, it is quite fast (no noticable fps hit).
Van-B