I have two scripts that I need to have repeatedly execute. I can run one function or the other under room_RepExec(). 
How do I get two functions to run on the room_RepExec() event, or any other room event?
I cannot imbed a function or import a function within a function. Is there a way to add more events to the room event list? I basically need to somehow split the event into RepExec1 and RepExec2 functions.

How do I get two functions to run on the room_RepExec() event, or any other room event?
