Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

[Rule “After deciding the scope of the player when the location is Lecture Hall 1” does not apply (wrong context).]
*** Run-time problem P39: Attempt to say a snippet value which is currently invalid: words 4 to 3.
[Rule “change point out to language rule” does not apply (wrong context).]
[Rule “replace make with excuse rule” does not apply (wrong context).]
[Rule “replace beds with bed rule” does not apply (wrong context).]
[Rule “replace books with book rule” does not apply (wrong context).]
[Rule “replace men with clientele rule” does not apply (wrong context).]
[Rule “replace sinks with sink rule” does not apply (wrong context).]
@angstsmurf
angstsmurf / rules_between.txt
Created November 18, 2023 14:21
Rules between NSIFI and run-time problem
[Rule “new strip interlocutor from input rule” applies.]
[Rule “Rule for deciding the concealed possessions of the attendant” does not apply (wrong action).]
[Rule “Rule for deciding the concealed possessions of Lena” does not apply (wrong action).]
[Rule “Rule for deciding the concealed possessions of Nexami” does not apply (wrong action).]
[Rule “Rule for deciding the concealed possessions of slango” does not apply (wrong action).]
[Rule “Rule for deciding the concealed possessions of Professor Brown” does not apply (wrong action).]
[Rule “Rule for deciding the concealed possessions of the bartender” does not apply (wrong action).]
[Rule “Rule for deciding the concealed possessions of the ticket-taker” does not apply (wrong action).]
[Rule “Rule for deciding the concealed possessions of the attendant” does not apply (wrong action).]
[Rule “Rule for deciding the concealed possessions of Lena” does not apply (wrong action).]
> [Rule “redirect to GEP line input rule” applies.]
[Rule “ordinary checking for content rule” applies.]
the ask what’s worth seeing
[Rule “cache player’s scope rule” applies.]
[Rule “For caching scope of something ( called viewer )” applies.]
[Rule “really standardize apostrophes rule” applies.]
[Rule “cut the the rule” applies.]
[Rule “alter the command-string rule” applies.]
[Rule “implicitly change letter-remover setting rule” applies.]
@angstsmurf
angstsmurf / whats_worth_seeing.txt
Created November 17, 2023 22:14
Output without ASK and error
> [Rule “redirect to GEP line input rule” applies.]
[Rule “ordinary checking for content rule” applies.]
what’s worth seeing
[Rule “cache player’s scope rule” applies.]
[Rule “For caching scope of something ( called viewer )” applies.]
[Rule “really standardize apostrophes rule” applies.]
[Rule “cut the the rule” applies.]
[Rule “alter the command-string rule” applies.]
[Rule “implicitly change letter-remover setting rule” applies.]
[Rule “rearrange thanks and hello rule” applies.]
@angstsmurf
angstsmurf / ask_whats_with_error.txt
Created November 17, 2023 22:12
Error output with ACTIONS and RULES
> [Rule “redirect to GEP line input rule” applies.]
[Rule “ordinary checking for content rule” applies.]
ASK WHAT’S WORTH SEEING
[Rule “cache player’s scope rule” applies.]
[Rule “For caching scope of something ( called viewer )” applies.]
[Rule “really standardize apostrophes rule” applies.]
[Rule “cut the the rule” applies.]
[Rule “alter the command-string rule” applies.]
[Rule “implicitly change letter-remover setting rule” applies.]
[Rule “rearrange thanks and hello rule” applies.]
@angstsmurf
angstsmurf / out.txt
Created March 20, 2023 11:02
Output of txd from file uhoh-demo.z5
txd -a uhoh-demo.z5
Resident data ends at 4f1c, program starts at 4f1c, file ends at 2b098
Starting analysis pass at address 4f1a
End of analysis pass, low address = 4f1c, high address = 10228
[Start of code]
Main routine r0001, 0 locals
Launching: ni "-internal" "/Applications/Inform.app/Contents/Resources/Internal" "-external" "/Users/administrator/Library/Inform" "-project" "/Users/administrator/counterfeit-monkey/Counterfeit Monkey.inform" "-format=ulx" "-release"
Inform 7 build 6M62 has started.
++ 0% (Reading text)
I've now read your source text, which is 703 words long.
++ 5% (Analysing sentences)
I've also read Standard Rules by Graham Nelson, which is 42655 words long.
I've also read English Language by Graham Nelson, which is 2297 words long.
I've also read Ultra Undo by Dannii Willis, which is 427 words long.
I've also read Scope Caching by Mike Ciul, which is 1723 words long.
I've also read Large Game Speedup by Andrew Plotkin, which is 2372 words long.
@angstsmurf
angstsmurf / Terminal_output_Scummvm.txt
Created February 18, 2019 16:48
Terminal output from building ScummVM on Mojave
Sklurgs-Macbook-Pro:scummvm sklurg$ ./configure --enable-all-engines
Running ScummVM configure...
Looking for C++ compiler... g++
Checking for compiler version... clang 10.0.0, ok
Building as C++11... no
Checking best debug mode... -g
Checking for whether C++ compiler accepts -Wglobal-constructors... yes
Checking for whether C++ compiler accepts -Wno-undefined-var-template... yes
Checking for whether C++ compiler accepts -Wno-pragma-pack... yes
Checking endianness... little
@angstsmurf
angstsmurf / story.ni
Created December 31, 2018 14:09
Inform 7 sound notification example code
"Sounds after each other" by Phosphate
Include version 10/160919 of Glulx Entry Points by Emily Short.
Use direct event handling.
The Sound Stage is a room. "You can hear two songs alternating in the background."
Sound 1 is the file "song1.ogg".
Sound 2 is the file "song2.ogg".