Jump to content

How to find a specifick script using SSEEDIT?


Recommended Posts

Posted

Hello!

 

I trying find a realibe way to find specifick script/scripts inside esp files.

i only know the script file name but not know what part of esp call it.

 

tryed use filter settings not working for me.

So far google not helped me out.

Posted

may be its what you need : ( found in Tome of xEdit | xEdit Documentation (tes5edit.github.io)  under script functions  )

 

 

13.19 - Script References

Scripts can use functions defined in other scripts. That allows creating toolkits to avoid duplicating code. To make use of this feature the following instruction is used: (use below the unit name)

 

uses 'MyTools';

 

With that command we instruct the script to load another script named "MyTools.pas" and the functions in that script will be available. Note that any conflict in names can be resolved by the unit name. So it's suggested to change the toolkit script unit name appropriately.

Archived

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

  • Recently Browsing   0 members

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