for

From Bohemia Interactive Community
Revision as of 16:30, 5 October 2006 by Str (talk | contribs)
Jump to navigation Jump to search

for can refer to these scripting commands:

  • for forspec - Example: for [{_x=1},{_x<=10},{_x=_x+1}] do
  • for var - Example: for "_x" from 1 to 10 do

Template:Disambig