CLEO Help Weather

CLEO related
Status
Not open for further replies.

humphrey

Active member
Joined
Mar 10, 2013
Messages
56
Reaction score
0
Can anyone make a tutorial how to make weather cleos?
Like when you press button it changes weather into rainy, sunny and you'know.

Can anyone do it?
 

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
8
why do you need a tutorial for it ? All you have to do, is to do ctrl + alt + 2, and search "weather", it will find you this opcode :

set_weather 1

Use it in your cleo script, and put if condition before that line, and done.

:test
wait 0
if
0AB0: key_pressed 123 //F12 key
else_jump @test
01B6: set_weather 11 //a clear sky
jump @test

Change 11 to a random number to get a different sky, and that's all >.<
 
Status
Not open for further replies.
Top