[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Break
Revision as of 03:10, 25 June 2015 by imported>Rirein (Added page with information from OBSE Command Doc)
A command for Oblivion Script Extender
Syntax:
(nothing) Break
Must be called inside of a ForEach or While loop. Break causes the loop to exit immediately, forcing execution to jump to the instruction immediately following the next Loop command.