Difference between revisions of "0002"

From GTAMods Wiki
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
'''Number of parameters:''' 1
+
| ini        = 0002=1,%1p%
 
+
| description = Jumps to a label
'''Works in:''' <br>SA
+
| p1          = [[Label]]
 
+
| game        = GTA3, Vice City, San Andreas
'''Parameters:'''
+
}}
 
+
This is used in unconditional jumps. In both the [[Mission Builder]] and [[Sanny Builder]], you can type '''jump''' instead.
@LABEL = The label to jump to (like goto)
 
 
 
'''Description:'''
 
 
 
jumps to @LABEL
 
 
 
[[Category:OpCodes]]
 

Revision as of 06:21, 13 August 2009

handles jumps in a mission script. For the IPL section for creating unique jumps see JUMP.

{{{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.