Implementing a remote controlled "STOP" via an interrupt?

morecowbell001:
stopping via an interrupt whenever it receives an RF "stop" command.

You don't need or want an interrupt for this. You just need to design your sketch so that it continues to handle incoming messages while it is carrying out the action sequence.