View Single Post
Old 10-25-2001, 11:57 AM   #2
Memnoch
Ironworks Moderator
 

Join Date: February 28, 2001
Location: Boston/Sydney
Posts: 11,771
You can set global parameters using CLUAConsole, that's probably easier.

First thing you type is:

CLUAConsole:SetGlobal("CharnameRomanceActive","Global",1);

1 means you're romancing, 2 means you're active, 3 means she (or he) has dumped you.

Second thing you type is:

CLUAConsole:GetGlobal("LoveTalk","Locals") while your cursor is on Viconia. You will see a number appear in the text screen, this number shows you what stage the romance is at. It may be at 10 or 12.

Now each time you want to speed up the romance and force the game to come up with the romance dialogues you type:

CLUAConsole:SetGlobal("LoveTalk","Locals",x) where x is the original number plus 2. Each time you want to force the dialogue, just keep increasing that number by 2.

------------------
Memnoch is offline