SkyHeart
Casual Client
- Joined
- Apr 17, 2017
Hi,
First, I don't think you can put a "." character in linetypes
Second, custom linetypes are triggered via other triggers from other linetypes. As such you have to start from a default SDT linetype like "general", "intro", "start" etc or from a button.
so one example would be:
start:"hello [initiating00]"
initiating00:"hi [other_customLineName]"
other_customLineName:"other text [another_customLineName]"
And so on
First, I don't think you can put a "." character in linetypes
Second, custom linetypes are triggered via other triggers from other linetypes. As such you have to start from a default SDT linetype like "general", "intro", "start" etc or from a button.
so one example would be:
start:"hello [initiating00]"
initiating00:"hi [other_customLineName]"
other_customLineName:"other text [another_customLineName]"
And so on