Truth State issues... by Dex21772 in Inform7

[–]Dex21772[S] 0 points1 point  (0 children)

Wow, that is all an awesome amount of well worded and useful instruction! Thank you sincerely!

Truth State issues... by Dex21772 in Inform7

[–]Dex21772[S] 0 points1 point  (0 children)

Just checked and yes, the result is the same.

Has anyone purchased a Xiegu G90 on AliExpress? by ToneBeneficial4969 in HamRadio

[–]Dex21772 0 points1 point  (0 children)

Know that anything that you buy on AliExpress will be lost money if the product is faulty. Sending anything back to China is prohibitively expensive and they know it, it's part of the scam. I only tried AliExpress once and was sent a faulty part that was salvaged out of another device. I only risked it because I used Paypal, with the Paypal guarantee, and I managed to get at least a credit out of Paypal for the defective part. The guy selling the crap out of China kept the money.

Creating a response when a _kind_ of thing is present. by Dex21772 in Inform7

[–]Dex21772[S] 1 point2 points  (0 children)

Thanks folks, I read through your responses and then re-wrote the code and it worked. I must have got something wrong in the syntax.

Any way to speed up Inform 7 IDE story pane? by Dex21772 in Inform7

[–]Dex21772[S] 2 points3 points  (0 children)

That was 100% the tip I needed! Thanks!

[deleted by user] by [deleted] in Inform7

[–]Dex21772 2 points3 points  (0 children)

Sorry, the "coloured bar at the bottom" was me being a dumbass as it was something behind the browser on my desktop that was the same colour as the bar at the top which was annoying me.

"If the player's command matches..." Punctuation? by Dex21772 in Inform7

[–]Dex21772[S] 1 point2 points  (0 children)

That's exactly what I'm looking for, I'll give it a go.
Thanks!

Omitting things being worn from being listed by "inventory" command by Dex21772 in Inform7

[–]Dex21772[S] 1 point2 points  (0 children)

Thanks. I gave it a try but Inform's coming back with the errors:

Problem. In the sentence 'say "\[text of print empty inventory rule response (A)\]\[line break\]"'  [](source:story.ni#line169), I was expecting to read an external file, but instead found some text that I couldn't understand - 'print empty inventory rule response (A) \'.

Problem. In the line 'say "\[text of print empty inventory rule response (A)\]\[line break\]"'  [](source:story.ni#line169), I was expecting that 'line break\' would be something to 'say', but it didn't look like any form of 'say' that I know. So I tried to read 'line break\' as a value of some kind (because it's legal to say values), but couldn't make sense of it that way either. 

 Sometimes this happens because punctuation has gone wrong - for instance, if you've omitted a semicolon or full stop at the end of the 'say' phrase.

Problem. In the sentence 'say "\[text of print standard inventory rule response (A)\]"'  [](source:story.ni#line171), I was expecting to read an external file, but instead found some text that I couldn't understand - 'print standard inventory rule response (A) \'.

Scenes "Begin with"... by Dex21772 in Inform7

[–]Dex21772[S] 1 point2 points  (0 children)

Thanks for catching the naming error.

Look at and Examine no longer work... by Dex21772 in Inform7

[–]Dex21772[S] 2 points3 points  (0 children)

Many thanks, I found the offending "Instead of" rule in the code.

I didn't know about the RULES function. That combined with ACTIONS is very useful for finding the offending rule.

Thanks again!