1f90304 Posted May 2, 2022 Posted May 2, 2022 The WETrigger.psc source file calls a function called WEStart.SendStoryEvent() that I would like to edit, but this function isn't defined in any of the source files in Scripts.rar, is there a source file somewhere that defines this function so that I can edit it, so that I can force specific encounters at random encounter spots?
Fotogen Posted May 2, 2022 Posted May 2, 2022 WEStart is a Keyword. Keyword is an object. Look into Keyword.psc. It has a method SendStoryEvent(). It is flaged as "native". That means it is defined inside of skyrim engine. EXE, binary. You can't edit it or get a source.
1f90304 Posted May 2, 2022 Author Posted May 2, 2022 4 hours ago, Fotogen said: WEStart is a Keyword. Keyword is an object. Look into Keyword.psc. It has a method SendStoryEvent(). It is flaged as "native". That means it is defined inside of skyrim engine. EXE, binary. You can't edit it or get a source. Damn. I think I can figure out a workaround though, thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.