You are not logged in.
Pages: 1
Okey, This is working fine like this.
:NONAME_136 if 31@ == 1 jf @NONAME_133 if 32@ >= 10000 jf @TIMER_16 0ab1: @SAY 1 15@ 30@ = 1 32@ = 0 018C: play_sound 1058 at 0.0 0.0 0.0 wait 100 jump @NONAME_133
but if i want to add a chain of it. It doesn't work. What am I doing wrong here?
:NONAME_136
if
31@ == 1
jf @NONAME_133
if
32@ >= 10000
jf @TIMER_16
32@ = 0
IF 30@ == 0
THEN
0ab1: @SAY 1 15@
30@ = 1
32@ = 0
018C: play_sound 1058 at 0.0 0.0 0.0
END
IF 30@ == 1
THEN
0ab1: @SAY 1 16@
30@ = 2
32@ = 0
018C: play_sound 1058 at 0.0 0.0 0.0
END
IF 30@ == 2
THEN
0ab1: @SAY 1 17@
30@ = 3
32@ = 0
018C: play_sound 1058 at 0.0 0.0 0.0
END
IF 30@ == 3
THEN
0ab1: @SAY 1 18@
30@ = 4
32@ = 0
018C: play_sound 1058 at 0.0 0.0 0.0
END
IF 30@ == 4
THEN
0ab1: @SAY 1 19@
30@ = 0
32@ = 0
018C: play_sound 1058 at 0.0 0.0 0.0
END
wait 100
jump @NONAME_133I want to set the code that gives our different message after 5 or 10 minutes.
Last edited by xAzKingx (02-03-2017 15:59)
Offline
Pages: 1