Jump to content

Random quotes on Custom speech for a modded character


Recommended Posts

Im trying to make my custom character say random lines when he attacks, and so i copied the code from the marble stuff (when you carry the suspicious marble stone, you can get more than one sentence), but it does not seem to work. It does not give any error, just doesnt say anything on that part.

 

this is the attack speech code

BATTLECRY =
    {
        GENERIC =
        {
            "Lets get messy!",
            "I have... something for you",
            "It will be over quick",
            "Someone has to do it... and I want it to be me!",
            "I have come for you",
            "Your finality approaches...",
            "Now, lets dont lose our manners!",
            "Hehehe, this will amuse me",
        },
        PIG = "I've killed lots like you",
        PREY = "Lets have some fun",
        SPIDER = "Just a bug",
        SPIDER_WARRIOR = "Come here, pal",
        DEER = "Destiny",
    },

 

 

And this is the marble speech, i cant figure out why it does not work

ANNOUNCE_ENCUMBERED =
    {
        "Huff... ",
        "Hahah... God dammit...",
        "I need to.... work on my muscles",
        "This isn't... gentleman's work...",
        "I feel kind of lost...",
        "I hope I dont... mess my hair",
        "Hngh...!",
        "I miss my powers... so much!",
        "Dont I... have anything better... to do?",
    },

 

Thank you very much

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...