Loops

Post » Sat May 28, 2011 4:16 pm

Perhaps the most useful general scripting tools made available by FOSE are its http://fose.silverlock.org/fose_command_doc.html#Label and http://fose.silverlock.org/fose_command_doc.html#Goto functions, which give us back the flow control that is missing from Fallout 3's scripting language. I've just published a new article on http://www.cipscis.com that explains the structure and function three common types of loop, and details how to create them in Fallout 3 scripts via http://fose.silverlock.org/fose_command_doc.html#Label and http://fose.silverlock.org/fose_command_doc.html#Goto.

Here's the link - http://www.cipscis.com/fallout/articles/loops.aspx

Enjoy!

Cipscis
User avatar
James Rhead
 
Posts: 3474
Joined: Sat Jul 14, 2007 7:32 am

Post » Sat May 28, 2011 6:47 pm

Perhaps the most useful general scripting tools made available by FOSE are its http://fose.silverlock.org/fose_command_doc.html#Label and http://fose.silverlock.org/fose_command_doc.html#Goto functions, which give us back the flow control that is missing from Fallout 3's scripting language. I've just published a new article on http://http:/www.cipscis.com that explains the structure and function three common types of loop, and details how to create them in Fallout 3 scripts via http://fose.silverlock.org/fose_command_doc.html#Label and http://fose.silverlock.org/fose_command_doc.html#Goto.

Here's the link - http://www.cipscis.com/fallout/articles/loops.aspx

Enjoy!

Cipscis


Nice website Cipscis! It's like a new DLC to explore for coders. ;)

FYI one of the web links doesn't work, but the Loops.aspx link does.

Thanks for supporting the community like this Cipscis! You really are one of a kind in the community, and I definitely follow, study and use your tips!

Cheers and thanks,

M
User avatar
Angela Woods
 
Posts: 3336
Joined: Fri Feb 09, 2007 2:15 pm

Post » Sat May 28, 2011 6:16 pm

Thanks for supporting the community like this Cipscis! You really are one of a kind in the community, and I definitely follow, study and use your tips!

Second that! Thanks for this resource, and your help and support throughout the times here Cipscis!

Cheers,

-Art
User avatar
Harry Hearing
 
Posts: 3366
Joined: Sun Jul 22, 2007 6:19 am

Post » Sat May 28, 2011 7:58 am

Great Stuff!

Thanks for doing this Buddy. Top notch info!

Take care

Skykappa
User avatar
JLG
 
Posts: 3364
Joined: Fri Oct 19, 2007 7:42 pm

Post » Sat May 28, 2011 6:05 am

Thanks guys, it's nice to know that this is appreciated. I hope that you find it useful! You can expect some more new content to be published on http://www.cipscis.com over the next few weeks, such as the new menu tutorial that I've written over the last two days and just published - http://www.cipscis.com/fallout/tutorials/menu.aspx

P.S. Thanks for letting me know about that broken link, Miaximus, I've fixed it now.

Cipscis
User avatar
Julie Serebrekoff
 
Posts: 3359
Joined: Sun Dec 24, 2006 4:41 am

Post » Sat May 28, 2011 5:51 am

I've just updated this page to include some examples of useful ways to use loops. The examples are:
  • Reference walking
  • Walking through an inventory
  • Using a form list to store a vector of references, then later walk through the list as you empty it

Here's the link again http://www.cipscis.com/fallout/tutorials/loops.aspx

Cipscis
User avatar
Tamika Jett
 
Posts: 3301
Joined: Wed Jun 06, 2007 3:44 am

Post » Sat May 28, 2011 8:51 am

from the homepage
Since then, I've become reasonably well versed in its scripting language...
..and yet, so modest as well :)
User avatar
Barbequtie
 
Posts: 3410
Joined: Mon Jun 19, 2006 11:34 pm

Post » Sat May 28, 2011 8:19 am

Thanks a lot Cipscis. Good website, also, i know you prob wont tell me, but how did you make your script validation engine. Are you using your own compiler or Bethesda, i curious, im not putting you down, it's just im A Php Master and wouldn't have given it a thought lol

Cheers, Great work, and thanks for all your help with my silly questions :P

Thanks Persidon
User avatar
Guinevere Wood
 
Posts: 3368
Joined: Mon Dec 04, 2006 3:06 pm

Post » Sat May 28, 2011 5:47 am

Thanks guys.

persidon, I've responded to your post in my validator's [RELz] thread - http://www.gamesas.com/index.php?/topic/1012594-relz-script-validator/page__st__80__gopid__16162741&#entry16162741

Cipscis
User avatar
Kate Norris
 
Posts: 3373
Joined: Mon Nov 27, 2006 6:12 pm


Return to Fallout 3