31
Scripting Chat / Re: How to speed up my script?
« Last post by TrailMyx on January 13, 2025, 07:10:40 PM »Looks like it can benefit by setting the #LPC up a bit. If you don't set it to anything, it's set to 20. Try bumping it up to 100. Set this:
right before the repeat at line 55.
Also the "wait 2s" after your exevent dropc are probably a bit too long. You can probably drop this to "wait 20" which is 1 second.
Code: easyuo
- set #LPC 100
right before the repeat at line 55.
Also the "wait 2s" after your exevent dropc are probably a bit too long. You can probably drop this to "wait 20" which is 1 second.

to give a poster a reputation bump!
Recent Posts