Kluze Posted September 19, 2017 Posted September 19, 2017 http://www.loverslab...ass-matchmaker/ Mass Match Maker doesn't work with 'Skeevers' I was trying to fix it myself but I don't know how to compile psc file to pex. moreover, what is form id for scripting? Function SetUpList() Int Mods = Game.GetModCount() String Name While Mods Mods -= 1 Name = Game.GetModName(Mods) If Name == "Dawnguard.esm" DraugrList.AddForm(Game.GetFormFromFile(0x23E2, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x6AFA, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x7AF3, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x894D, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x19FD3, Name)) I'm looking for Skeever's Form ID but it seems not normal Form ID in skyrim. I've never seen Form ID like ( 0x~~~~~). Somebody who knows scripting, please help me!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.