Zorkaz Posted June 10, 2023 Share Posted June 10, 2023 Does anyone knows if this works? I want to fire a script when a furniture is being exited.Using Event OnExitFurniture(ObjectReference akActionRef) EndEventI'm not sure however if it works and don't want to waste my time on it. Link to comment Share on other sites More sharing options...
Fantafaust Posted June 10, 2023 Share Posted June 10, 2023 If you're putting it ON the furniture, then yes that should work.If you're going based off what the actor is doing, OnGetUp would be the one to use. Link to comment Share on other sites More sharing options...
Zorkaz Posted June 10, 2023 Author Share Posted June 10, 2023 Thanks Fantafaust Link to comment Share on other sites More sharing options...
pepperman35 Posted June 10, 2023 Share Posted June 10, 2023 Assuming you have your script psc files extracted into the source folder, you could use the following from a command line prompt window to see where this is used in vanilla scripts findstr /s "OnExitFurniture" "C:\Program Files (x86)\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\*" Link to comment Share on other sites More sharing options...
niston Posted June 12, 2023 Share Posted June 12, 2023 I use all of them, OnSit/OnGetUp and OnExitFurniture to track NPC in furniture.It's 99% reliable. I haven't tried F4SE's furniture event yet. I suspect it will be 99.999% reliable. Link to comment Share on other sites More sharing options...
Recommended Posts