Hi all.
First, sorry for this dumb question, but i’m a beginner and I need help very quickly.
So, in fact, i try to do a script who send bullet.
Actually, i try to do with this scipt some sorte of Loop, but, i didn’t find how can i do that, and if i remplace the “IF” at the line 5 by a “WHILE”, the programme cannot work.
Please, how can i do that ? I’ve got limited time.
PS : If there is already an answer to that, thanks to give the url. I didn’t find this.
The Update function is called for each execution. So if you use while function of no limit inside the update function , then the update function is never ended and never returned to the caller function.Thus the program will be locked in the while loop.