Difference between revisions of "0002"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
{{This|handles jumps in a [[SCM|mission script]]. For the [[IPL]] section for creating unique jumps see [[JUMP]].}} | {{This|handles jumps in a [[SCM|mission script]]. For the [[IPL]] section for creating unique jumps see [[JUMP]].}} | ||
− | + | {{OpCode | |
− | + | | ini = 0002=1,%1p% | |
− | + | | description = Jumps to a label | |
− | + | | p1 = [[Label]] | |
− | + | | game = GTA3, Vice City, San Andreas | |
− | + | }} | |
− | + | This is used in unconditional jumps. In both the [[Mission Builder]] and [[Sanny Builder]], you can type '''jump''' instead. | |
− | |||
− | |||
− | ''' | ||
− | |||
− | |||
− | |||
− |
Revision as of 06:21, 13 August 2009
{{{games}}}
- Description
- Jumps to a label
- Syntax
- {{{syntax1}}}
- Parameter
This is used in unconditional jumps. In both the Mission Builder and Sanny Builder, you can type jump instead.