Dialogue repetition?
#1
Posted 02 June 2008 - 01:46 PM
OH! And I forgot to mention, the only mod I have installed is this, and the proper patches and the G3 Fix stated for it, so there is most assuredly (I think) no mod-on-mod rape. Thanks again for your time!
#2
Posted 02 June 2008 - 02:04 PM
It sounds like a stutter bug to me. Hopefully Miss S will be around to fix the issue soon!
- Liam
Modding Projects
Complete:
Arath NPC - Nephele NPC - Xulaye NPC - Iylos NPC - Ninde NPC - Darian NPC - Yeslick NPC - Adrian NPC - Dace NPC - Valerie NPC - Isra NPC
Viconia Friendship - Mazzy Friendship - Imoen Friendship - Yoshimo Friendship - Sarevok Friendship - Neera Expansion
IEP Extended Banter
Sarevok Romance
Haer'Dalis Romance
In Progress:
Khadion NPC - Delainy NPC - Sarine NPC
#3
Posted 02 June 2008 - 03:52 PM
Firstly, I have to say. "Mod-on-mod rape" is perhaps the best phrase I have ever heard in relation to mod incompatibility. (And welcome to SHS!)
It sounds like a stutter bug to me. Hopefully Miss S will be around to fix the issue soon!
Thanks! I always attempt to be aptly sporadic in the way that I write, and also thanks for your insight and positivity! I hope it is resolved soon, as well! ^^
#4
Posted 03 June 2008 - 12:33 AM
Co-creator: Faren | The Luxley Family | Nathaniel
#5
Posted 03 June 2008 - 03:32 AM
#6
Posted 15 December 2008 - 07:32 AM
#7
Posted 15 December 2008 - 09:10 AM
#1
//Underdark Interjections IF ~Global("FHUDUpset1","LOCALS",1)~ FHUDUpset1 SAY @134 /* ~I know that we have to keep up this pretence, but that was too much. Please, don't do it again.~ */ ++ @135 /* ~Are you jealous, Nathaniel?~ */ DO ~SetGlobal("FHUDUpset1","LOCALS",2)~ + FHUDUpset1_jealous ++ @136 /* ~It's just a ruse. Don't worry about it.~ */ DO ~SetGlobal("FHUDUpset1","LOCALS",2)~ + FHUDUpset1_ruse ++ @137 /* ~I'll do what I want with whom I want, Nathaniel.~ */ DO ~SetGlobal("FHUDUpset1","LOCALS",2) SetGlobal("NathRomanceActive","GLOBAL",3)~ + FHUDUpset1_slut END IF ~~ FHUDUpset1_jealous SAY @138 /* ~I don't like to admit it, but ... yes. I don't like the way she looks at you ... like you're a piece of meat. Just remember I can offer you more than she can, all right?~ */ ++ @136 /* ~It's just a ruse. Don't worry about it.~ */ + FHUDUpset1_ruse ++ @137 /* ~I'll do what I want with whom I want, Nathaniel.~ */ + FHUDUpset1_slut END IF ~~ FHUDUpset1_ruse SAY @139 /* ~A ruse to gain what, exactly? Look, please just be careful.~ */ IF ~~ EXIT END IF ~~ FHUDUpset1_slut SAY @140 /* ~This - this place has obviously corrupted you! I know this is no place for an argument, but-- Just don't come near me!~ */ IF ~~ EXIT END IF ~Global("FHUDUpset2","LOCALS",1)~ FHUDUpset2 SAY @141 /* ~You bastard! How could you let her touch you? After what I said-- just stay away from me!~ */ IF ~~ DO ~SetGlobal("FHUDUpset1","LOCALS",2) SetGlobal("FHUDUpset2","LOCALS",2) SetGlobal("NathRomanceActive","GLOBAL",3) SetGlobal("CharnameIsASlut","GLOBAL",1)~ EXIT END IF ~Global("FHUDUpset3","LOCALS",1) AreaCheck("AR2204")~ FHUDUpset3 SAY @142 /* ~Oh, thank goodness. I'm glad she didn't have time to ... do things to you. I was so worried.~ */ IF ~~ DO ~SetGlobal("FHUDUpset3","LOCALS",2)~ EXIT END
#2
//Underdark Interjections IF WEIGHT #-1 ~Global("FHUDUpset1","LOCALS",1)~ FHUDUpset1 SAY @134 /* ~I know that we have to keep up this pretence, but that was too much. Please, don't do it again.~ */ ++ @135 /* ~Are you jealous, Nathaniel?~ */ DO ~SetGlobal("FHUDUpset1","LOCALS",2)~ + FHUDUpset1_jealous ++ @136 /* ~It's just a ruse. Don't worry about it.~ */ DO ~SetGlobal("FHUDUpset1","LOCALS",2)~ + FHUDUpset1_ruse ++ @137 /* ~I'll do what I want with whom I want, Nathaniel.~ */ DO ~SetGlobal("FHUDUpset1","LOCALS",2) SetGlobal("NathRomanceActive","GLOBAL",3)~ + FHUDUpset1_slut END IF ~~ FHUDUpset1_jealous SAY @138 /* ~I don't like to admit it, but ... yes. I don't like the way she looks at you ... like you're a piece of meat. Just remember I can offer you more than she can, all right?~ */ ++ @136 /* ~It's just a ruse. Don't worry about it.~ */ + FHUDUpset1_ruse ++ @137 /* ~I'll do what I want with whom I want, Nathaniel.~ */ + FHUDUpset1_slut END IF ~~ FHUDUpset1_ruse SAY @139 /* ~A ruse to gain what, exactly? Look, please just be careful.~ */ IF ~~ EXIT END IF ~~ FHUDUpset1_slut SAY @140 /* ~This - this place has obviously corrupted you! I know this is no place for an argument, but-- Just don't come near me!~ */ IF ~~ EXIT END IF WEIGHT #-1 ~Global("FHUDUpset2","LOCALS",1)~ FHUDUpset2 SAY @141 /* ~You bastard! How could you let her touch you? After what I said-- just stay away from me!~ */ IF ~~ DO ~SetGlobal("FHUDUpset1","LOCALS",2) SetGlobal("FHUDUpset2","LOCALS",2) SetGlobal("NathRomanceActive","GLOBAL",3) SetGlobal("CharnameIsASlut","GLOBAL",1)~ EXIT END IF WEIGHT #-1 ~Global("FHUDUpset3","LOCALS",1) AreaCheck("AR2204")~ FHUDUpset3 SAY @142 /* ~Oh, thank goodness. I'm glad she didn't have time to ... do things to you. I was so worried.~ */ IF ~~ DO ~SetGlobal("FHUDUpset3","LOCALS",2)~ EXIT END
- Liam
Modding Projects
Complete:
Arath NPC - Nephele NPC - Xulaye NPC - Iylos NPC - Ninde NPC - Darian NPC - Yeslick NPC - Adrian NPC - Dace NPC - Valerie NPC - Isra NPC
Viconia Friendship - Mazzy Friendship - Imoen Friendship - Yoshimo Friendship - Sarevok Friendship - Neera Expansion
IEP Extended Banter
Sarevok Romance
Haer'Dalis Romance
In Progress:
Khadion NPC - Delainy NPC - Sarine NPC