[HELP!!] Delete commands

+
[HELP!!] Delete commands

Basically, I opened a door with mod Door Unlocker but, in order to finish a mission, this door has to be close. Any way to delete the command? To fix this problem?

The command is ToggleLocke

Just to be clear, my intention is to remove all the effects of this mod on my game

Thanks in advance
 
Last edited:
load a save where it wasnt locked
I mean
if it's quest related, you WILL be able to open it at one point, w/o cheating
Alternatively, you can use freecam then teleport in. No need to use doors.
 
load a save where it wasnt locked
I mean
if it's quest related, you WILL be able to open it at one point, w/o cheating
Alternatively, you can use freecam then teleport in. No need to use doors.

I'll explain it better, the door has to be closed, Geralt has to interact with it and, after that, Regis vanished and open the door from the inside but i cannot do it because the door is already opened and the closest save that i had with this door closed is from the beggining of B&W
 
How did you solve this issue :D I have the same problem
Edit:
I find a solution thanks to the grizlee11 !!!!
Solution

Hey
If anyone of you has a problem with quest: "The Night of Long Fangs", especially with doors to the playroom which should be opened by Regis, try this:

exec function LockThisBloodyDoors()
{
var door : W3LockableEntity;
var doorTag : name;
doorTag = 'q704_ft_bedroom_door';


door = (W3LockableEntity)theGame.GetEntityByTag(doorTag);
door.ToggleLock();
}

Just paste it on the end of PlayerCheats.ws file and type "LockThisBloodyDoors".
 
Last edited:
Top Bottom