ADVERTISEMENT

GOSSIP GIRL: OG stars Isko Moreno and Cesar Montano reminisce 90s pranks with fellow stars

Published Feb 28, 2023 07:18 am
Isko 'Yorme' Moreno

Comebacking actor-turned-politician Isko Moreno, popularly known as Yorme and and his co-star Cesar Montano shared the good old 90s pranks they used to do with their fellow actors on and off set. The actor-turned-mayor and now comebacking again as an actor told Gossip Girl: “I miss the good old days when we used to prank our fellow actors and not get cancelled. Nowadays, if you do simple pranks to a fellow actor, you will get cancelled by the viewers, by the producers and even your fellow actors. I remember when we used to guest in soap dramas directed by the late Argel Joseph, he would allow you to sleep…but once you are deep in your sleep we would all gather around you with candles and sing ‘Hindi Kita Malilimutan’ like you do at a funeral. That was so fun. But nowadays you can’t do that anymore.” Yorme plays Ninoy Aquino in the new movie of Darryl Yap, Martyr or Murderer (#MoM) the second part of a trilogy which started with Maid in Malacañang.

Cesar will still play President Ferdinand Marcos in #MoM which opened in the movie houses today, March 1. Cesar shared to Gossip Girl a lot of his pranks that I can actually dub him “The OG Prankster of Philippine Showbiz.” OG for those who are not familiar with the Gen Z slang means original gangster used for the actors who have carved their way into show business since the 80s or 90s and even as far back as 60s to 70s. So this OG gangster by the name of Cesar Montano loved to buy dog food pellets and put them in Nagaraya containers. Nagaraya is a peanut product covered with an outer starch shell that is cooked in garlic. If you are hungry, you will not know the difference between a dog pellet and Nagaraya unless you start munching them. So Cesar used to feed everyone in the set with “Nagaraya” until they realized they were eating dog food!

Cesar Montano

Cesar is really the king of pranks. And he loves doing collabs! One time he told his other co- actor (since I did not ask permission from this famous actor if I can mention his name, I will only refer to the actor as RW.) RW and Cesar used to star in a comedy series in the 90s where I guested. I was very new and very fresh in the business literally and figuratively. So Cesar told RW to prank me while the rest of their co-stars watched the crazy prank. While I was walking towards them, RW opened his pant’s zipper and he was not wearing his briefs. Then he made his “little boy” peeped out of his pants. Then when I approached their group he said, “Cesar told me you’re still a virgin. So you have never seen a pxxxs in your entire life? “ I answered that I haven’t and he asked the question a second time. I thought he did not hear my answer so I made my voice very loud and answered no. Then he asked the same question a third time wherein I answered no again. Then he asked repeatedly while his co-actor was chuckling and laughing. On his fifth attempt to ask,I started looking around my surroundings checking out why his fellow actors were dying of laughter. And finally I found his “little boy” limp and sad outside his zipper. I was so afraid I ran to the dressing room and told my mother. All she said was, “boys will be boys. Welcome to Philippine show business. You are finally made Giselle because actors now take their precious time to prank you.”

Related Tags

iskomoreno martyrormurderer CesarMontano
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.