Quote:
Originally Posted by cbkbud
...I'm about halfway through the process of rescripting Bloo's inefficient and laggy scripts, but it would be nice to know what else is causing the lag.
|
Which ones?
If it's my tool then it means it's being used all at one time (obnoxious staffblock placing/player dragging)
I've tried to alleviate it in the past by reading from a clientr flag for rights through a function instead of asking the RightSys NPC. (look in bloofunctions - queryRight(right))
It may help if you put a return; after every command (after the functions of each if(params[0] == "blah"){ etc.)