Jump to content

Kitanna

Modders
  • Posts

    271
  • Joined

  • Last visited

Posts posted by Kitanna

  1. @Jarno Mikkola

    gotcha don't need that lol and thank you!!   getting a parsing error and I don't see what I did wrong

    IF
      CombatCounter(0)
      NumDead("KKBarbs",5)
      Global("KKMissingWarriors","GLOBAL",6)
     Global("KKNotGoingHome","LOCALS",0)
    THEN
      RESPONSE #100
      SetGlobal("KKMissingWarriors","GLOBAL",7)
      SetGlobal("KKNotGoingHome","LOCALS",1)
        ActionOverride("KKNavar") -says this line but you know could either or
    END
    END

  2. Don't use  StartDialogueNoSet?  the ActionOverride will tell her to speak I assume. .   Since the "xyz" isn't their script variables,  I have to give them all the same script name? That is easy enough, but how do you associate the script name with them? Their CRE's? TP2?   And thank you for the example.   Sorry if I'm being a pain, just woke up.  Need coffee!

  3. OMG! I know! After all day writing, my vision was playing tricks with me, I think LOL.  That's when it's time to step away from the computer.  I've been testing all day and ran into a dlg issue. Is there a way to force a dlg to fire as soon as combat ends? like maybe see(soandso)dead? Navarra's quest works perfectly but I want her to speak as soon as the fight ends and can't seem to get it to work.

  4. Need a fresh pair of eyes, please. Been writing all day, but I can't see the error.

    The error says: [action list near line 1486, column 64 of NAVARRA/Dialogue/KKNavJ.d] PARSE WARNING at line 1486 column 1-31
    Near Text: 2
            syntax error
    WARNING: cannot verify action ~SetGlobal("KKMEDTalk","LOCALS"2)~: Parsing.Parse_error

    and this is the block

    IF ~Global("KKMEDTalk","LOCALS",1)~ THEN BEGIN MTED
    SAY ~Something on your mind, <CHARNAME>?~
    + ~Global("KKEDRomanceActive","GLOBAL",1)  !Global("KKEDSex","GLOBAL",1)~ + ~There is something I would like to ask you.~ DO ~SetGlobal("KKMEDTalk","LOCALS",2)~ + MTEDa
    + ~Global("KKEDRomanceActive","GLOBAL",1)  Global("KKEDSex","GLOBAL",1)~ + ~There is something I would like to ask you.~ DO ~SetGlobal("KKMEDTalk","LOCALS",2)~ + MTEDe
    ++ ~No, now keep moving.~ DO ~SetGlobal("KKMEDTalk","LOCALS"2)~  EXIT   this is line 1486

    END     

  5. My computer went POP and died ! :(   I have a copy of Navarra on my laptop but not the newest.  I'm working on catching it up, not going to fix my desktop until after the holidays. Have no idea what all was fried, other than the PSU. But, it's going to set me back a few days. Doing my best to get it caught up, when RL doesn't get in my way.

  6. That he could! I don't think Navarra would appreciate Aerie touching him! LOL That hot blooded male is all hers if the PC doesn't want her.  Oh! I finally got a problem fixed so.. I just have about 20 talks, a few more banters and SOA is done.

  7. I have been away due to health issues and have recently discovered there was an update to BG2EE. It seems it broke one of my mods and I need some help. The sword and shield name have been changed in game but in the TP2 they still have the correct names. Could someone please tell me how I can fix it? I would be very grateful.

  8. Going nowhere atm, sorry.  Too much is going on right now. I keep trying to get to it, but life has other plans :(    Hopefully the chaos will calm down soon.

×
×
  • Create New...