IntroText Default
The IntroText is basically what the NPC will say when talking to it. As you can see from the array below, there are 3 different Strings added. The script will choose a random one out of these 3 each time you talk to the npc again.
Defining IntroText looks like this:
IntroText: ["Good Day, welcome, how may I serve you?",
"Hello, welcome, what can I mean for you?",
"Hello, Welcome what can I get for you?"]



Last updated