8 октября 2012 г.

Чудо-светлячок (CLEO)

CLEO скрипт, создающий красивую, меняющую цвет корону. Введите код "LGT"


{$CLEO}
0000:
while true
wait 0
 if
 player.Defined($PLAYER_CHAR)
 then
  if and
  not actor.Dead($PLAYER_ACTOR)
  not actor.Driving($PLAYER_ACTOR)
  0ADC: test_cheat "LGT"
  then
  018C: play_sound 1054 at 0.0 0.0 0.0
  04C4: store_coords_to 1@ 2@ 3@ from_actor $PLAYER_ACTOR with_offset 0.0 3.0 0.5
   for 7@ = 0 to 20
   0209: 4@ = random_int_in_ranges 0 256
   0209: 5@ = random_int_in_ranges 0 256
   0209: 6@ = random_int_in_ranges 0 256
    for 8@ = 0 to 25
    024F: create_corona_with_radius 0.25 type 9 lensflares 2 with_color 4@ 5@ 6@ at 1@ 2@ 3@
    wait 10
    end
   end
  end
 end
end


1 комментарий:

Анонимный комментирует...

Занятный пример...