function scr_findactorinstance(arg0) { with (obj_cutscene_master) { __foundactor = -1; for (_jjj = 0; _jjj < 20; _jjj++) { if (actor_name[_jjj] == arg0 && i_ex(actor_id[_jjj])) __foundactor = actor_id[_jjj]; } return __foundactor; } }