local px1 = {} local py1 = {} local pz1 = {} function look_back_init(e) px1[e] = 0 py1[e] = 0 pz1[e] = 0 end function look_back_main(e) py1[e] = g_PlayerAngY if g_Scancode == 19 then -- 'R' = look at Reverse SetCameraAngle ( 0, 0, py1[e]+180, 0 ) ForcePlayer (py1[e], 4 ) end TextCenterOnX(50,80,7,"Press 'R' when running for glance @ reverse.") end -- main