<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Anuja</title>
    <description>The latest articles on DEV Community by Anuja (@anux2004).</description>
    <link>https://dev.to/anux2004</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1270597%2F1086366c-05f1-4ef3-b276-ba1f5085e7f0.png</url>
      <title>DEV Community: Anuja</title>
      <link>https://dev.to/anux2004</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anux2004"/>
    <language>en</language>
    <item>
      <title>keep getting the same error</title>
      <dc:creator>Anuja</dc:creator>
      <pubDate>Wed, 31 Jan 2024 23:26:15 +0000</pubDate>
      <link>https://dev.to/anux2004/keep-getting-the-same-error-4h6g</link>
      <guid>https://dev.to/anux2004/keep-getting-the-same-error-4h6g</guid>
      <description>&lt;p&gt;I have been getting the same set of errors for this code no matter what I did, I even ran it through chat gpt and various code checkers&lt;/p&gt;

&lt;p&gt;**File "game/script.rpy", line 276: expected statement.&lt;br&gt;
    f"%{a}s, yesterday was amazing! I'm glad we've had quality time together."&lt;br&gt;
                                                                              ^&lt;/p&gt;

&lt;p&gt;File "game/script.rpy", line 284: expected statement.&lt;br&gt;
    f"I like that idea, %{a}s. Sure, here's my number: 17344156421. Let's stay connected."&lt;br&gt;
                                                                                          ^&lt;/p&gt;

&lt;p&gt;File "game/script.rpy", line 285: expected statement.&lt;br&gt;
    f"There you go! I'll wait for your message."&lt;br&gt;
                                                ^&lt;/p&gt;

&lt;p&gt;File "game/script.rpy", line 290: expected statement.&lt;br&gt;
    f"Haha, that's a fun idea! Here's my number: 17344156421. Don't get lost without me!"&lt;br&gt;
                                                                                         ^&lt;br&gt;
**&lt;/p&gt;

&lt;p&gt;label start_day_3:&lt;br&gt;
    "A new day of Spring Break begins, and you're eager to deepen your connections with the amazing people you've met. Whose contact information would you like to ask for first?"&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;menu:
    "1. Ask Faith for her number.":
        $chosen_girl = "faith"
        jump faith_contact

    "2. Ask Rancor for her number.":
        $chosen_girl = "rancor"
        jump rancor_contact

    "3. Ask Vahella for her number.":
        $chosen_girl = "vahella"
        jump vahella_contact
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;label faith_contact:&lt;br&gt;
    scene afternoon_park with fadeIn&lt;br&gt;
    "As you spend a day with Faith, you feel a growing connection. Now, you want to ask for her contact number."&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;f"%{a}s, yesterday was amazing! I'm glad we've had quality time together."
a"Faith, I've really enjoyed spending time with you. How about we keep in touch after Spring Break? Can I get your number?"

"Faith blushes and smiles."

menu:
    "1. Smooth Talker":
        a"You know, just in case I want to plan more hangouts or simply chat. What do you think?"
        f"I like that idea, %{a}s. Sure, here's my number: 17344156421. Let's stay connected."
        f"There you go! I'll wait for your message."
        "You left Faith, promising to text her..."

    "2. Playful Approach":
        a"We should exchange numbers, you know. Just in case one of us gets lost in another mysterious cave. What do you say?"
        f"Haha, that's a fun idea! Here's my number: 17344156421. Don't get lost without me!"
        "You: I'll make sure not to lose it."
        "You left Faith, promising to text her..."

        menu:
            "Ask Rancor for her number.":
                jump rancor_contact
            "Ask Vahella for her number.":
                jump vahella_contact
            "End the day.":
                scene black with fadeIn
                "End of the day."
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>reactnative</category>
      <category>python</category>
      <category>renpy</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
