yummy2 Posted December 16, 2018 Share Posted December 16, 2018 Anyone knows a way to simulate the OnFire event for melee weapons in New Vegas?One alternative I've found is by forcefully assigning an OnHit event handler to all possible targets, but this is rather inefficient and may cause problems. Link to comment Share on other sites More sharing options...
dubiousintent Posted December 16, 2018 Share Posted December 16, 2018 Did you look into "OnHitWith"? It will take Form Lists as a parameter. Didn't see anything similar among the other NVSE added "Event Handlers" functions or "BlockTypes", though you might a reason to couple it with "OnTriggerEnter". -Dubious- Link to comment Share on other sites More sharing options...
yummy2 Posted December 16, 2018 Author Share Posted December 16, 2018 Yes, I looked everywhere. OnHitWith has the same issue as it runs on the target. OnTriggerEnter is for trigger boxes and also runs on the target.I think I may have found something, though. In New Vegas, OnHit can also run on the weapon of the attacker. Link to comment Share on other sites More sharing options...
Recommended Posts