Guest jeohni Posted February 4, 2008 Share Posted February 4, 2008 How do I check Anomen's variables? What exactly do I have to type in to check his romance level, or to change it if need be? Link to comment
Domi Posted February 4, 2008 Share Posted February 4, 2008 I think it will get answered here much quicker, than in Kiv's forum Hope that is not too confusing. Link to comment
G-Mon Posted February 5, 2008 Share Posted February 5, 2008 First, enable the console, then press Ctrl+Space in-game to bring it up. To actually work with the variables, you can use these commands: Check romance status: CLUAConsole:GetGlobal("AnomenRomanceActive","GLOBAL") Check romance timer: CLUAConsole:GetGlobal("AnomenRomance","GLOBAL") (expect this to be high) Check romance progress: Hold the mouse pointer over Anomen, then CLUAConsole:GetGlobal("LoveTalk","LOCALS") Change romance status: CLUAConsole:SetGlobal("AnomenRomanceActive","GLOBAL",value), where value is 0 (never started), 1 (in progress), 2 (committed), or 3 (blew it) Get next romance talk: CLUAConsole:SetGlobal("AnomenRomance","GLOBAL",1) (this assumes there aren't any special conditions on the talk, e.g. some only happen on rest; in such cases, you'll get the talk once the conditions are met) There are more ways to use the console in this way, but I can't think of them all right now. As an alternative, you can work with the above variables in ShadowKeeper (the locals are under the appropriate character's Affects tab--in this case, Anomen's--and the globals have their own tab). Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.