CLEO Help Mark Increase

CLEO related
Status
Not open for further replies.

daki

Active member
Joined
Oct 11, 2019
Messages
38
Reaction score
5
Location
Serbia
Is there a way to increase mark on this script?

:mark_on_radar
06AC: 21@ = actor $PLAYER_ACTOR movement_speed
if 0021: 21@ > 50.0
then
21@ = 50.0
end
006B: 21@ *= 21@
17@ = -0.514
0017: 17@ /= 2500.0
006B: 17@ *= 21@
000B: 17@ += 0.7
0B60: convert_game_screen_coords 86.0 383.0 to_window_screen_coords 6@ 7@
0AB1: @POSITION_TO_RADAR 7 XYZ 0@ 1@ 2@ RADAR_POS 6@ 7@ DISTANCE_MULTIPLIER 17@ MAX_DISTANCE 130.0 _STORE_TO 0@ 1@
0B70: draw_polygon_pos 0@ 1@ size 15 15 corners 50 rotation 0 color 3@ //
0AB2: ret 0
 
Status
Not open for further replies.
Top