So, assuming one has a script, that has an event which is triggered several times, what happens?
Is for each triggered event an instance of the script created? If yes, does each instance have its own set of variables even if they share the same name? Or do all instances of the script share the same variables? What if a variable is used to prohibt the event to run a funtion? Do i need to use GV's then instead of script-variables?
If you dont have several instances but one, how does the engine distinguish which event-input to use? Does it stack the inputs and then run them consecutively?
I have a few problems with Multi-Threading, thats why i ask. And yes, i know the wiki site

Best regards,
Moorleiche2k