Jump to content

Conversation skipping.


Recommended Posts

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

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

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

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...