Quick questionI know that there's this function in batch files: Code: :A goto A or something like that. is this possible to do in gsc scripts? like :A wait 5; if(i == u) goto A;
Originally Posted by TheSaboteur just test it xD what does Code: :A wait 5; if(i == u) goto A; ?? Just an example, I'm pretty sure that wouldn't work.
Originally Posted by aagibcheat Ah ur trying to make it repeat? I dont think its possible in GSC coding aaaawwww d: wait, how much do you know about c++/c#? Just before i give up on finding it
you can do Threadnamehere() //this would be the same as :A self Thread Threadnamehere(); //this would be the same as goto A This is possible, and it is used in a lot of mods
Originally Posted by AZUMIKKEL aaaawwww d: wait, how much do you know about c++/c#? Just before i give up on finding it is that a penis o.0..... <<<<< wel i did made some hacks but im not that good
I used to code alot of things in batch/DOS. I'd say that's basically calling threads. Not sure if you can do something like that in C/C#/C++ or GSCs.. What you're trying to do is having like mini-functions in 1 thread right?