Jump to content

Anomen romance with Wild Surge male to female?


Guest Tia

Recommended Posts

Hey!

I am trying to figure out what is blocking me from starting Anomen romance. I am playing on Switch so I cannot use console, so while not a strict modding question I would appreciate the experts help.

I initially rejected his offer so according to anomen.dlg I am following this path. I initiate this dialogue while female after Wild Surge.

Spoiler

IF WEIGHT #1 /* Triggers after states #: 26 even though they appear after this state */
~Global("TalkedToAnomen","GLOBAL",1)
!Global("AnomenIsEnemy","GLOBAL",1)~ THEN BEGIN 19 // from:
  SAY #23758 /* ~Have you changed your minds? Do you wish to strive for good and noble ends?~ [ANOMEN98] */
  IF ~~ THEN GOTO 20
END

IF ~~ THEN BEGIN 20 // from: 19.0
  SAY #23759 /* ~If you have, then I am ready to add my martial skill to your repertoire. What say you?~ */
  IF ~~ THEN REPLY #23760 /* ~I have no need of another companion at this point.~ */ GOTO 4
  IF ~  Global("AnomenMatch","GLOBAL",1)
~ THEN REPLY #23761 /* ~I am in need of another warrior. Join with us.~ */ DO ~SetGlobalTimer("AnomenRomance","GLOBAL",ONE_DAY)
SetGlobal("LoveTalk","LOCALS",1)
SetGlobal("AnomenRomanceActive","GLOBAL",1)
SetGlobalTimer("AnomenJoined","GLOBAL",FIVE_DAYS)~ GOTO 21

  IF ~  !Global("AnomenMatch","GLOBAL",1)
~ THEN REPLY #55353 /* ~I am in need of another warrior. Join with us.~ */ DO ~SetGlobalTimer("AnomenJoined","GLOBAL",FIVE_DAYS)
~ GOTO 21
END

I then stay in Pause for 33 minutes, but nothing happens.

The difference I noticed from when accepting the initial request is:

Initial request: */ DO ~RealSetGlobalTimer("AnomenRomance","GLOBAL",2000)
Accepting to party later on: */ DO ~SetGlobalTimer("AnomenRomance","GLOBAL",ONE_DAY)

I cannot get the conversation to trigger. Anyone has any ideas?
When I tried the same method on a Chapter 2 reload I managed to get the LoveTalk1 once, but didn't save and now I cannot repeat it.

Also what is ~SetGlobalTimer("AnomenRomance","GLOBAL",ONE_DAY)? Resting 3x8h?

Many thanks in advance!

Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...