Crimsonfoxy Posted November 8, 2011 Share Posted November 8, 2011 (edited) Hi guys! First post here and yeah, it's a question, sorry about that. :P Is it possible to disable a bunch of specific objects in a cell through a script? I know I can assign them all ID's and then disable them one by one but it seems like a long way around. I've read some things about lists but I'm not entirely sure how they work or if they're even applicable to this scenario. Any help would be appreciated, cheers. =) Edited November 8, 2011 by Crimsonfoxy Link to comment Share on other sites More sharing options...
tunaisafish Posted November 8, 2011 Share Posted November 8, 2011 Yep, It's possible, with NVSE. Useful stuff to know for this task.Refwalking Tutorial. That explains how to use GetFirstRef and GetNextRef, and create your main loop. Within your loop, you could then use IsInList to compare each reference to a list of base objects in a formlist. Link to comment Share on other sites More sharing options...
Recommended Posts