Break
Jump to navigation
Jump to search
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.