プレイ日記
UGH! NO! What do i even do now?! THERE IS NO "THEN" AT THE END! this keeps happening to me everytime! and THERE IS NO 133 ON MY GAME! everytime i go forward the Error moves forward to 134! I CAN NEVER MAKE SMILE QUEST RP PART 1 NOW WITH THAT STUPID ERROR IN THE WAY!!!
2そうだね
プレイ済み
返信[1]
親投稿
SEE?! UGH! all that hard work for NOTHING! PLEASE HELP ME!
0そうだね
プレイ済み
返信[2]
親投稿
Oscar PwnageBlock
Perhaps it is earlier in your code that you skipped an ENDIF. Make sure all multi-line IF statements have a corresponding ENDIF.
2そうだね
プレイ済み
返信[3]
親投稿
i don't even know what ENDIF is...i rader just lay down in my bed and kill myself. (i don't really mean it.)
0そうだね
プレイ済み
返信[4]
親投稿
gavingamer gavingamer
you might have to rewrite some of the code, it will be a time consuming process but that's what most people have to do....(it's even worse when it's unity and it DOESN'T TELL YOU WHATS WRONG!)
2そうだね
未プレイ
返信[5]
親投稿
Do i have to put a ENDIF on every end of the comments like this?
0そうだね
プレイ済み
返信[6]
親投稿
Aiden crayzeefun3
Just use the following process as an example: 1:IF A==1 THEN 'Condition 2: PRINT "ABC" 3: DIALOG "Hello",0,"NARRATOR" 4:ENDIF
0そうだね
プレイ済み
返信[7]
親投稿
Gale Storm GaleTheStorm
Note: The last line of code in your second pic should look like this: IF CMD$=="EXIT" THEN BEEP 4: GOTO @MENU You need the colon. The program thinks you're trying to do a multi-line IF statement, hence why it's asking for an ENDIF. Assuming you haven't done anything to your program after the SECOND post, try doing that.
1そうだね
プレイ済み
返信[8]
親投稿
@Gale Storm i tryed but its still showing the same stupid error...UGH! I NEVER MADE A GAME! NOT EVEN ONE! CAUSE OF THE ANNOYONG ERROR I CAN NEVER SOLVE!
0そうだね
プレイ済み
返信[9]
親投稿
Oscar PwnageBlock
Do the same with line 121.
1そうだね
プレイ済み
返信[10]
親投稿
Gale Storm GaleTheStorm
You got the exact same error? That's odd. Double check any other IF statements you might have. If they're like the last one, make sure they have colons. If they look like this, IF(A==B) THEN Command Command Command ENDIF make sure the ENDIF is there. Something is wrong with one or more IF statements.
1そうだね
プレイ済み
返信[11]
親投稿
Gale Storm GaleTheStorm
Anytime you use an IF statement with multiple commands ---on one line---, separate the commands with colons. Ex. IF(A==B) THEN CMD1:CMD2:CMD3 If they look like the example I gave above, with ---multiple lines--- then make sure there's an ENDIF at the tail end. If(A==B)THEN CMD1 CMD2 CMD3 ENDIF
1そうだね
プレイ済み
返信[12]
親投稿
i puted all : on every end. but still the same error...sorry i was late to say this. so i have to put : on all commands and put ENDIFs on the end of them? and are spaces allowed on :?
0そうだね
プレイ済み
返信[13]
親投稿
Alright! it works! now i can finally work on my minigames. there are 3 minigames and i only know 1. its where you race on a car to the finish line by pressing the A button as FAST as you can. and i'm trying to make the CPUs right now with help from anybody.
1そうだね
プレイ済み
返信[14]
親投稿
Aiden crayzeefun3
Can you send me the minigame 2, I want to add it to Duo Battle 2 as a minigame. I'm also waiting for Victor's Lazer Wars Minigame to add.
1そうだね
プレイ済み
返信[15]
親投稿
→Victor← Victor749
Heyo. I picked Lazer Cats back up, but very revamped! Should we have a discussion post? If so, please set on up, Aidan.
0そうだね
プレイ済み