ThePix / QuestJS

A major re-write of Quest that is written in JavaScript and will run in the browser.
MIT License
66 stars 13 forks source link

The Item Links Library #44

Closed KVonGit closed 3 years ago

KVonGit commented 3 years ago

Hello.

Sorry. I should have thought of it but didn't until Pertex pointed out that the links only show up in the room description.

I am working on this tonight.


Also, I have decided that I'm probably driving you crazy, and so decided to create a repo with my current work in progress. There, I have my own issues (literally and ...well... literally!).

If you ever get bored, I try to keep them up to date: https://github.com/KVonGit/Quest6Game1/issues

I just started doing this, but I imagine I'll answer most of my own questions this way.


Also also, I think (maybe) there's a way to post JS on here that allows anyone with the link to just link to it in a <script>. That might come in handy, if true. (Just throwing crap against the wall, here.)

KVonGit commented 3 years ago

PS

I'm making progress.

Here's that Issue: https://github.com/KVonGit/Quest6Game1/issues/1

ThePix commented 3 years ago

Sorry. I should have thought of it but didn't until Pertex pointed out that the links only show up in the room description.

I would suggest the only other place (besides contains and surface, which it looks like you have in hand) is where the author specifically wants it, as indicated by a text processor command. If you start searching through all output text for item names, you are likely to find places it should not be.

Also also, I think (maybe) there's a way to post JS on here that allows anyone with the link to just link to it in a Githubissues.

  • Githubissues is a development platform for aggregating issues.