What do you want to achieve?
- To give a quick rundown of what I am trying to do, I have a anime game that features enemy NPC’s that fight back and do many other advanced actions. (image of one of the npcs)
What is the issue?
- I am here to express my concerns if I should be worried about performance issues by having that many server scripts with loops running every 1 - 2 seconds. There is a if statement to see if it’s hit then it will go on a rampage and so on.
Which is why I am here to ask the members of the Dev Forum for feedback, I was thinking of merging it all into just 1 serverscript and going with the idea of 1 loop is better than 10. If there is some other easy way I could really use some help.