Wireless Robot Control with NRF24L01 Wireless Module

Hello, i'm amriechert...
I recently received a NRF24L01 Module for wireless robot control. I don't know how to control motors with it though, but i'm able to send messages wirelessly. I just need help controlling motors through this module. I want to use switch(case) program for controlling direction. If you have a different way of controlling direction in your program feel free to say so. I'm hoping you will help me with controlling motors through the NRF24L01 Module. By the way i'm use Arduino Nano for transmitter, and Arduino MEGA 2560 for the Receiver. I hope you can help, and if you can I thank you very much.

I don't know how to control motors with it though

You can't.

but i'm able to send messages wirelessly.

Good. So, send a message telling the Arduino to control the motor.

I want to use switch(case) program for controlling direction.

What are you switching on? What cases?

What have you tried?