Ice Cream Jonsey wrote:yeah, what you want to do is:
object fusebox "fuse box"
nouns "box" "fusebox"
adjectives "fuse"
And then if you had fuses
object fuse "fuse"
nouns "fuse"
If the fuse and fuse box are in the same room, that gives you the following:
- talking about "fuse" defaults to the object fuse's noun property
If the fuse is not in the room but the fuse box is, you can reference the fuse box with the word fuse.
I'm calling it a fuse box because that's colloquial. I happen to have one in my room, it's the primary box for the house. Open the fuse box and it's full of...
breakers. There are no fuses at all.
But what do people normally say when they need to disconnect something? "Don't work on the electric range until I shut it off at the fuse box," or do they say "Don't work on the electric range until I shut it off at the breaker box." ? Most likely, the former even though nobody's had a fuse box in 40 years unless they have an old, old place and no one ever bothered to upgrade.
If you figure a <s>fuse </s>
breaker box costs maybe $100 and if you hire an electrician to replace the fusebox with a breaker box about another $200, over the IRS projected lifespan of a house it's about $10 a year; if we take it over the average time someone lives in a house, 6-8 years, it's about $50 a year and once it's done it requires no maintenance.
I mean, this house I live in was built in 1949 (I did due dilligence to make sure the guy I was renting a room from actually was the owner), and I'm sure when it was built it used fuses, but the disconnect box consists of breakers. It's much more convenient and potentially less expensive; if you overload a circuit, instead of blowing a 90c fuse, it trips a breaker to the 1/2 way point (that way you know a circuit is off because the breaker overload tripped as opposed to being off because someone turned it off.) You throw the switch to off to release the trip, then, if you've removed the overload, throw the switch to on. If you messed up, and didn't fix it, in a fuse box you blow it the instant you restore power to the circuit; in a breaker, if you try to turn it on and it's still overloaded it simply pops back to the middle trip position.
No more spending money every time you overload a circuit and no more running out of fuses ala Ralphie's father in
A Christmas Story who overloads the wiring in his house so much he keeps a fire extinguisher at the ready and buys fuses in wholesale quantities.
I looked it up at home depot, I estimated 90c; a pack of 4 fuses today sells for $6 to $11, which is $1.50 to $2.75 each. Cars still use fuses because for the environment they make sense, people don't blow them that often, they're not very expensive and they're about the size of a cap of a pen as opposed to something about the size of a quarter.
Have you encountered parse_rank yet, Commander? It is also helpful for determining what gets referred to first.
Fortunately not, I just pointed this out because I was doing "adverb" and found it works fine, but noun did not. I haven't been forced to use kluges like nouns and adverbs, the use of adverbs alone works okay. First rule, just get it to work okay.
I just want to write the adventure, I don't want to have to fight the compiler or find workarounds. I mean, the whole point of using an adventure writing tool is the same reason you use PHP rather than COBOL to implement web-page backends; it's a specialized tool that works better for the problem domain.