pxd2050 Posted January 16, 2021 Share Posted January 16, 2021 (edited) Help!I am modifying the ifpv code with VS2019 and need to use other libraries(Utility Library for NetScriptFramework,Events.OnSave).But I don't know how to do? Can't use "using UtilityLibrary;", will conflict with "using NetScriptFramework;" using System; using System.Collections.Generic; using NetScriptFramework; using NetScriptFramework.SkyrimSE; namespace IFPV { ....................... Events.OnSave.Register(e => { Utils.Log("On Save called!"); }); ....................... } Edited January 16, 2021 by pxd2050 Link to comment Share on other sites More sharing options...
Recommended Posts