You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the lockpick skill on a door in the slaver’s house in the NCR, and my game crashed. (The door in question was the one leading to the backroom with the refrigerator.)
What you expected to happen
Not a big deal, actually, since I misremembered that this door was locked. It’s strange that I can’t lock it, though.
The check conditions at line 119 & 162 in sivdor.ssl for use_skill_on_p_proc and use_obj_on_p_proc are set up incorrectly, so the script still passes a null pointer (since Vortis is dead) to add_timer_event script function.
The condition should be a simple (i_vortis_obj > 0).
Here's a quick fix for the script: sivdor.zip
What happened
I used the lockpick skill on a door in the slaver’s house in the NCR, and my game crashed. (The door in question was the one leading to the backroom with the refrigerator.)
What you expected to happen
Not a big deal, actually, since I misremembered that this door was locked. It’s strange that I can’t lock it, though.
Screenshot
Savegame
debug & save.zip
The text was updated successfully, but these errors were encountered: