USE THIS idea for Fallout3_Jail.esp. We're going to work with Miss Vicious Delicious' game
Here is the GECK page describing how crime works.
https://geckwiki.com/index.php?title=Category:Crime---------------------------------
Compiling ideas to make a Megaton Jail Cell. The condition below should begin the crime process IF the player murders somebody.
If (IsPlayerKiller == 1)
So if the PC is the one who murdered some NPC, this causes a variable to switch on. Which causes Lucas Simms to seek the PC when he/she returns to Megaton.
Only question is, how do we attach this script to peaceful NPCs? It can probably get attached to an entire faction, somehow.
----------------------------------------
----------------------------------
This post has been edited by Renee: Jul 26 2020, 06:08 PM