Controlling program flow – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Talk:Controling program flow moved to Talk:Controlling program flow: there are 2 l in controlling)
No edit summary
Line 4: Line 4:
The example of an .sqf shows this problem as, A) A WHILE loop executes in the same slice, while the "refueling script" has a half-second delay built it. B) the last I checked, .sqf lines need a semicolon at the end.
The example of an .sqf shows this problem as, A) A WHILE loop executes in the same slice, while the "refueling script" has a half-second delay built it. B) the last I checked, .sqf lines need a semicolon at the end.
   -- Dinger
   -- Dinger
:Just look for [[sleep]]-command :), at least that's my understanding of the new Scripting engine; there also things like [[spawn]], which seem to be predestined for asynchronous script execution. --[[User:Vektorboson|Vektorboson]] 18:22, 23 July 2006 (CEST)

Revision as of 18:22, 23 July 2006

Scripts are deprecated?

I seem to recall having a discussion at the MAPFACT meeting where, in fact, it was acknowledged that scripts were still valid. Does this mean that there are now function commands to pause executing of an .sqf file? The example of an .sqf shows this problem as, A) A WHILE loop executes in the same slice, while the "refueling script" has a half-second delay built it. B) the last I checked, .sqf lines need a semicolon at the end.

  -- Dinger
Just look for sleep-command :), at least that's my understanding of the new Scripting engine; there also things like spawn, which seem to be predestined for asynchronous script execution. --Vektorboson 18:22, 23 July 2006 (CEST)