Help Get racing checkpoint ID

DogoCaraballo

Active member
Joined
Dec 1, 2014
Messages
25
Reaction score
0
Hey, i just wanted to move a checkpoint with this code:

Code:
07F3: move_racing_checkpoint 48@ to 59@ 60@ 61@

but i don't know how to get the checkpoint ID :/
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
There's no id, it need to be used with the memory pointer for that checkpoint. Usually you need to create one using 06D5.
 
Top