darkmessenger84 Member 0 Feb 2, 2009 #1 Any idea how to loop a custom script so I don't have to keep reinitialising in a parallel process? Thanks in advance!
Any idea how to loop a custom script so I don't have to keep reinitialising in a parallel process? Thanks in advance!
Brewmeister Sponsor 742 Feb 2, 2009 #2 Use the 'initialize' method to initialize parameters. Use the 'update' method for your loop. It gets called once every frame. Upvote 0 Downvote
Use the 'initialize' method to initialize parameters. Use the 'update' method for your loop. It gets called once every frame.