LABEL

Usage:
LABEL <Name>

Description:
This creates a point inside a script you can JUMP to/from another part of your script. It's similar to the NAME property, but refers to part of a script, not a whole script.

Details:
<Name> is the name we want to give to this point in the script. The LABEL command is used with the JUMP and JUMP_ON commands.