I plan to code some relatively advanced NPCs with needs and task queues to fufill, should I by all means stay away from parallel scripting as to avoid performance issues or is there no other way?
1 Like
i think the benefits outweights the complexity of parallel scripting, using it would definitely increase your performance a lot especially with the amount you would be running in parallel; it’s what it’s meant for.
Oh no I am absolutely for parallel scripting. I love using it! Im just worried that it might be too costly on the server.
The alternative would be having a constant for loop that rusn every second, which is basically parallel scripting.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.