Jump to content

Recommended Posts

I'm making a character mod and I want inspecting Wilson to have 2 or 3 possible lines, but the game crashes when I interact with him, and it says that it expected a string instead of a table (yes, I know what the means). So, is there a possible way to use a table or not?

Here is my Wilson thingy BTW.
...        WILSON =
        {
            GENERIC =
            {
                "Ah, beard man!",
                "Hello, science guy.",
                "How are you, %s? Your inventions horrible as always?",
            },
            ATTACKER = "You know how I feel about fighting teammates.",
            MURDERER = "Use your science for something other than killing, %s!",
            REVIVER = "You using your science for something %s?",
            GHOST = "Can your science explain ghosts?",
            FIRESTARTER = "%s, are you conducting an experiment?",
        },

...

Edited by TjSgRf

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...