bananakillerBRO Posted July 10, 2018 Author Share Posted July 10, 2018 I have synched the dialogue but it is sadly still skipping. Link to comment Share on other sites More sharing options...
dubiousintent Posted July 10, 2018 Share Posted July 10, 2018 Isolate a line that is getting skipped, and post the code for the one preceding it (that does get said) and the one being skipped so we can see the flow control. Screenshots will probably be necessary, so see the "How to markup images (etc) in forum posts and comments" article if necessary. -Dubious- Link to comment Share on other sites More sharing options...
Mktavish Posted July 10, 2018 Share Posted July 10, 2018 err link your file for a geck looksee. And tell us the topic id's to look at. Link to comment Share on other sites More sharing options...
bananakillerBRO Posted July 12, 2018 Author Share Posted July 12, 2018 Here's a few screenshots, I'll post all the codes I've used down below. It's worth noting when I used the "link from" box the conversation refused to start, but when I removed it the dialogue started working again, so I've left it blank. https://imgur.com/a/4pvDKfP The script that controls the conversation- scn aaaArcadeBanter2Script begin GameMode Companion1REF.sayto ArcadeREF 111ArcadeBanter1 End The topic where the script starts to skip- ArcadeREF. sayto Companion1REF 111ArcadeBanter4 If there's anything else needed please let me know Link to comment Share on other sites More sharing options...
Mktavish Posted July 12, 2018 Share Posted July 12, 2018 You didn't link your file for us to download and load in geck. But I think I see your problem on that pic. You do not want both a link to selection and a result script end , telling it what to do next.Hence explains why you are getting skips , but it is not really a skip , but a dual start happening at different times.So only use one or the other. And to be clear .... if you use the link to section ... do not use the result script end.And vice versa. I couldn't say which is better ... better would be which you understand the most ? Your choice ;) Link to comment Share on other sites More sharing options...
Mktavish Posted July 12, 2018 Share Posted July 12, 2018 Err I take it back , you can still use the result script end with the link too . But that Sayto line has to go.Link to is the same as sayto. Hence 2 command lines issuing the next thing to do. And that is not good. Link to comment Share on other sites More sharing options...
dubiousintent Posted July 12, 2018 Share Posted July 12, 2018 I take it "111ArcadeBanter4" is a topic name? The GECK is often confused by anything that starts with a number. It thinks it must be a Ref-ID. If you still have trouble after Mktavish's recommendations, try changing the topic name. -Dubious- Link to comment Share on other sites More sharing options...
EPDGaffney Posted July 13, 2018 Share Posted July 13, 2018 It's almost definitely the numbers starting the IDs. And we've been through this before. Link to comment Share on other sites More sharing options...
Mktavish Posted July 13, 2018 Share Posted July 13, 2018 Well 00 is the most offending scenario with prefix numbers , I would guess 111 being used less , may not have a problem. However the problems with using numbers as a prefix is that your script can't find it , and it can't complile , or it would fail to do the operation , not what the OP is describing with in my view , sounds like an overlap problem. But then again ... I certainly have been wrong before :confused: And As EPDGaffney said ... I thought we discussed this with you before banakillerBRO ?About never using numbers in the first 2 places of any form-ID. Since there is enough times it causes problems , to just not do it as a rule of thumb. But maybe I am mistaken and it was someone else like "Apple or Orange Killer ??? LOL haha , just trying to inject some humor :laugh: Link to comment Share on other sites More sharing options...
bananakillerBRO Posted July 14, 2018 Author Share Posted July 14, 2018 Alright, I changed the topic IDS to start with "A" instead of a number but they're still skipping. Link to comment Share on other sites More sharing options...
Recommended Posts