Spellhold
anticlimacus
Member Posts: 4
Hi, so is there any way to reclaim an npc, Edwin in this case, traded off for imoen in spellhold after you leave? Had no intention of losing him! I'm not averse to scripting him back in if someone can tell me how. Thanks very much!
0
Comments
Of course, it is possible that Beamdog could have changed these behaviours in the EE, so even if I could recall precise details of how it used to work, it might no longer be valid information.
Step 1: Go into the game's folder in documents (where the savegames are, not where the core game files are), open Baldur.ini, and add the following line, with quotes.
'Program Options', 'Debug Mode', '1',
Step 2: Open the game, load your save, and press ctrl+enter on your keyboard. This should open the console at the bottom of the screen.
Step 3: Select your whole party and type the following.
CLUAConsole:MoveToArea("AR1512")
You should now be in the first level of the labyrinth. Pick up Edwin and continue.
Step 4: Open the console as detailed in step 2, then select your whole party and type the following.
CLUAConsole:MoveToArea("AR0406")
You should now find yourself back in the Copper Coronet, with Edwin in tow.
Hope that helps.