Jump to content

Recommended Posts

BUTTER = "Butterflies are made of this?",
        BUTTERFLY =
        {
            GENERIC = {
                "A far smaller Butterfree.",
                "They're kind of nice to watch.",
                "I wonder if they're Psychic?",
                "They're not as dangerous here.",
                },
            HELD = 
            {
            "Grass-type butterflies. Cute.",
            "It's a butterfly flower.",
            "So I guess it's the butterflies and the bees here.",
            },
        },

So, I've taken an exceptionally long period of time to realize that the dialogue in my mod that doesn't work are ones that I've tried to table another set of messages inside the already-existing table. Is there a way to do this, or am I just stuck leaving these as single lines?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...