Q: How do I resume a dead romance?
To restart the romance, just set the global NameRomanceActive to 1 or 2 (1 is flirting, 2 is an exclusive relationship).
Mud MasterAlso:
Did you check to see if the CLUAConsole is:
CLUAConsole:SetGlobal("TashiaRomance","GLOBAL",1)
or
CLUAConsole:SetGlobal("TashiaRomanceActive","Global",1)
To get your current number just do either:
CLUAConsole:GetGlobal("TashiaRomance","GLOBAL")
or
CLUAConsole:GetGlobal("TashiaRomanceActive","Global")
Also: Some
NPC romance and romance add-ons are made so you have to be romancing before you cheat.
Example: The Imoen Romance Mod will not allow you to have
CLUAConsole:SetGlobal("ImoenRomanceActive","Global",1) when you are in the first map of the game. Instead, it happens after the first romance talk in the first map and then changes to 4 until you are in the underdark with will change it to 1 and then if you have the correct number of Kindess Points you will progess to 2.
And if you break-up with Imoen, you get 3 in which she's mad at you.( Kindness Point will matter in the
TOB part.)
Romance Numbers:
1 Romance Talks
2 Romance Active
3 Romance Dead
4 Romance on StandBy
Edited by Neane, 25 March 2011 - 07:17 PM.