Nonseen Posted December 21, 2021 Posted December 21, 2021 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.
coolfreaky Posted December 22, 2021 Posted December 22, 2021 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.