Author Topic: Need help scripting  (Read 4708 times)


You put it in Add-Ons/Client and then find out that it should really use a .cs file or be converted into one in order to be executed without you having to exec it manually at the start. It could also be a keybind in Options, look at one of the mods like Ephi's Macro Saver to see how to add your own keybinds.

...look at one of the mods like Ephi's Macro Saver to see how to add your own keybinds.
I fixed the code in that, I was able to fix the GUI lag problem that occurred because you have a big saved macro in the folder (such as from using BMP2SCIRPT), Ephialtes actually executes the file itself just to get the eventnum, I changed that to a fileobject and readline, which cuts down on the lag by tons. It still lags when you load a big macro, but atleast it doesn't lag before the GUI is open :D