Jump to content

Editing WEStart.SendStoryEvent()


1f90304

Recommended Posts

Posted

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?

Posted

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.

 

Posted
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

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...