CLEO Help Opcode for sphere + red marker on the radar

CLEO related
Status
Not open for further replies.

monday

Expert
Joined
Jun 23, 2014
Messages
1,127
Solutions
1
Reaction score
158
I thought that the one below would be appropriate but there is no icon ID for the red radar icon in Sanny Builder's official help/guide.
02A7: 0@ = create_icon_marker_and_sphere 12 at 1@ 2@ 3@

I also tried the one below but it's yellow square on the radar and I'm looking for the red one
018A: 0@ = create_checkpoint_at 1@ 2@ 3@
 

pepeelpubero

Well-known member
Joined
Jan 21, 2014
Messages
433
Reaction score
1
Try using:

Code:
0167: 149@(256@,33i) = create_marker_at 50@(256@,33f) 50@(256@,33f) 50@(256@,33f) color 0 flag 2

I think that is what you want.
 
Status
Not open for further replies.
Top