Hi
I am trying to import scripts from Arcweave.
However, the first line "Start" always loads with sequence "Continue()". I'm not sure why but this skips my first line (which does not have the sequence in there. I would like to remove it by script OR when loading, what's the best way of doing it?
Thank you so much in advance!
Arcweave Import - Cutscene Continue()
Arcweave Import - Cutscene Continue()
- Attachments
-
- img2.PNG (50.95 KiB) Viewed 978 times
-
- img1.PNG (74.27 KiB) Viewed 978 times
Re: Arcweave Import - Cutscene Continue()
Hi,
Are you saying that it's skipping your Speaker:Therese "hi" line?
Are you saying that it's skipping your Speaker:Therese "hi" line?
Re: Arcweave Import - Cutscene Continue()
Yes exactly! I wonder if I can just stop the sequencer through script. Smoother would be if it wasn't set in the first place.
- Attachments
-
- img3.PNG (6.31 KiB) Viewed 973 times
Re: Arcweave Import - Cutscene Continue()
As a test, set the <START> node's Sequence to: None()
Does it still have the same issue?
Does it still have the same issue?
Re: Arcweave Import - Cutscene Continue()
Nope, when changing it to None() or removing it, it works as intended.
- Attachments
-
- img43.PNG (7.8 KiB) Viewed 971 times
Re: Arcweave Import - Cutscene Continue()
Hmm, I suspect that's a specific quirk with the SMS Dialogue UI since it does a pre-delay thing. I'll add an option to use "None()" instead of "Continue()" in the Arcweave importer. I'll post a patch here later today.
Re: Arcweave Import - Cutscene Continue()
Thank you so much!!
Re: Arcweave Import - Cutscene Continue()
I evaluated the code, and it can be done without having to add an option to the import window. Here's the patch:
DS_ArcweavePatch_2022-05-26.unitypackage
DS_ArcweavePatch_2022-05-26.unitypackage
Re: Arcweave Import - Cutscene Continue()
Thank you Tony! I'll try it out within the coming days, started to focus on other things in the meantime. I appreciate your super amazing support!