プレイ日記
How do i set the "HI. DON'T STAY UP TOO LATE!" dialog at 12:00am-4:59am? i can't understand the time!
2そうだね
プレイ済み
返信[1]
親投稿
MSWS coolestkid123
Remember that the TIME$ is in 24 hou format. Try doing If HOUR>17 && HOUR<21 THEN
0そうだね
プレイ済み
返信[2]
親投稿
i did it but it keeps saying that it never seen anybody wake up so early. that was shopousd to be at 5:00am-7:59am.
0そうだね
プレイ済み
返信[3]
親投稿
MSWS coolestkid123
My hors were off, just add 12 to each hour
0そうだね
プレイ済み
返信[4]
親投稿
MSWS coolestkid123
So just say: IF HOUR>5 && HOUR<8 THEN
0そうだね
プレイ済み
返信[5]
親投稿
Now its saying good morning! omg. i should remember your advice and do the rest of the quotes...
0そうだね
プレイ済み
返信[6]
親投稿
MSWS coolestkid123
So... It's working?
0そうだね
プレイ済み
返信[7]
親投稿
Ok. what should i type in? "Good Morning" 8:00am-11:59am "Good Afternoon" 12:00pm-5:59pm "Good Evening" 6:00pm-11:59pm Don't stay up too late!" 12:00-4:59am i never seen anybody waking up early!" 5:00am-7:59am
0そうだね
プレイ済み
返信[8]
親投稿
MSWS coolestkid123
IF TIME>8&&TIME<12 THEN "good morning IF TIME>=12&&TIME<18 THEN "afternoon" IF TIME>=18&&TIME<=0 THEN "evening" IF TIME>0&&TIME<6 THEN "dont stay up" IF TIME>5&&TIME<=8 THEN "i never seen"
1そうだね
プレイ済み
返信[9]
親投稿
i think this should work now...
0そうだね
プレイ済み
返信[10]
親投稿
UGH! Now its saying the same thing twice! what the heck am i doing wrong?!
0そうだね
プレイ済み