Accessing Coroutine from another Script?

Accessing Coroutine from another Script?

LOL nevermind…I figured it out.

your first script…

Scipt1.PlayMessage();

Your Target Scrip…named “Script1”

static function PlayMessage(){

//Do whatever here

}