#How do you make this?

1 messages · Page 1 of 1 (latest)

golden junco
#

Im just looking for any tips, docs or anything to help get me started.

maiden cobalt
#

its called NPC Dialogue Systems

#
local dialogueData = {
    {text = "I'd like to sell this!", response = "sellItem"},
    {text = "I'd like to sell my inventory!", response = "sellInventory"},
    {text = "I'd like to buy a fishing rod!", response = "buyFishingRod"},
    {text = "Who are you?", response = "whoAreYou"},
    {text = "Nevermind", response = "close"}
}

here an example

unique grove
#

I have this framework ready for sell.

solemn onyxBOT
#

studio** You are now Level 1! **studio

golden junco