プレイ日記
*J.P.* DEV NEWPICY3
you know you were tired when you program code that says this
1そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
Indent your code and don't forget about AND! For example: change WHILE 1 VSYNC IF DAY==1 THEN IF ROOM==3 THEN PRINT "HI" ENDIF ENDIF FOR I=0 TO 9 LOCATE I,I:?I NEXT WEND
0そうだね
プレイ済み
返信[2]
親投稿
V360 TheV360
to this: WHILE 1 VSYNC IF DAY==1 AND ROOM==3 THEN PRINT "HI" ENDIF FOR I=0 TO 9 LOCATE I,I:?I NEXT WEND
0そうだね
プレイ済み
返信[3]
親投稿
um Vernetzt
How do you progress on day 3 in your game? I passed the weird area that made movement "impossible", but can´t find the generator room.
0そうだね
未プレイ
返信[4]
親投稿
*J.P.* DEV NEWPICY3
the generator room is the one with the two dead policemen that you found with the first key. also there will be a button that lets you turn on the generator somewhere in that room, hope that helps.
0そうだね
プレイ済み