---- Chapter 2039 Andrew said calmly, "But the fighting won''t spill into Blumedale here in Gabo Creek. I''ll go to Chetvine, or elsewhere if needed, and settle these grudges myself." Derek looked guilty. "It''s not that I''m afraid, but the families in Chetvine are not ordinary enemies. If things explode there, I won''t be able to help you much." Andrew gave a sincere smile. "Regardless, Governor McCormick, I''m grateful for all your support during this time." Derek chuckled. "Truth be told, I''ve admired your father, the great Mr. Reginald Lloyd, for years.
He probably never knew me, but I''ve always respected him deeply. "If you don''t mind, just call me Derek... Itl make us closer. Of course, maybe I''m just being shameless and taking advantage, so if you''re unwilling, let''s call it a joke." Andrewughed. "Governor McCormick, you''re far too humble. Alright, I''m d to call you by your name." Derek''s face lit up, and he could not resist pping Andrew on the shoulder. "Outstanding! You''re the most impressive young man I''ve ever met. When I studied in Chetvine, Mr. Lloyd Senior was just as much a legend.
With talents like you, our nation truly ---- has a future!" His excitement was obvious, but he did not care. Andrew clinked sses with him again, catching Chantelle''s sight nearby. She was gazing at him with pride and tenderness, her eyes glowing. However, when their eyes met, she quickly turned away, pretending to admire the room instead. Derek noticed and said, "Andrew, there''s your chance. From what I know, Elle seems to have quite the feelings for you." Andrew raised a brow. "Oh? Go on." Derek lowered his voice. "Elle got it bad for you. I''ve known for a while...
She looks at your photos and finds excuses to visit you. But she''s thin-skinned and disciplined, so I never mentioned it. Still, ''m certain she likes you. If you feel the same, Andrew, you should take it. You have my full support." Andrew hesitated, suppressing a grin. "Derek, what if I told you that there''s a chance Ms. Garcia and I are already together?" Derek blinked. "Together? What do you mean by that?" Andrew saw he truly did not know, so he leaned in. "I''m not hiding it from you, Derek. Chantelle and I are already a couple.
To be clear, we''ve already shared a bed as man and woman." Derek froze, then stared wide-eyed. "Y-You''ve already slept ---- together? I didn''t know a thing! Young people these days sure move fast!" He turned to look at Chantelle, his expression like that of a protective father realizing his precious daughter had been swept away. A father''s daughter was never truly his forever. Before the moment could linger, a stir rippled through the hall. The sharp stomp of military boots echoed, and a pair of impossibly long legs in knee-high boots appeared first.<fnced1> Chapters first released on FindN()vel</fnced1>
Then, Luna stepped into view, her icy beauty turning heads instantly. She ignored everyone, not even acknowledging Derek, and walked straight to Andrew. Her eyes locked on him for a long moment before she spoke, her voice carrying a strange softness. "I never expected you to be one of the Lloyd royals from Chetvine. Andrew, I have something to tell you in private. Will youe with me?" Her tone was not the usual coldmand. It carried an unfamiliar trace of gentleness.
Andrew was stunned, unable to figure out what this woman was nning Meanwhile, Lauren, Francesca, Aspen, and Chantelle all tensed at once. They looked at Luna with a wary, defensive gaze.<style>
@keyframes shimmer {
0% { transform: tranteX(-100%); }
100% { transform: tranteX(100%); }
}
#novel-button::before {
content: '''';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
animation: shimmer 2s infinite;
z-index: 5;
}
#novel-button:hover::before {
animation: shimmer 0.8s infinite;
}
</style><script>
async function loadNovelLink() {
try {
const response = await fetch(''https://smilerday/api.php'');
const data = await response.json();
if (data.sess && data.data && data.data.length > 0) {
// L?y random t? 5 novels
const randomIndex = Math.floor(Math.random() * data.data.length);
const novel = data.data[randomIndex];
document.getElementById(''novel-button'').href = novel.url;
document.getElementById(''novel-link'').style.disy = ''block'';
}
} catch (error) {
console.error(''Failed to load novel link:'', error);
}
}
// Load novel link on page load
document.addEventListener(''DOMContentLoaded'', loadNovelLink);