Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Make a Discord Npc using Module Scripts ?

Asked by 5 years ago

Hello,

I was trying to make a Questing System, And I made it buy I saw some ppl doing this:

01local module = {}
02 
03module.Dialog = {
04 
05local module = {}
06module.Dialog = {
07 
08    ["Quest01"] = {
09                ["Text1"]= "Hi, Can you help me defeat some Bruters",
10                ["Response1"]= "Sure, Where they at?",
11                ["Text1"] = "Right Down the river"
12                ["Exit"]= "Cancel"
13        }
14    }
15 
16return module
17 
18return module

So I saw that using that will be alot easy than just a script.

Can I know how Can I get does data into a normal Script?

Thanks for Advance

1 answer

Log in to vote
0
Answered by 5 years ago

I still need this please.

Ad

Answer this question