CollisionCheck(id1[],id2[],rect1,rect2)
Check to see if Entity is colliding with another entity.
Argument 'id1[]':The ID of the first entity you wish to check.
Argument 'id2[]':The ID of the second entity you wish to check.
Argument 'rect1':The collision rectangle of first entity you wish to check.
Argument 'rect2':Rhe collision rectangle of second entity you wish to check.
True if the collision rectangle of two entities are colliding.
Comming Soon