No, the *if under your #choices are not a problem.
I’m actually unable to recreate your error. If I just copy and past what you have (after accounting for indentation), it works fine for me. Have you already hosted your game somewhere so I can look at it directly (or if not, can you)?
It’s not hosted anywhere, and I don’t know how I would go about doing that.
Here is a link to my guide, it’s the sixth option on the first page. Sometimes problems can be caused form unrelated bits of code.
@Sashira You need to be more precise that ‘trips up quicktest’, because I have no idea what kind of error you’re getting in that case, but AFAIK, there is no problem with using an *if under a #choice (and AnomanderRake didn’t mention anything about testing with quicktest). If you want to create a new topic to give/get more information, but as it is, this topic should be regulated to fixing the problem AR is running into.
Here it is, but it doesn’t seem to be working properly, at least for me.
https://dl.dropboxusercontent.com/s/jp634yeivojk2jx/index.html?dl=0
The short answer is that you need to include everything in the web folder when you upload. (The long is that I need to expand that part of the guide with pictures).
It’s giving me error 404. -_-
I don’t think that’s right either.
That’s good enough for the moment. I’ll check to see if I run into the same error when playing.
Line 966 is indented 12 spaces, all other #choices are indented 13. I’m… not sure why that’s not causing an error. As for the indent level error, I’m only getting on on line 1323. Where you have an *if followed immediately by a like that’s not indented.
Are you using a text editor that lets you see line numbers, like Notepad++? (Cause if not, I’d recommend so, it makes everything a lot easier.)
I’m just using notepad, but I’ll download notepad++ and use that then.
Yeah! notepad++ has spellcheck! Thank goodness.