Demongo Posted June 12, 2009 Share Posted June 12, 2009 Can someone decompile these scripts for me? k_plev_goto40ac.ncs -----> This is in the Leviathan's elevator dialog k_plev_goto40aa.ncs -----> This is in the Leviathan's elevator dialog k_plev_goto40ab.ncs -----> This is in the Leviathan's elevator dialog So this is for K1 and if someone could decompile it or send the original(.nss) version of the file, I would appreciate it. Link to comment Share on other sites More sharing options...
zbyl2 Posted June 12, 2009 Share Posted June 12, 2009 That's what DeNCS showed me: k_plev_goto40ac.nss: void main() { DelayCommand(0.1, StartNewModule("lev_m40ac", "lev40_sw40ac29", "", "", "", "", "", "")); }[/Code] k_plev_goto40aa.nss:[code] void main() { StartNewModule("lev_m40aa", "lev40_sw40aa12", "", "", "", "", "", ""); } k_plev_goto40ab.nss: void main() { DelayCommand(0.1, StartNewModule("lev_m40ab", "lev40_sw40ab13", "", "", "", "", "", "")); } Link to comment Share on other sites More sharing options...
Demongo Posted June 12, 2009 Author Share Posted June 12, 2009 Thanks I really needed them:) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.