├── .dockerignore ├── .github └── workflows │ ├── build-and-test.yml │ ├── docker-publish.yml │ └── enforce-version.yml ├── .gitignore ├── LICENSE ├── QuestViva.sln ├── QuestViva.sln.DotSettings ├── README.md ├── VERSION ├── compose.yaml ├── docs ├── Gemfile ├── Gemfile.lock ├── _config.yml ├── _layouts │ └── index.html ├── about_save.md ├── adding_sounds.md ├── adding_videos.md ├── adult.md ├── advanced_game_scripts.md ├── advanced_scope.md ├── ask_about.md ├── ask_simple_question.md ├── ask_tell.md ├── asking_a_question.md ├── asl_requirements.md ├── aslx.md ├── attributes.md ├── attributes │ ├── alias.md │ ├── allobjects.md │ ├── alt.md │ ├── appendobjectdescription.md │ ├── article.md │ ├── ask.md │ ├── askdefault.md │ ├── autodescription.md │ ├── autodisplayverbs.md │ ├── autoopen.md │ ├── autounlock.md │ ├── backgroundimage.md │ ├── backgroundopacity.md │ ├── beforefirstenter.md │ ├── canlockopen.md │ ├── clearframe.md │ ├── close.md │ ├── closescript.md │ ├── compassdirections.md │ ├── container.md │ ├── container_base.md │ ├── container_closed.md │ ├── container_limited.md │ ├── container_lockable.md │ ├── container_open.md │ ├── containerfullmessage.md │ ├── contentsprefix.md │ ├── dark.md │ ├── darklevel.md │ ├── defaultbackground.md │ ├── defaultfont.md │ ├── defaultfontsize.md │ ├── defaultforeground.md │ ├── defaultlinkforeground.md │ ├── defaultobject.md │ ├── defaultwebfont.md │ ├── descprefix.md │ ├── description.md │ ├── displayroomdescriptiononstart.md │ ├── displayverbs.md │ ├── drop.md │ ├── dropmsg.md │ ├── echohyperlinks.md │ ├── edible.md │ ├── editor_object.md │ ├── editor_room.md │ ├── enablehyperlinks.md │ ├── enter.md │ ├── exitslistprefix.md │ ├── female.md │ ├── femaleplural.md │ ├── firstenter.md │ ├── gender.md │ ├── give.md │ ├── giveanything.md │ ├── givesingle.md │ ├── giveto.md │ ├── givetoanything.md │ ├── grid_border.md │ ├── grid_bordersides.md │ ├── grid_borderwidth.md │ ├── grid_fill.md │ ├── grid_label.md │ ├── grid_length.md │ ├── grid_parent_offset_auto.md │ ├── grid_parent_offset_x.md │ ├── grid_parent_offset_y.md │ ├── grid_render.md │ ├── grid_width.md │ ├── gridmap.md │ ├── hidechildren.md │ ├── inventoryverbs.md │ ├── isopen.md │ ├── key.md │ ├── languageid.md │ ├── lightstrength.md │ ├── listchildren.md │ ├── listchildrenprefix.md │ ├── locked.md │ ├── lockmessage.md │ ├── look.md │ ├── male.md │ ├── maleplural.md │ ├── mapscale.md │ ├── mapsize.md │ ├── maxobjects.md │ ├── menubackground.md │ ├── menufont.md │ ├── menufontsize.md │ ├── menuforeground.md │ ├── menuhoverbackground.md │ ├── menuhoverforeground.md │ ├── namedfemale.md │ ├── namedmale.md │ ├── nokeymessage.md │ ├── objectslistprefix.md │ ├── onclose.md │ ├── ondrop.md │ ├── onexit.md │ ├── onlock.md │ ├── onopen.md │ ├── onswitchoff.md │ ├── onswitchon.md │ ├── ontake.md │ ├── onunlock.md │ ├── open.md │ ├── openable.md │ ├── openscript.md │ ├── parent.md │ ├── parserignoreprefixes.md │ ├── picture.md │ ├── plural.md │ ├── pov_alias.md │ ├── pov_alt.md │ ├── pov_article.md │ ├── pov_gender.md │ ├── pov_look.md │ ├── prefix.md │ ├── scenery.md │ ├── selfuseanything.md │ ├── selfuseon.md │ ├── setbackgroundopacity.md │ ├── showdescriptiononenter.md │ ├── showhealth.md │ ├── showpanes.md │ ├── showscore.md │ ├── start.md │ ├── statusattributes.md │ ├── suffix.md │ ├── surface.md │ ├── switchable.md │ ├── switchedoffdesc.md │ ├── switchedon.md │ ├── switchedondesc.md │ ├── switchoffmsg.md │ ├── switchonmsg.md │ ├── take.md │ ├── takemsg.md │ ├── tell.md │ ├── telldefault.md │ ├── transparent.md │ ├── underlinehyperlinks.md │ ├── unlockmessage.md │ ├── use.md │ ├── useanything.md │ ├── usedefaultprefix.md │ ├── useframe.md │ ├── useon.md │ ├── visible.md │ ├── visited.md │ └── volume.md ├── audio │ ├── readme │ ├── snd effect.mp3 │ └── snd effect.ogg ├── blocks_and_scripts.md ├── bootstrap.min.css ├── change_scripts.md ├── changing_templates.md ├── changing_the_player_object.md ├── character_creation.md ├── clean.sh ├── cloak_of_darkness.md ├── clones.md ├── codeview.md ├── command_pane.md ├── commands.md ├── commands_for_room.md ├── competition_entry.md ├── complex_commands.md ├── configuring_quest.md ├── containers.md ├── conversations.md ├── convert.md ├── copy_and_paste_code.md ├── creating_functions_which_return_a_value.md ├── custom_panes.md ├── debugging_your_game.md ├── developers.md ├── devmode.md ├── display_verbs.md ├── docs.css ├── downloads.md ├── editor_user_interface_elements.md ├── elements │ ├── asl.md │ ├── command.md │ ├── control.md │ ├── delegate.md │ ├── dynamictemplate.md │ ├── editor.md │ ├── exit.md │ ├── function.md │ ├── game.md │ ├── implied.md │ ├── include.md │ ├── index.md │ ├── inherit.md │ ├── javascript.md │ ├── library.md │ ├── object.md │ ├── resource.md │ ├── tab.md │ ├── template.md │ ├── timer.md │ ├── turnscript.md │ ├── type.md │ ├── verb.md │ ├── verbtemplate.md │ └── walkthrough.md ├── examples │ ├── PlayAudioExample.aslx │ └── readme ├── exits.md ├── expressions.md ├── follower.md ├── forum_links.md ├── full_code_view.md ├── functions.md ├── functions │ ├── allcommands.md │ ├── allexits.md │ ├── allobjects.md │ ├── allrooms.md │ ├── allturnscripts.md │ ├── ask.md │ ├── clone.md │ ├── contains.md │ ├── corelibrary │ │ ├── addexternalstylesheet.md │ │ ├── addstatusattributesforelement.md │ │ ├── addtoinventory.md │ │ ├── canreachthrough.md │ │ ├── canseethrough.md │ │ ├── changepov.md │ │ ├── checkdarkness.md │ │ ├── clearframepicture.md │ │ ├── clearscreen.md │ │ ├── cloneobject.md │ │ ├── cloneobjectandmove.md │ │ ├── cloneobjectandmovehere.md │ │ ├── closeobject.md │ │ ├── commandlink.md │ │ ├── comparenames.md │ │ ├── conjugate.md │ │ ├── containsaccessible.md │ │ ├── containsreachable.md │ │ ├── containsvisible.md │ │ ├── decreasehealth.md │ │ ├── decreasemoney.md │ │ ├── decreasescore.md │ │ ├── diceroll.md │ │ ├── disabletimer.md │ │ ├── disableturnscript.md │ │ ├── displayhttplink.md │ │ ├── displaylist.md │ │ ├── displaymailtolink.md │ │ ├── doasktell.md │ │ ├── dodrop.md │ │ ├── dotake.md │ │ ├── enabletimer.md │ │ ├── enableturnscript.md │ │ ├── formatexitlist.md │ │ ├── formatobjectlist.md │ │ ├── formatstatusattribute.md │ │ ├── generatemenuchoices.md │ │ ├── getblockingobject.md │ │ ├── getcurrentfontfamily.md │ │ ├── getdefaultprefix.md │ │ ├── getdisplayalias.md │ │ ├── getdisplayname.md │ │ ├── getdisplaynamelink.md │ │ ├── getdisplayverbs.md │ │ ├── getkeywordsmatchstrength.md │ │ ├── getlistdisplayalias.md │ │ ├── getnontransparentparent.md │ │ ├── getplacesobjectslist.md │ │ ├── gettaggedname.md │ │ ├── getvolume.md │ │ ├── got.md │ │ ├── grid_addnewshapepoint.md │ │ ├── grid_calculatemapcoordinates.md │ │ ├── grid_clearcustomlayer.md │ │ ├── grid_drawarrow.md │ │ ├── grid_drawgridlines.md │ │ ├── grid_drawimage.md │ │ ├── grid_drawline.md │ │ ├── grid_drawplayerinroom.md │ │ ├── grid_drawroom.md │ │ ├── grid_drawshape.md │ │ ├── grid_drawsquare.md │ │ ├── grid_drawsvg.md │ │ ├── grid_loadsvg.md │ │ ├── grid_redraw.md │ │ ├── grid_setcentre.md │ │ ├── grid_setscale.md │ │ ├── grid_showcustomlayer.md │ │ ├── handlecommand.md │ │ ├── handlesinglecommand.md │ │ ├── handlesinglecommandpattern.md │ │ ├── helpercloseobject.md │ │ ├── helperopenobject.md │ │ ├── increasehealth.md │ │ ├── increasemoney.md │ │ ├── increasescore.md │ │ ├── initinterface.md │ │ ├── initpov.md │ │ ├── inituserinterface.md │ │ ├── initverbslist.md │ │ ├── isswitchedon.md │ │ ├── listobjectcontents.md │ │ ├── listparents.md │ │ ├── lockexit.md │ │ ├── log.md │ │ ├── makeexitinvisible.md │ │ ├── makeexitvisible.md │ │ ├── makeobjectinvisible.md │ │ ├── makeobjectvisible.md │ │ ├── moveobject.md │ │ ├── objectlink.md │ │ ├── onenterroom.md │ │ ├── openobject.md │ │ ├── pause.md │ │ ├── printcentered.md │ │ ├── randomchance.md │ │ ├── removeobject.md │ │ ├── removesceneryobjects.md │ │ ├── resolvename.md │ │ ├── resolvenameinternal.md │ │ ├── resolvenamelist.md │ │ ├── resolvenamelistitem.md │ │ ├── runturnscripts.md │ │ ├── scopeallexitsforroom.md │ │ ├── scopecommands.md │ │ ├── scopeexits.md │ │ ├── scopeexitsall.md │ │ ├── scopeexitsforroom.md │ │ ├── scopeinventory.md │ │ ├── scopereachable.md │ │ ├── scopereachableforroom.md │ │ ├── scopereachableinventory.md │ │ ├── scopereachablenotheld.md │ │ ├── scopereachablenotheldforroom.md │ │ ├── scopeunlockedexitsforroom.md │ │ ├── scopevisible.md │ │ ├── scopevisibleforroom.md │ │ ├── scopevisiblenotheld.md │ │ ├── scopevisiblenotheldforroom.md │ │ ├── scopevisiblenotheldnotscenery.md │ │ ├── scopevisiblenotheldnotsceneryforroom.md │ │ ├── scopevisiblenotreachable.md │ │ ├── scopevisiblenotreachableforroom.md │ │ ├── setalignment.md │ │ ├── setbackgroundcolour.md │ │ ├── setbackgroundimage.md │ │ ├── setbackgroundopacity.md │ │ ├── setdark.md │ │ ├── setexitlightstrength.md │ │ ├── setfontname.md │ │ ├── setfontsize.md │ │ ├── setforegroundcolour.md │ │ ├── setframepicture.md │ │ ├── setlight.md │ │ ├── setobjectflagoff.md │ │ ├── setobjectflagon.md │ │ ├── setobjectlightstrength.md │ │ ├── settimeout.md │ │ ├── settimeoutid.md │ │ ├── settimerinterval.md │ │ ├── settimerscript.md │ │ ├── setturnscript.md │ │ ├── setturntimeout.md │ │ ├── setturntimeoutid.md │ │ ├── setwebfontname.md │ │ ├── showroomdescription.md │ │ ├── showvimeo.md │ │ ├── showyoutube.md │ │ ├── startgame.md │ │ ├── switchoff.md │ │ ├── switchon.md │ │ ├── textfx_typewriter.md │ │ ├── textfx_unscramble.md │ │ ├── tryopenclose.md │ │ ├── unlockexit.md │ │ ├── updatestatusattributes.md │ │ ├── waitforkeypress.md │ │ └── writeverb.md │ ├── createbiexits.md │ ├── currentDateUTC.md │ ├── dictionaryadd.md │ ├── dictionarycontains.md │ ├── dictionarycount.md │ ├── dictionaryitem.md │ ├── dictionaryremove.md │ ├── doesinherit.md │ ├── dynamictemplate.md │ ├── equal.md │ ├── eval.md │ ├── filterbyattribute.md │ ├── filterbynotattribute.md │ ├── filterbytype.md │ ├── getallchildobjects.md │ ├── getarmour.md │ ├── getarmourfor.md │ ├── getattribute.md │ ├── getattributenames.md │ ├── getboolean.md │ ├── getdefinitename.md │ ├── getdirectchildren.md │ ├── getdouble.md │ ├── getexitbylink.md │ ├── getexitbyname.md │ ├── getfiledata.md │ ├── getfileurl.md │ ├── getinput.md │ ├── getint.md │ ├── getmatchstrength.md │ ├── getobject.md │ ├── getouter.md │ ├── getouterfor.md │ ├── getrandomdouble.md │ ├── getrandomint.md │ ├── getstring.md │ ├── gettimer.md │ ├── getuniqueelementname.md │ ├── hardcoded.md │ ├── hasattribute.md │ ├── hasboolean.md │ ├── hasdelegateimplementation.md │ ├── hasdouble.md │ ├── hasint.md │ ├── hasobject.md │ ├── hasscript.md │ ├── hasstring.md │ ├── index.md │ ├── index_allfunctions.md │ ├── indexof.md │ ├── isdefined.md │ ├── isdouble.md │ ├── isgamerunning.md │ ├── isint.md │ ├── isregexmatch.md │ ├── listcombine.md │ ├── listcompact.md │ ├── listcontains.md │ ├── listcount.md │ ├── listexclude.md │ ├── listitem.md │ ├── listvisible.md │ ├── listvisiblefor.md │ ├── listworn.md │ ├── listwornfor.md │ ├── newdictionary.md │ ├── newlist.md │ ├── newobjectdictionary.md │ ├── newobjectlist.md │ ├── newscriptdictionary.md │ ├── newstringdictionary.md │ ├── newstringlist.md │ ├── objectdictionaryitem.md │ ├── objectlistcompact.md │ ├── objectlistitem.md │ ├── objectlistsort.md │ ├── objectlistsortdescending.md │ ├── objectlisttostringlist.md │ ├── outputtext.md │ ├── outputtextnobr.md │ ├── outputtextraw.md │ ├── outputtextrawnobr.md │ ├── pickonechild.md │ ├── pickonechildoftype.md │ ├── pickoneexit.md │ ├── pickoneobject.md │ ├── pickonestring.md │ ├── pickoneunlockedexit.md │ ├── populate.md │ ├── processtext.md │ ├── quickparams.md │ ├── removegarment.md │ ├── rundelegatefunction.md │ ├── safexml.md │ ├── scopeinventorynotscenery.md │ ├── scopeunlockedexitsforroom.md │ ├── scriptdictionaryitem.md │ ├── showmenu.md │ ├── string │ │ ├── asc.md │ │ ├── capfirst.md │ │ ├── chr.md │ │ ├── decimalise.md │ │ ├── displaymoney.md │ │ ├── displaynumber.md │ │ ├── endswith.md │ │ ├── formatlist.md │ │ ├── instr.md │ │ ├── instrrev.md │ │ ├── isnumeric.md │ │ ├── join.md │ │ ├── lcase.md │ │ ├── left.md │ │ ├── lengthof.md │ │ ├── ltrim.md │ │ ├── mid.md │ │ ├── padstring.md │ │ ├── replace.md │ │ ├── reversedirection.md │ │ ├── right.md │ │ ├── rtrim.md │ │ ├── spaces.md │ │ ├── split.md │ │ ├── startswith.md │ │ ├── toroman.md │ │ ├── towords.md │ │ ├── trim.md │ │ └── ucase.md │ ├── stringdictionaryitem.md │ ├── stringlistitem.md │ ├── stringlistsort.md │ ├── stringlistsortdescending.md │ ├── suppressturnscripts.md │ ├── template.md │ ├── todouble.md │ ├── toint.md │ ├── tostring.md │ ├── typeof.md │ └── weargarment.md ├── guides │ ├── Attributes2.png │ ├── Cast.png │ ├── Component.png │ ├── Doesinherit.png │ ├── Gbpreview1.png │ ├── Gbpreview2.png │ ├── Howto_startinventory.jpg │ ├── Inherited_types.png │ ├── Javascript1.png │ ├── Menu.jpg │ ├── Randomcode1.png │ ├── Randomcode2.png │ ├── Randomcode3.png │ ├── Spelltab.png │ ├── Spelltab2.png │ ├── Styles2.png │ ├── Styles3.png │ ├── Styles4.png │ ├── Styles5.png │ ├── Styles6.png │ ├── Tut_timelimit1.png │ ├── Tut_timelimit2.png │ ├── Tut_timelimit3.png │ ├── Tut_timelimit4.png │ ├── Unlockdoor1.jpg │ ├── Unlockdoor2.jpg │ ├── Unlockdoor3.png │ ├── Unlockdoor4.png │ ├── Verbs.png │ ├── Verbs_for_type.png │ ├── a_hint_system.md │ ├── adding_introduction_text.md │ ├── follow1.png │ ├── follow2.png │ ├── func1.png │ ├── func2.png │ ├── func3.png │ ├── function.png │ ├── hiddenexit.md │ ├── hyperlinks.md │ ├── immobilise_the_player.md │ ├── implementing_components_of_an_object.md │ ├── index.md │ ├── invisiclues.md │ ├── invisiclues.png │ ├── port_and_starboard.md │ ├── random_default_answers.md │ ├── setup_hints.png │ ├── start.png │ ├── starting_inventory.md │ ├── timelimitedpuzzles.md │ ├── turn_based_events.md │ └── unlockdoor.md ├── handling_light_and_dark.md ├── handling_multiple.md ├── handling_water.md ├── helpsheets │ ├── Hsaddingquestion1.jpg │ ├── Hsaddingquestion2.jpg │ ├── Hsaddingquestion21.jpg │ ├── Hsaddingquestion22.jpg │ ├── Hsaddingquestion23.jpg │ ├── Hsaddingquestion24.jpg │ ├── Hsaddingquestion25.jpg │ ├── Hsaddingquestion26.jpg │ ├── Hsaddingquestion3.jpg │ ├── Hsaddingquestion4.jpg │ ├── Hsaddingquestion5.jpg │ ├── Hsaddingquestion6.jpg │ ├── Hsaddingquestion7.jpg │ ├── Hsasktell1.jpg │ ├── Hsasktell10.jpg │ ├── Hsasktell11.jpg │ ├── Hsasktell12.jpg │ ├── Hsasktell13.jpg │ ├── Hsasktell14.jpg │ ├── Hsasktell15.jpg │ ├── Hsasktell2.jpg │ ├── Hsasktell3.jpg │ ├── Hsasktell4.jpg │ ├── Hsasktell5.jpg │ ├── Hsasktell6.jpg │ ├── Hsasktell7.jpg │ ├── Hsasktell8.jpg │ ├── Hsasktell9.jpg │ ├── Hsbaddy11.jpg │ ├── Hsbaddy12.jpg │ ├── Hsbaddy13.jpg │ ├── Hsbaddy14.jpg │ ├── Hsbaddy15.jpg │ ├── Hsbaddy21.jpg │ ├── Hsbaddy210.jpg │ ├── Hsbaddy211.jpg │ ├── Hsbaddy212.jpg │ ├── Hsbaddy22.jpg │ ├── Hsbaddy23.jpg │ ├── Hsbaddy24.jpg │ ├── Hsbaddy25.jpg │ ├── Hsbaddy27.jpg │ ├── Hsbaddy28.jpg │ ├── Hsbaddy29.jpg │ ├── Hsblockingexit1.jpg │ ├── Hsblockingexit2.jpg │ ├── Hsblockingexit3.jpg │ ├── Hsblockingexit4.jpg │ ├── Hsblockingexit5.jpg │ ├── Hsblockingexit6.jpg │ ├── Hscase1.jpg │ ├── Hscase10.jpg │ ├── Hscase11.jpg │ ├── Hscase12.jpg │ ├── Hscase13.jpg │ ├── Hscase14.jpg │ ├── Hscase2.jpg │ ├── Hscase3.jpg │ ├── Hscase4.jpg │ ├── Hscase5.jpg │ ├── Hscase6.jpg │ ├── Hscase7.jpg │ ├── Hscase8.jpg │ ├── Hscase9.jpg │ ├── Hscountdown1.jpg │ ├── Hscountdown10.jpg │ ├── Hscountdown11.jpg │ ├── Hscountdown12.jpg │ ├── Hscountdown13.jpg │ ├── Hscountdown14.jpg │ ├── Hscountdown15.jpg │ ├── Hscountdown16.jpg │ ├── Hscountdown17.jpg │ ├── Hscountdown18.jpg │ ├── Hscountdown19.jpg │ ├── Hscountdown2.jpg │ ├── Hscountdown20.jpg │ ├── Hscountdown21.jpg │ ├── Hscountdown22.jpg │ ├── Hscountdown3.jpg │ ├── Hscountdown4.jpg │ ├── Hscountdown5.jpg │ ├── Hscountdown6.jpg │ ├── Hscountdown7.jpg │ ├── Hscountdown8.jpg │ ├── Hscountdown9.jpg │ ├── Hsintroduction1.jpg │ ├── Hsintroduction2.jpg │ ├── Hsintroduction3.jpg │ ├── Hsintroduction4.jpg │ ├── Hskeyinside1.jpg │ ├── Hskeyinside10.jpg │ ├── Hskeyinside2.jpg │ ├── Hskeyinside3.jpg │ ├── Hskeyinside4.jpg │ ├── Hskeyinside5.jpg │ ├── Hskeyinside6.jpg │ ├── Hskeyinside7.jpg │ ├── Hskeyinside8.jpg │ ├── Hskeyinside9.jpg │ ├── Hslockedexits1.jpg │ ├── Hslockedexits10.jpg │ ├── Hslockedexits11.jpg │ ├── Hslockedexits2.jpg │ ├── Hslockedexits3.jpg │ ├── Hslockedexits4.jpg │ ├── Hslockedexits5.jpg │ ├── Hslockedexits6.jpg │ ├── Hslockedexits7.jpg │ ├── Hslockedexits8.jpg │ ├── Hslockedexits9.jpg │ ├── Hsmultiple11.jpg │ ├── Hsmultiplel1.jpg │ ├── Hsmultiplel10.jpg │ ├── Hsmultiplel12.jpg │ ├── Hsmultiplel13.jpg │ ├── Hsmultiplel14.jpg │ ├── Hsmultiplel2.jpg │ ├── Hsmultiplel3.jpg │ ├── Hsmultiplel4.jpg │ ├── Hsmultiplel5.jpg │ ├── Hsmultiplel6.jpg │ ├── Hsmultiplel7.jpg │ ├── Hsmultiplel8.jpg │ ├── Hsmultiplel9.jpg │ ├── Hsobjappear1.jpg │ ├── Hsobjappear10.jpg │ ├── Hsobjappear11.jpg │ ├── Hsobjappear12.jpg │ ├── Hsobjappear2.jpg │ ├── Hsobjappear3.jpg │ ├── Hsobjappear4.jpg │ ├── Hsobjappear5.jpg │ ├── Hsobjappear6.jpg │ ├── Hsobjappear7.jpg │ ├── Hsobjappear8.jpg │ ├── Hsobjappear9.jpg │ ├── Hsobjectappear1.jpg │ ├── Hsobjectappear10.jpg │ ├── Hsobjectappear11.jpg │ ├── Hsobjectappear12.jpg │ ├── Hsobjectappear2.jpg │ ├── Hsobjectappear3.jpg │ ├── Hsobjectappear4.jpg │ ├── Hsobjectappear5.jpg │ ├── Hsobjectappear6.jpg │ ├── Hsobjectappear7.jpg │ ├── Hsobjectappear8.jpg │ ├── Hsobjectappear9.jpg │ ├── Hsradio1.jpg │ ├── Hsradio10.jpg │ ├── Hsradio11.jpg │ ├── Hsradio12.jpg │ ├── Hsradio2.jpg │ ├── Hsradio3.jpg │ ├── Hsradio4.jpg │ ├── Hsradio5.jpg │ ├── Hsradio6.jpg │ ├── Hsradio6.png │ ├── Hsradio7.jpg │ ├── Hsradio8.jpg │ ├── Hsradio9.jpg │ ├── Hsremovea1.jpg │ ├── Hsremovea2.jpg │ ├── Hsremovea3.jpg │ ├── Hsremovea4.jpg │ ├── Hsremovea5.jpg │ ├── Hsremovea6.jpg │ ├── hs_addingquestion1.md │ ├── hs_addingquestion2.md │ ├── hs_appearingobjects.md │ ├── hs_asktell.md │ ├── hs_baddy1.md │ ├── hs_baddy2.md │ ├── hs_blockingexit.md │ ├── hs_case.md │ ├── hs_countdown.md │ ├── hs_introduction.md │ ├── hs_keyinside.md │ ├── hs_lockedexits.md │ ├── hs_multiple.md │ ├── hs_objectsappear.md │ ├── hs_radio.md │ ├── hs_removea.md │ └── index.md ├── history.md ├── images.md ├── images │ ├── Add.png │ ├── Addexit1.png │ ├── Addexit2.png │ ├── Addif.png │ ├── Addif2.png │ ├── Addif3.png │ ├── Addif4.png │ ├── AddingYouTube.gif │ ├── Addverb.png │ ├── AskTell1.png │ ├── Asktell.png │ ├── Asktell2.png │ ├── Asktell3.png │ ├── Attributes.png │ ├── Bee.png │ ├── Blankgame.png │ ├── Blankgamebook.png │ ├── Callfunction.png │ ├── Checkforattribute.png │ ├── CommandAttack.png │ ├── CommandHelp.png │ ├── Commandsay.png │ ├── Commandweigh.png │ ├── Container.png │ ├── Containerfridge.png │ ├── Creation1.png │ ├── Creation2.png │ ├── Debugger.png │ ├── Editorui1.png │ ├── Editorui2.png │ ├── Editroomdescription.png │ ├── Functionrevive.png │ ├── Functionrevive2.png │ ├── Functionvalue.png │ ├── Htmlinterface.png │ ├── Lockadult.png │ ├── Lockedcontainer.png │ ├── Lockedexit.png │ ├── Map.png │ ├── Map2.png │ ├── Newgame.png │ ├── Newgamebook.png │ ├── Newgamemenu.png │ ├── Objectdescription.png │ ├── Othernames.png │ ├── Playblankgame.png │ ├── Playblankgamebook.png │ ├── Pov1.png │ ├── Printexpression.png │ ├── Question1.png │ ├── Question2.png │ ├── Question3.png │ ├── Question4.png │ ├── Renameroom.png │ ├── Say_to_troll.png │ ├── SetUpShop.png │ ├── ShowMenu.png │ ├── Showlibraryelements.png │ ├── StartShop.png │ ├── Switch.png │ ├── Switchonoff.png │ ├── Switchonoffplay.png │ ├── Takedrop.png │ ├── Talk1.png │ ├── Talk2.png │ ├── Talk3.png │ ├── Talk4.png │ ├── Talk5.png │ ├── Talk6.png │ ├── Templates.png │ ├── TimerBee1.png │ ├── TimerBee2.png │ ├── Turncounter.png │ ├── Turncounter1.png │ ├── Turnscript.png │ ├── Use1.png │ ├── Use2.png │ ├── Use3.png │ ├── Webblankgame.png │ ├── Webblankgamebook.png │ ├── Webnewgame.png │ ├── Webnewgamebook.png │ ├── Webplayblankgame.png │ ├── Webplayblankgamebook.png │ ├── Weightflour.png │ ├── architecture.png │ ├── attributes_web.png │ ├── audio_controls.jpg │ ├── bg_hr.png │ ├── blacktocat.png │ ├── cod01.png │ ├── codeview_desktop.png │ ├── codeview_web.png │ ├── container2.png │ ├── container3.png │ ├── containercounter.png │ ├── containerfussy.png │ ├── containeropenscript.png │ ├── devtools.png │ ├── exit_and_key.png │ ├── exitscript1.png │ ├── exitscript2.png │ ├── exitscript3.png │ ├── icon_download.png │ ├── increase.png │ ├── increase_decrease.png │ ├── indicator-bar.png │ ├── interface1.png │ ├── interface2.png │ ├── interface3.png │ ├── interface4.png │ ├── limitbycount.png │ ├── limitbyvolume.png │ ├── lockandkey.png │ ├── logo.png │ ├── make1.png │ ├── make2.png │ ├── make3.png │ ├── make4.png │ ├── map3.png │ ├── map4.png │ ├── map5.png │ ├── map6.png │ ├── map7.png │ ├── memory1.png │ ├── memory2.png │ ├── menu1.png │ ├── menu1a.png │ ├── menu2.png │ ├── menu3.png │ ├── menu4.png │ ├── menu4a.png │ ├── menu5.png │ ├── nested_switch.png │ ├── patrol1.png │ ├── play_a_sound.jpg │ ├── play_a_sound_GUI.jpg │ ├── play_audio_example1_loop.jpg │ ├── play_audio_example2_sync.jpg │ ├── play_audio_example3_button.jpg │ ├── play_audio_example4_door.jpg │ ├── questvidembedcode2.png │ ├── sprite_download.png │ ├── status2.png │ ├── status_attribute.png │ ├── stop_audio_example1.jpg │ ├── stop_audio_example_onleave.jpg │ ├── stop_sound.jpg │ ├── switch01.png │ ├── switch02.png │ ├── switch03.png │ ├── switch04.png │ ├── switchbasic.png │ ├── switchdisplayverbs.png │ ├── switchgenerator.png │ ├── switchlookat.png │ ├── switchmoment.png │ ├── switchpower.png │ ├── switchstate.png │ ├── text_processor_text.png │ ├── triz01.png │ ├── triz02.png │ ├── triz03.png │ ├── type_attributes.png │ ├── ui-classic.png │ ├── ui-cursor.png │ ├── ui-no-cursor.png │ ├── unlock.png │ ├── verb_element.png │ ├── you_died.png │ └── youtube_embed_code.png ├── images_on_the_fly.md ├── important_attributes.md ├── independent_npcs.md ├── index.md ├── introtocoding.md ├── javascripts │ └── main.js ├── js │ ├── addscript.md │ ├── addtext.md │ ├── colourblend.md │ ├── eval.md │ ├── js.md │ ├── scrolltoend.md │ ├── setcommands.md │ ├── setcss.md │ ├── setcustomstatus.md │ ├── setinterfacestring.md │ ├── setpanes.md │ ├── showgrid.md │ ├── showpopup.md │ ├── uishow.md │ ├── updatelocation.md │ ├── updatestatus.md │ └── whereami.md ├── keeping_a_journal.md ├── keeping_score.md ├── libraries.md ├── libraries │ ├── elevator.md │ └── path_library.md ├── linux.md ├── memory_or_wiki.md ├── move_object.md ├── multimedia.md ├── multiple_choices___using_a_switch_script.md ├── multistate-clothing.md ├── neutral_language.md ├── notes.md ├── null.md ├── open_source.md ├── overriding.md ├── patrolling_npcs.md ├── pattern_matching.md ├── player.md ├── problems.md ├── publishing.md ├── quest5_7.md ├── quest5_8.md ├── quest_code.md ├── random.md ├── rpg-intro.md ├── scopes.md ├── score_health_money.md ├── scripts │ ├── ask.md │ ├── create.md │ ├── create_exit.md │ ├── create_timer.md │ ├── create_turnscript.md │ ├── destroy.md │ ├── dictionary_add.md │ ├── dictionary_remove.md │ ├── do.md │ ├── else.md │ ├── else_if.md │ ├── error.md │ ├── finish.md │ ├── firsttime.md │ ├── for.md │ ├── foreach.md │ ├── get_input.md │ ├── if.md │ ├── index.md │ ├── insert.md │ ├── invoke.md │ ├── list_add.md │ ├── list_remove.md │ ├── msg.md │ ├── on_ready.md │ ├── otherwise.md │ ├── picture.md │ ├── play_sound.md │ ├── request.md │ ├── return.md │ ├── rundelegate.md │ ├── scripts.md │ ├── set.md │ ├── setting_variables.md │ ├── show_menu.md │ ├── start_transaction.md │ ├── stop_sound.md │ ├── switch.md │ ├── undo.md │ ├── wait.md │ └── while.md ├── serve.sh ├── setting_up_door.md ├── shop.md ├── showing_a_map.md ├── showing_a_menu.md ├── source_code.md ├── speak_to.md ├── status_attributes.md ├── style_guide.md ├── stylesheets │ ├── pygment_trac.css │ └── stylesheet.css ├── switchable.md ├── tabs_for_types.md ├── text_processor.md ├── the_publish_tool.md ├── time.md ├── toolbar │ ├── Add.png │ ├── Addobject.png │ ├── Addroom.png │ ├── Back.png │ ├── Codeview.png │ ├── Copy.png │ ├── Cut.png │ ├── Delete.png │ ├── Down.png │ ├── Edit.png │ ├── Forward.png │ ├── Help.png │ ├── New.png │ ├── Open.png │ ├── Paste.png │ ├── Play.png │ ├── Popout.png │ ├── Record.png │ ├── Redo.png │ ├── Save.png │ ├── Undo.png │ └── Up.png ├── transcript.md ├── transit_system.md ├── translating_quest.md ├── trizbort.md ├── tutorial │ ├── anatomy_of_a_quest_game.md │ ├── creating_a_gamebook.md │ ├── creating_a_simple_game.md │ ├── custom_attributes.md │ ├── custom_commands.md │ ├── index.md │ ├── interacting_with_objects.md │ ├── more_things_to_do_with_objects.md │ ├── moving_objects_during_the_game.md │ ├── releasing_your_game.md │ ├── status_attributes.md │ ├── text_formatting.md │ ├── tutorial_introduction.md │ ├── using_containers.md │ ├── using_scripts.md │ └── using_timers_and_turn_scripts.md ├── types.md ├── types │ ├── boolean.md │ ├── command_pattern.md │ ├── dictionary.md │ ├── double.md │ ├── index.md │ ├── int.md │ ├── list.md │ ├── null.md │ ├── object.md │ ├── objectdictionary.md │ ├── objectlist.md │ ├── script.md │ ├── scriptdictionary.md │ ├── string.md │ ├── stringdictionary.md │ ├── stringlist.md │ └── using_delegates.md ├── ui-callback.md ├── ui-custom.md ├── ui-dialogue-points.md ├── ui-dialogue.md ├── ui-fonts.md ├── ui-game-play.md ├── ui-javascript.md ├── ui-javascript2.md ├── ui-javascript3.md ├── ui-javascript4.md ├── ui-location-bar.md ├── ui-style.md ├── undo_support.md ├── unit_testing.md ├── upgrade_notes.md ├── upgrading_from_quest_4.md ├── use_functions.md ├── use_maths_functionality.md ├── use_verbs.md ├── using_attributes.md ├── using_dictionaries.md ├── using_doubles.md ├── using_inherited_types.md ├── using_javascript.md ├── using_libraries.md ├── using_lists.md ├── using_lockable_exits.md ├── using_templates.md ├── using_turnscripts.md ├── using_verbs.md ├── using_walkthroughs.md ├── util │ ├── cloak_of_darkness.aslx │ ├── compare.rb │ ├── debug.log │ ├── unit_test.aslx │ └── unit_test_for_5_7.aslx ├── wearables.md ├── webeditor.md ├── zombie-apocalypse-1.md ├── zombie-apocalypse-2.md └── zombie-apocalypse-spells.md ├── examples ├── blank.aslx ├── gamebook.aslx ├── images.quest ├── map.quest ├── published.quest ├── quest-4.1 │ ├── asl │ │ ├── Keehar - New Friend Bit.wav │ │ ├── Keehar - Twenty Twenty.mp3 │ │ ├── library.lib │ │ ├── media-start.asl │ │ ├── media.asl │ │ └── use-library.asl │ └── cas-with-resources │ │ ├── media-start.cas │ │ └── media.cas ├── resources.quest ├── simple.aslx ├── test.asl ├── test.aslx ├── test.cas └── ui-options.quest ├── legacy ├── Editor │ ├── AlertBanner.Designer.vb │ ├── AlertBanner.de.resx │ ├── AlertBanner.resx │ ├── AlertBanner.vb │ ├── Editor.Designer.vb │ ├── Editor.resx │ ├── Editor.vb │ ├── Editor.vbproj │ ├── IElementEditorControl.vb │ ├── LoadingControl.Designer.vb │ ├── LoadingControl.aa.resx │ ├── LoadingControl.de.resx │ ├── LoadingControl.resx │ ├── LoadingControl.vb │ ├── MainToolbar.Designer.vb │ ├── MainToolbar.de-DE.resx │ ├── MainToolbar.de.resx │ ├── MainToolbar.resx │ ├── MainToolbar.vb │ ├── My Project │ │ ├── Application.Designer.vb │ │ ├── Application.myapp │ │ ├── AssemblyInfo.vb │ │ ├── Resources.Designer.vb │ │ ├── Resources.resx │ │ ├── Settings.Designer.vb │ │ └── Settings.settings │ ├── NewGameWindow.Designer.vb │ ├── NewGameWindow.aa.resx │ ├── NewGameWindow.de.resx │ ├── NewGameWindow.resx │ ├── NewGameWindow.vb │ ├── PublishWindow.Designer.vb │ ├── PublishWindow.de.resx │ ├── PublishWindow.resx │ ├── PublishWindow.vb │ ├── Resources │ │ ├── addobject.bmp │ │ ├── addroom.bmp │ │ ├── b_add_page.png │ │ ├── b_back.png │ │ ├── b_code.png │ │ ├── b_copy.png │ │ ├── b_cut.png │ │ ├── b_debug.png │ │ ├── b_delete.png │ │ ├── b_forward.png │ │ ├── b_help.png │ │ ├── b_html.png │ │ ├── b_log.png │ │ ├── b_new.png │ │ ├── b_object.png │ │ ├── b_open.png │ │ ├── b_paste.png │ │ ├── b_play.png │ │ ├── b_repeat.png │ │ ├── b_replace.png │ │ ├── b_room.png │ │ ├── b_save.png │ │ ├── b_search.png │ │ ├── b_stop.png │ │ ├── b_undo.png │ │ ├── questlogo.png │ │ ├── s_object_close.png │ │ └── s_object_open.png │ ├── TextEditorControl.Designer.vb │ ├── TextEditorControl.resx │ ├── TextEditorControl.vb │ ├── WPFElementEditor.Designer.vb │ ├── WPFElementEditor.resx │ ├── WPFElementEditor.vb │ └── app.config ├── EditorControls │ ├── AttributesControl.xaml │ ├── AttributesControl.xaml.cs │ ├── CheckBoxControl.xaml │ ├── CheckBoxControl.xaml.cs │ ├── CompassControl.xaml │ ├── CompassControl.xaml.cs │ ├── CompassDirectionControl.xaml │ ├── CompassDirectionControl.xaml.cs │ ├── CompassEditorControl.xaml │ ├── CompassEditorControl.xaml.cs │ ├── ControlDataHelper.cs │ ├── ControlFactory.cs │ ├── ControlTypeAttribute.cs │ ├── DictionaryScriptControl.xaml │ ├── DictionaryScriptControl.xaml.cs │ ├── DictionaryStringControl.xaml │ ├── DictionaryStringControl.xaml.cs │ ├── DropDownControl.xaml │ ├── DropDownControl.xaml.cs │ ├── DropDownFilterControl.xaml │ ├── DropDownFilterControl.xaml.cs │ ├── DropDownObjectsControl.xaml │ ├── DropDownObjectsControl.xaml.cs │ ├── DropDownTypesControl.xaml │ ├── DropDownTypesControl.xaml.cs │ ├── EditorControls.csproj │ ├── ElementEditor.xaml │ ├── ElementEditor.xaml.cs │ ├── ElementsListControl.xaml │ ├── ElementsListControl.xaml.cs │ ├── ExitsControl.xaml │ ├── ExitsControl.xaml.cs │ ├── ExpressionControl.xaml │ ├── ExpressionControl.xaml.cs │ ├── ExpressionTemplate.xaml │ ├── ExpressionTemplate.xaml.cs │ ├── FileControl.xaml │ ├── FileControl.xaml.cs │ ├── FileDropDown.xaml │ ├── FileDropDown.xaml.cs │ ├── FilePopUp.xaml │ ├── FilePopUp.xaml.cs │ ├── FindControl.xaml │ ├── FindControl.xaml.cs │ ├── FindReplaceWindow.xaml.cs │ ├── GameIdControl.xaml │ ├── GameIdControl.xaml.cs │ ├── GamebookOptions.xaml │ ├── GamebookOptions.xaml.cs │ ├── IElementEditorControl.cs │ ├── IfEditor.xaml │ ├── IfEditor.xaml.cs │ ├── IfEditorChild.xaml │ ├── IfEditorChild.xaml.cs │ ├── Images │ │ ├── AddScript.png │ │ ├── CopyHS.png │ │ ├── CutHS.png │ │ ├── DeleteHS.png │ │ ├── Down.png │ │ ├── EditCodeHS.png │ │ ├── FindHS.png │ │ ├── FullView.png │ │ ├── MakeEditCopy.png │ │ ├── PasteHS.png │ │ └── Up.png │ ├── InputWindow.Designer.cs │ ├── InputWindow.cs │ ├── InputWindow.de.resx │ ├── InputWindow.resx │ ├── LabelControl.xaml │ ├── LabelControl.xaml.cs │ ├── ListStringControl.xaml │ ├── ListStringControl.xaml.cs │ ├── MultiControl.xaml │ ├── MultiControl.xaml.cs │ ├── NumberControl.xaml │ ├── NumberControl.xaml.cs │ ├── NumberDoubleControl.xaml │ ├── NumberDoubleControl.xaml.cs │ ├── PatternControl.xaml │ ├── PatternControl.xaml.cs │ ├── PopOut.xaml │ ├── PopOut.xaml.cs │ ├── PopupEditors.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── Resources │ │ ├── questicon16.ico │ │ ├── s_add_page.png │ │ ├── s_command.png │ │ ├── s_copy.png │ │ ├── s_cut.png │ │ ├── s_delete.png │ │ ├── s_exit.png │ │ ├── s_function.png │ │ ├── s_object.png │ │ ├── s_paste.png │ │ ├── s_room.png │ │ ├── s_timer.png │ │ ├── s_turn.png │ │ ├── s_tv_delete.png │ │ ├── s_tv_search.png │ │ ├── s_verb.png │ │ ├── s_walk.png │ │ ├── s_wf_add.png │ │ ├── s_wf_add_page.png │ │ ├── s_wf_change_add.png │ │ ├── s_wf_code.png │ │ ├── s_wf_code_win.png │ │ ├── s_wf_copy.png │ │ ├── s_wf_copy_code.png │ │ ├── s_wf_cut.png │ │ ├── s_wf_delete.png │ │ ├── s_wf_domain.png │ │ ├── s_wf_down.png │ │ ├── s_wf_link.png │ │ ├── s_wf_options.png │ │ ├── s_wf_paste.png │ │ ├── s_wf_play.png │ │ ├── s_wf_record.png │ │ ├── s_wf_rename_key.png │ │ └── s_wf_up.png │ ├── RichTextControl.xaml │ ├── RichTextControl.xaml.cs │ ├── ScriptAdder.xaml │ ├── ScriptAdder.xaml.cs │ ├── ScriptAdderPopOut.xaml │ ├── ScriptAdderPopOut.xaml.cs │ ├── ScriptEditorControl.xaml │ ├── ScriptEditorControl.xaml.cs │ ├── ScriptEditorPopOut.xaml │ ├── ScriptEditorPopOut.xaml.cs │ ├── ScriptExpander.xaml │ ├── ScriptExpander.xaml.cs │ ├── ScriptToolbar.xaml │ ├── ScriptToolbar.xaml.cs │ ├── TextBoxControl.xaml │ ├── TextBoxControl.xaml.cs │ ├── TextEditorControl.xaml │ ├── TextEditorControl.xaml.cs │ ├── TitleControl.xaml │ ├── TitleControl.xaml.cs │ ├── VerbsControl.xaml │ ├── VerbsControl.xaml.cs │ ├── WFAttributesControl.Designer.cs │ ├── WFAttributesControl.cs │ ├── WFAttributesControl.de.resx │ ├── WFAttributesControl.resx │ ├── WFDictionaryEditorManager.cs │ ├── WFDictionaryScriptControl.Designer.cs │ ├── WFDictionaryScriptControl.cs │ ├── WFDictionaryScriptControl.resx │ ├── WFDictionaryStringControl.Designer.cs │ ├── WFDictionaryStringControl.cs │ ├── WFDictionaryStringControl.resx │ ├── WFEditorTree.Designer.cs │ ├── WFEditorTree.cs │ ├── WFEditorTree.de-DE.resx │ ├── WFEditorTree.de.resx │ ├── WFEditorTree.resx │ ├── WFElementsListControl.Designer.cs │ ├── WFElementsListControl.cs │ ├── WFElementsListControl.resx │ ├── WFGamebookOptions.Designer.cs │ ├── WFGamebookOptions.cs │ ├── WFGamebookOptions.resx │ ├── WFListEditor.Designer.cs │ ├── WFListEditor.cs │ ├── WFListEditor.de.resx │ ├── WFListEditor.resx │ ├── WFMultiControl.Designer.cs │ ├── WFMultiControl.cs │ ├── WFMultiControl.resx │ ├── WFToolbar.Designer.cs │ ├── WFToolbar.cs │ ├── WFToolbar.de.resx │ ├── WFToolbar.resx │ ├── WFVerbsControl.cs │ ├── WFVerbsControl.resx │ ├── WindowHelpers.cs │ └── packages.config ├── GameBrowser │ ├── BrowseFilter.xaml │ ├── BrowseFilter.xaml.vb │ ├── EditBrowser.xaml │ ├── EditBrowser.xaml.vb │ ├── EditorWelcome.xaml │ ├── EditorWelcome.xaml.vb │ ├── GameBrowser.vbproj │ ├── GameDescription.xaml │ ├── GameDescription.xaml.vb │ ├── GameList.xaml │ ├── GameList.xaml.vb │ ├── GameListItem.xaml │ ├── GameListItem.xaml.vb │ ├── GameListItemData.vb │ ├── GameListItems.vb │ ├── Helper.vb │ ├── Launcher.xaml │ ├── Launcher.xaml.vb │ ├── My Project │ │ ├── Application.Designer.vb │ │ ├── Application.myapp │ │ ├── AssemblyInfo.vb │ │ ├── Resources.Designer.vb │ │ ├── Resources.resx │ │ ├── Settings.Designer.vb │ │ └── Settings.settings │ ├── OnlineGames.vb │ ├── PlayBrowser.xaml │ ├── PlayBrowser.xaml.vb │ ├── RecentItems.vb │ ├── Resources │ │ ├── loading.gif │ │ └── quest.png │ ├── ReviewItem.xaml │ ├── ReviewItem.xaml.vb │ ├── UpdatesData.vb │ ├── VersionInfo.xaml │ ├── VersionInfo.xaml.vb │ └── WebClientFactory.vb ├── Menus │ ├── Menu.Designer.vb │ ├── Menu.de-BE.resx │ ├── Menu.de.resx │ ├── Menu.resx │ ├── Menu.vb │ ├── MenuData.vb │ ├── Menus.vbproj │ ├── My Project │ │ ├── Application.Designer.vb │ │ ├── Application.myapp │ │ ├── AssemblyInfo.vb │ │ ├── Resources.Designer.vb │ │ ├── Resources.resx │ │ ├── Settings.Designer.vb │ │ └── Settings.settings │ ├── Resources │ │ ├── DocumentHS.png │ │ ├── addobject.bmp │ │ ├── addroom.bmp │ │ ├── s_about.png │ │ ├── s_add_page.png │ │ ├── s_code.png │ │ ├── s_command.png │ │ ├── s_copy.png │ │ ├── s_cut.png │ │ ├── s_debug.png │ │ ├── s_delete.png │ │ ├── s_edit.png │ │ ├── s_exit.png │ │ ├── s_forum.png │ │ ├── s_fullscreen.png │ │ ├── s_function.png │ │ ├── s_help.png │ │ ├── s_html.png │ │ ├── s_log.png │ │ ├── s_new.png │ │ ├── s_object.png │ │ ├── s_open.png │ │ ├── s_options.png │ │ ├── s_paste.png │ │ ├── s_play.png │ │ ├── s_public.png │ │ ├── s_redo.png │ │ ├── s_replace.png │ │ ├── s_restart.png │ │ ├── s_room.png │ │ ├── s_save.png │ │ ├── s_save_as.png │ │ ├── s_search.png │ │ ├── s_stop.png │ │ ├── s_timer.png │ │ ├── s_turn.png │ │ ├── s_undo.png │ │ ├── s_verb.png │ │ └── s_walk.png │ ├── Settings.vb │ └── app.config ├── Player │ ├── Blank.htm │ ├── CefKeyboardHandler.vb │ ├── CefSchemeHandler.vb │ ├── Debugger.Designer.vb │ ├── Debugger.resx │ ├── Debugger.vb │ ├── DebuggerPane.Designer.vb │ ├── DebuggerPane.resx │ ├── DebuggerPane.vb │ ├── Log.Designer.vb │ ├── Log.de.resx │ ├── Log.resx │ ├── Log.vb │ ├── Main.Designer.vb │ ├── Main.resx │ ├── Main.vb │ ├── Menu.Designer.vb │ ├── Menu.de.resx │ ├── Menu.resx │ ├── Menu.vb │ ├── My Project │ │ ├── Application.Designer.vb │ │ ├── Application.myapp │ │ ├── AssemblyInfo.vb │ │ ├── Resources.Designer.vb │ │ ├── Resources.resx │ │ ├── Settings.Designer.vb │ │ └── Settings.settings │ ├── Player.Designer.vb │ ├── Player.resx │ ├── Player.vb │ ├── Player.vbproj │ ├── PlayerHTML.Designer.vb │ ├── PlayerHTML.resx │ ├── PlayerHTML.vb │ ├── QuestCefInterop.vb │ ├── Resources │ │ ├── b_debug.png │ │ ├── b_html.png │ │ ├── b_log.png │ │ ├── b_stop.png │ │ └── b_walkthrough.png │ ├── Toolbar.Designer.vb │ ├── Toolbar.de.resx │ ├── Toolbar.resx │ ├── Toolbar.vb │ ├── WalkthroughRunner.vb │ ├── app.config │ ├── desktopplayer.css │ ├── desktopplayer.js │ ├── images │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_flat_55_fbec88_40x100.png │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png │ │ ├── ui-bg_glass_85_dfeffc_1x400.png │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ ├── ui-icons_217bc0_256x240.png │ │ ├── ui-icons_2e83ff_256x240.png │ │ ├── ui-icons_469bdd_256x240.png │ │ ├── ui-icons_6da8d5_256x240.png │ │ ├── ui-icons_cd0a0a_256x240.png │ │ ├── ui-icons_d8e7f3_256x240.png │ │ └── ui-icons_f9bd01_256x240.png │ ├── jquery-2.1.1.min.js │ ├── jquery-ui.min.css │ ├── jquery-ui.min.js │ ├── jquery.multi-open-accordion-1.5.3.js │ └── packages.config ├── Quest.sln ├── Quest.sln.DotSettings ├── Quest │ ├── About.Designer.vb │ ├── About.de.resx │ ├── About.ha.resx │ ├── About.resx │ ├── About.vb │ ├── ApplicationEvents.vb │ ├── Constants.vb │ ├── ErrorHandler.Designer.vb │ ├── ErrorHandler.de.resx │ ├── ErrorHandler.resx │ ├── ErrorHandler.vb │ ├── Main.Designer.vb │ ├── Main.de.resx │ ├── Main.resx │ ├── Main.vb │ ├── My Project │ │ ├── Application.Designer.vb │ │ ├── Application.myapp │ │ ├── AssemblyInfo.vb │ │ ├── Resources.Designer.vb │ │ ├── Resources.resx │ │ ├── Settings.Designer.vb │ │ ├── Settings.settings │ │ └── app.manifest │ ├── Options.vb │ ├── OptionsDialog.Designer.vb │ ├── OptionsDialog.de.resx │ ├── OptionsDialog.resx │ ├── OptionsDialog.vb │ ├── Quest.vbproj │ ├── Resources │ │ ├── questicon256.ico │ │ └── questlogo.png │ ├── Settings.vb │ ├── app.config │ └── packages.config ├── WebEditor │ ├── WebEditor.sln │ └── WebEditor │ │ ├── AzureLogger.cs │ │ ├── Config.cs │ │ ├── Content │ │ ├── Site.css │ │ ├── favicon.ico │ │ ├── favicon.png │ │ └── themes │ │ │ └── base │ │ │ ├── images │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ ├── ui-icons_454545_256x240.png │ │ │ ├── ui-icons_888888_256x240.png │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ ├── jquery.ui.accordion.css │ │ │ ├── jquery.ui.all.css │ │ │ ├── jquery.ui.autocomplete.css │ │ │ ├── jquery.ui.base.css │ │ │ ├── jquery.ui.button.css │ │ │ ├── jquery.ui.core.css │ │ │ ├── jquery.ui.datepicker.css │ │ │ ├── jquery.ui.dialog.css │ │ │ ├── jquery.ui.progressbar.css │ │ │ ├── jquery.ui.resizable.css │ │ │ ├── jquery.ui.selectable.css │ │ │ ├── jquery.ui.slider.css │ │ │ ├── jquery.ui.tabs.css │ │ │ └── jquery.ui.theme.css │ │ ├── Controllers │ │ ├── CreateController.cs │ │ ├── EditController.cs │ │ └── HomeController.cs │ │ ├── ExceptionFilter.cs │ │ ├── Global.asax │ │ ├── Global.asax.cs │ │ ├── ImageProcessor.ashx │ │ ├── ImageProcessor.ashx.cs │ │ ├── KeepAlive.ashx │ │ ├── KeepAlive.ashx.cs │ │ ├── Logging.cs │ │ ├── Models │ │ ├── Controls │ │ │ ├── EditorControl.cs │ │ │ ├── MultiControl.cs │ │ │ └── RichTextControl.cs │ │ ├── Create.cs │ │ ├── Editor.cs │ │ ├── Element.cs │ │ ├── ElementsList.cs │ │ ├── Exits.cs │ │ ├── FileUpload.cs │ │ ├── Script.cs │ │ ├── ScriptDictionary.cs │ │ ├── StringDictionary.cs │ │ ├── StringList.cs │ │ └── Verbs.cs │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── Scripts │ │ ├── FileUpload.js │ │ ├── GameEdit.js │ │ ├── GameNew.js │ │ ├── jquery-2.1.4.intellisense.js │ │ ├── jquery-2.1.4.js │ │ ├── jquery-2.1.4.min.js │ │ ├── jquery.jstree.js │ │ ├── jquery.layout.min.js │ │ ├── jquery.unobtrusive-ajax.js │ │ ├── jquery.unobtrusive-ajax.min.js │ │ ├── jquery.validate-vsdoc.js │ │ ├── jquery.validate.js │ │ ├── jquery.validate.min.js │ │ ├── jquery.validate.unobtrusive.js │ │ ├── jquery.validate.unobtrusive.min.js │ │ ├── modernizr-1.7.js │ │ ├── modernizr-1.7.min.js │ │ └── themes │ │ │ └── default │ │ │ ├── d.gif │ │ │ ├── d.png │ │ │ ├── style.css │ │ │ └── throbber.gif │ │ ├── Services │ │ ├── DebugPlugins.cs │ │ ├── EditorService.cs │ │ ├── FileManager.cs │ │ ├── IEditorFileManager.cs │ │ └── TextAdventures │ │ │ ├── Api.cs │ │ │ ├── TAEditorFileManager.cs │ │ │ ├── TASessionManager.cs │ │ │ └── User.cs │ │ ├── Views │ │ ├── Create │ │ │ ├── CreateSuccess.cshtml │ │ │ └── New.cshtml │ │ ├── Edit │ │ │ ├── ControlHelpers.cs │ │ │ ├── Controls │ │ │ │ ├── EditorControl.cshtml │ │ │ │ ├── MultiControl.cshtml │ │ │ │ └── RichTextControl.cshtml │ │ │ ├── EditAttribute.cshtml │ │ │ ├── ElementEditor.cshtml │ │ │ ├── ElementsList.cshtml │ │ │ ├── ExitsEditor.cshtml │ │ │ ├── FileUpload.cshtml │ │ │ ├── Game.cshtml │ │ │ ├── ScriptDictionaryEditor.cshtml │ │ │ ├── ScriptEditor.cshtml │ │ │ ├── StringDictionaryEditor.cshtml │ │ │ ├── StringListEditor.cshtml │ │ │ └── VerbsEditor.cshtml │ │ ├── Shared │ │ │ ├── Error.cshtml │ │ │ └── _Layout.cshtml │ │ ├── Web.config │ │ └── _ViewStart.cshtml │ │ ├── Web.Debug.config │ │ ├── Web.Release.config │ │ ├── Web.config │ │ ├── WebEditor.csproj │ │ ├── WebEditorSettings.default.xml │ │ ├── packages.config │ │ └── robots.txt └── WebPlayer │ ├── .gitignore │ ├── 51Degrees.config │ ├── Api.cs │ ├── App_Data │ └── 51Degrees.mobi.config │ ├── App_Start │ ├── FilterConfig.cs │ └── RouteConfig.cs │ ├── AzureFileManager.cs │ ├── AzureLogger.cs │ ├── AzureOutputLogger.cs │ ├── Config.cs │ ├── Controllers │ ├── GameSessionController.cs │ ├── HomeController.cs │ ├── RedirectController.cs │ └── ResumeController.cs │ ├── DebugPlugins.cs │ ├── FileManager.cs │ ├── Global.asax │ ├── Global.asax.cs │ ├── IFileManager.cs │ ├── InterfaceListHandler.cs │ ├── KeepAlive.ashx │ ├── KeepAlive.ashx.cs │ ├── Logging.cs │ ├── Mobile │ ├── Default.aspx │ ├── Default.aspx.cs │ ├── Default.aspx.designer.cs │ ├── KeepAlive.ashx │ ├── KeepAlive.ashx.cs │ ├── Play.aspx │ ├── Play.aspx.cs │ ├── Play.aspx.designer.cs │ ├── player.css │ └── playermobile.js │ ├── OutputBuffer.cs │ ├── Play.aspx │ ├── Play.aspx.cs │ ├── Play.aspx.designer.cs │ ├── PlayerHandler.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── Resource.ashx │ ├── Resource.ashx.cs │ ├── Scripts │ └── resume.js │ ├── SessionResources.cs │ ├── Views │ ├── Resume │ │ └── Index.cshtml │ └── Web.config │ ├── Web.Debug.config │ ├── Web.Release.config │ ├── Web.config │ ├── WebPlayer.csproj │ ├── WebPlayerSettings.default.xml │ ├── grid.js │ ├── js │ ├── Jplayer.swf │ ├── jquery.jplayer.min.js │ └── jquery.multi-open-accordion-1.5.3.js │ ├── packages.config │ ├── player.css │ ├── player.js │ ├── playerweb.js │ ├── robots.txt │ └── updating.gif ├── libs └── Ciloci.Flee.dll ├── site ├── .gitignore ├── .vscode │ ├── extensions.json │ └── launch.json ├── README.md ├── astro.config.mjs ├── package-lock.json ├── package.json ├── public │ └── favicon.svg ├── src │ ├── assets │ │ └── quest-viva.svg │ ├── content.config.ts │ └── content │ │ └── docs │ │ ├── guides │ │ ├── introduction.md │ │ └── webplayer.mdx │ │ ├── index.mdx │ │ ├── project │ │ ├── news.md │ │ └── roadmap.md │ │ └── reference │ │ └── example.md └── tsconfig.json ├── src ├── Common │ ├── Common.csproj │ ├── Config.cs │ ├── FileGameDataProvider.cs │ ├── IGame.cs │ ├── IGameDataProvider.cs │ ├── IGameDebug.cs │ ├── UrlGameDataProvider.cs │ └── VersionInfo.cs ├── EditorCore │ ├── EditableCommandPattern.cs │ ├── EditableDataWrapper.cs │ ├── EditableDictionary.cs │ ├── EditableIfScript.cs │ ├── EditableList.cs │ ├── EditableListItem.cs │ ├── EditableObjectReference.cs │ ├── EditableScript.cs │ ├── EditableScriptBase.cs │ ├── EditableScriptFactory.cs │ ├── EditableScripts.cs │ ├── EditableWrappedItemDictionary.cs │ ├── EditorControl.cs │ ├── EditorController.cs │ ├── EditorCore.csproj │ ├── EditorData.cs │ ├── EditorDefinition.cs │ ├── EditorTab.cs │ ├── EditorVisibilityHelper.cs │ ├── ExpressionTemplateEditorData.cs │ ├── FilterOptions.cs │ ├── FontsManager.cs │ ├── IDataWrapper.cs │ ├── IEditableCommandPattern.cs │ ├── IEditableList.cs │ ├── IEditableObjectReference.cs │ ├── IEditableScript.cs │ ├── IEditableScripts.cs │ ├── IEditorControl.cs │ ├── IEditorData.cs │ ├── IEditorDefinition.cs │ ├── IEditorTab.cs │ ├── ScriptCommandEditorData.cs │ ├── SubEditorControlData.cs │ └── Utility.cs ├── Engine │ ├── Callback.cs │ ├── Core │ │ ├── Core.aslx │ │ ├── CoreCombat.aslx │ │ ├── CoreCommands.aslx │ │ ├── CoreDescriptions.aslx │ │ ├── CoreEditor.aslx │ │ ├── CoreEditorAnnotation.aslx │ │ ├── CoreEditorCommand.aslx │ │ ├── CoreEditorDynamicTemplate.aslx │ │ ├── CoreEditorElements.aslx │ │ ├── CoreEditorExit.aslx │ │ ├── CoreEditorExpressions.aslx │ │ ├── CoreEditorFunction.aslx │ │ ├── CoreEditorGame.aslx │ │ ├── CoreEditorIncludedLibrary.aslx │ │ ├── CoreEditorJavascript.aslx │ │ ├── CoreEditorObject.aslx │ │ ├── CoreEditorObjectAskTell.aslx │ │ ├── CoreEditorObjectAttributes.aslx │ │ ├── CoreEditorObjectChildren.aslx │ │ ├── CoreEditorObjectContainer.aslx │ │ ├── CoreEditorObjectExits.aslx │ │ ├── CoreEditorObjectFeatures.aslx │ │ ├── CoreEditorObjectInventory.aslx │ │ ├── CoreEditorObjectLightDark.aslx │ │ ├── CoreEditorObjectMap.aslx │ │ ├── CoreEditorObjectObject.aslx │ │ ├── CoreEditorObjectOptions.aslx │ │ ├── CoreEditorObjectRoom.aslx │ │ ├── CoreEditorObjectScripts.aslx │ │ ├── CoreEditorObjectSetup.aslx │ │ ├── CoreEditorObjectUseGive.aslx │ │ ├── CoreEditorObjectVerbs.aslx │ │ ├── CoreEditorObjectWearable.aslx │ │ ├── CoreEditorScripts.aslx │ │ ├── CoreEditorScriptsDarkness.aslx │ │ ├── CoreEditorScriptsDrawing.aslx │ │ ├── CoreEditorScriptsEffects.aslx │ │ ├── CoreEditorScriptsGameState.aslx │ │ ├── CoreEditorScriptsObjects.aslx │ │ ├── CoreEditorScriptsOutput.aslx │ │ ├── CoreEditorScriptsPlayer.aslx │ │ ├── CoreEditorScriptsScripts.aslx │ │ ├── CoreEditorScriptsTimers.aslx │ │ ├── CoreEditorScriptsTurnScripts.aslx │ │ ├── CoreEditorScriptsVariables.aslx │ │ ├── CoreEditorTemplate.aslx │ │ ├── CoreEditorTimer.aslx │ │ ├── CoreEditorTurnScript.aslx │ │ ├── CoreEditorType.aslx │ │ ├── CoreEditorVerb.aslx │ │ ├── CoreEditorWalkthrough.aslx │ │ ├── CoreEffects.aslx │ │ ├── CoreFunctions.aslx │ │ ├── CoreGrid.aslx │ │ ├── CoreOutput.aslx │ │ ├── CoreParser.aslx │ │ ├── CoreScopes.aslx │ │ ├── CoreStatusAttributes.aslx │ │ ├── CoreTimers.aslx │ │ ├── CoreTurnScripts.aslx │ │ ├── CoreTypes.aslx │ │ ├── CoreWearable.aslx │ │ ├── GamebookCore.aslx │ │ ├── GamebookCoreEditor.aslx │ │ ├── GamebookCoreEditorExpressions.aslx │ │ ├── GamebookCoreEditorScripts.aslx │ │ ├── GamebookCoreEditorScriptsPages.aslx │ │ ├── Languages │ │ │ ├── Dansk.aslx │ │ │ ├── Deutsch.aslx │ │ │ ├── EditorDeutsch.aslx │ │ │ ├── EditorEnglish.aslx │ │ │ ├── EditorEspanol.aslx │ │ │ ├── English.aslx │ │ │ ├── Espanol.aslx │ │ │ ├── Esperanto.aslx │ │ │ ├── Francais.aslx │ │ │ ├── Greek.aslx │ │ │ ├── Icelandic.aslx │ │ │ ├── Italiano.aslx │ │ │ ├── Nederlands.aslx │ │ │ ├── Norsk.aslx │ │ │ ├── Portugues-Portugal.aslx │ │ │ ├── Portugues.aslx │ │ │ ├── Romana.aslx │ │ │ └── Russian.aslx │ │ └── Templates │ │ │ ├── Dansk.template │ │ │ ├── Deutsch.template │ │ │ ├── English.template │ │ │ ├── Espanol.template │ │ │ ├── Esperanto.template │ │ │ ├── Francais.template │ │ │ ├── Gamebook.template │ │ │ ├── Greek.template │ │ │ ├── Icelandic.template │ │ │ ├── Italiano.template │ │ │ ├── Nederlands.template │ │ │ ├── Norsk.template │ │ │ ├── Portugues-Portugal.template │ │ │ ├── Portugues.template │ │ │ ├── Romana.template │ │ │ └── Russian.template │ ├── Element.cs │ ├── Elements.cs │ ├── Engine.csproj │ ├── Enums.cs │ ├── Events.cs │ ├── Expressions │ │ ├── FleeExpressionContext.cs │ │ ├── FleeExpressionEvaluator.cs │ │ ├── IExpressionEvaluator.cs │ │ ├── NcalcExpressionEvaluator.cs │ │ ├── QuestNCalcExpressionFactory.cs │ │ └── QuestNCalcLogicalExpressionParser.cs │ ├── Fields.cs │ ├── Functions │ │ ├── DateTimeFunctions.cs │ │ ├── Expression.cs │ │ ├── ExpressionOwner.cs │ │ ├── IFunction.cs │ │ └── StringFunctions.cs │ ├── GameLoader │ │ ├── AttributeLoaders.cs │ │ ├── ElementLoaders.cs │ │ ├── ElementSavers.cs │ │ ├── ExtendedAttributeLoaders.cs │ │ ├── FieldSaver.cs │ │ ├── GameLoader.cs │ │ ├── GameSaver.cs │ │ ├── GameXmlWriter.cs │ │ ├── ObjectSaver.cs │ │ ├── PackageReader.cs │ │ └── Packager.cs │ ├── ObjectFactory.cs │ ├── OutputLogger.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── QuestDictionary.cs │ ├── QuestList.cs │ ├── RegexCache.cs │ ├── ScriptFactory.cs │ ├── Scripts │ │ ├── AskScript.cs │ │ ├── CommentScript.cs │ │ ├── Context.cs │ │ ├── CreateScript.cs │ │ ├── DelegateImplementation.cs │ │ ├── DestroyScript.cs │ │ ├── DictionaryAddScript.cs │ │ ├── DoScript.cs │ │ ├── ErrorScript.cs │ │ ├── FailedScript.cs │ │ ├── FinishScript.cs │ │ ├── FirstTimeScript.cs │ │ ├── ForEachScript.cs │ │ ├── ForScript.cs │ │ ├── FunctionCallParameters.cs │ │ ├── FunctionCallScript.cs │ │ ├── GetInputScript.cs │ │ ├── IScript.cs │ │ ├── IfScript.cs │ │ ├── InsertScript.cs │ │ ├── InvokeScript.cs │ │ ├── JSScript.cs │ │ ├── LazyLoadScript.cs │ │ ├── ListAddScript.cs │ │ ├── MsgScript.cs │ │ ├── MultiScript.cs │ │ ├── OnReadyScript.cs │ │ ├── PictureScript.cs │ │ ├── PlaySoundScript.cs │ │ ├── RequestSaveScript.cs │ │ ├── RequestScript.cs │ │ ├── RequestSpeakScript.cs │ │ ├── ReturnScript.cs │ │ ├── RunDelegateScript.cs │ │ ├── ScriptConstructorBase.cs │ │ ├── ScriptContext.cs │ │ ├── SetFieldScript.cs │ │ ├── SetScript.cs │ │ ├── ShowMenuScript.cs │ │ ├── SwitchScript.cs │ │ ├── UndoScript.cs │ │ ├── WaitScript.cs │ │ └── WhileScript.cs │ ├── Templates.cs │ ├── TimerRunner.cs │ ├── Types │ │ ├── EditorCommandPattern.cs │ │ ├── LazyObjectDictionary.cs │ │ ├── LazyObjectList.cs │ │ ├── LazyObjectReference.cs │ │ ├── LazyScript.cs │ │ └── LazyScriptDictionary.cs │ ├── UndoLogger.cs │ ├── Utility.cs │ ├── Walkthrough.cs │ ├── WorldModel.cs │ └── WorldModelFactory.cs ├── Legacy │ ├── ChangeLog.cs │ ├── Legacy.csproj │ ├── Libraries │ │ ├── Typelib.qlb │ │ ├── net.lib │ │ ├── q3ext.qlb │ │ ├── quest.dat │ │ ├── standard.lib │ │ └── stdverbs.lib │ ├── Resources.cs │ ├── RoomExit.cs │ ├── RoomExits.cs │ ├── TextFormatter.cs │ ├── V4Game.Debug.cs │ ├── V4Game.Part2.cs │ ├── V4Game.Types.cs │ └── V4Game.cs ├── PlayerCore │ ├── BlazorJSInterop.cs │ ├── GameLauncher.cs │ ├── GameQuery.cs │ ├── IResourceUrlProvider.cs │ ├── ITextAdventuresConfig.cs │ ├── ListHandler.cs │ ├── Player.cs │ ├── PlayerCore.csproj │ ├── PlayerHelper.cs │ ├── Resources │ │ ├── grid.js │ │ ├── lib │ │ │ ├── Jplayer.swf │ │ │ ├── images │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png │ │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png │ │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png │ │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png │ │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ │ │ ├── ui-icons_217bc0_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_469bdd_256x240.png │ │ │ │ ├── ui-icons_6da8d5_256x240.png │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── ui-icons_d8e7f3_256x240.png │ │ │ │ └── ui-icons_f9bd01_256x240.png │ │ │ ├── jquery-2.1.1.min.js │ │ │ ├── jquery-ui.min.css │ │ │ ├── jquery-ui.min.js │ │ │ ├── jquery.jplayer.min.js │ │ │ ├── jquery.multi-open-accordion-1.5.3.js │ │ │ └── paper.js │ │ ├── playercore.css │ │ ├── playercore.htm │ │ └── playercore.js │ ├── TextAdventuresGameDataProvider.cs │ └── WalkthroughRunner.cs ├── Utility │ ├── Classes.cs │ ├── Files.cs │ ├── Language │ │ ├── Languages.cs │ │ ├── Templates.Designer.cs │ │ ├── Templates.de.Designer.cs │ │ ├── Templates.de.resx │ │ └── Templates.resx │ ├── Strings.cs │ └── Utility.csproj ├── WasmPlayer │ ├── App.razor │ ├── GameResources.cs │ ├── Layout │ │ ├── MainLayout.razor │ │ └── MainLayout.razor.css │ ├── Pages │ │ ├── Counter.razor │ │ └── Home.razor │ ├── Player.razor │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ ├── Runner.razor │ ├── WasmPlayer.csproj │ ├── _Imports.razor │ └── wwwroot │ │ ├── css │ │ ├── app.css │ │ └── bootstrap │ │ │ └── bootstrap.min.css │ │ ├── examples │ │ ├── blank.aslx │ │ ├── gamebook.aslx │ │ ├── published.quest │ │ ├── resources.quest │ │ ├── test.asl │ │ ├── test.aslx │ │ └── test.cas │ │ ├── favicon.png │ │ ├── icon-192.png │ │ ├── index.html │ │ └── sample-data │ │ └── weather.json └── WebPlayer │ ├── Components │ ├── App.razor │ ├── Debugger │ │ ├── Attributes.razor │ │ ├── Debugger.razor │ │ └── Walkthrough.razor │ ├── Game.razor │ ├── Layout │ │ ├── MainLayout.razor │ │ └── MainLayout.razor.css │ ├── List.razor │ ├── Pages │ │ ├── About.razor │ │ ├── Dev │ │ │ ├── Open.razor │ │ │ └── Play.razor │ │ ├── Editor.razor │ │ ├── Error.razor │ │ ├── Home.razor │ │ └── TextAdventures.razor │ ├── Routes.razor │ ├── Slots.razor │ └── _Imports.razor │ ├── Config.cs │ ├── Dockerfile │ ├── LocalResourceUrlProvider.cs │ ├── LocalResources.cs │ ├── Models │ └── SaveSlot.cs │ ├── Program.cs │ ├── Properties │ └── launchSettings.json │ ├── RemoteResourceUrlProvider.cs │ ├── RequiresConfigAttribute.cs │ ├── UiResources.cs │ ├── WebPlayer.csproj │ ├── appsettings.Development.json │ ├── appsettings.json │ └── wwwroot │ ├── TranscriptViewer │ └── index.html │ ├── app.css │ ├── bootstrap │ └── bootstrap.min.css │ ├── favicon.svg │ ├── player.js │ └── playerweb.js └── tests ├── EditorCoreTests ├── EditableListTests.cs ├── EditableScriptTests.cs ├── EditorControllerTestBase.cs ├── EditorControllerTests.cs ├── EditorCoreTests.csproj ├── EditorTreeData.cs ├── FilesTests.cs ├── TemplateTests.cs └── test.aslx ├── EngineTests ├── CloneTests.cs ├── ComplexTypesTests.cs ├── ElementsTests.cs ├── EngineTests.csproj ├── ExpressionTests.cs ├── FieldExtensionTests.cs ├── FieldsTests.cs ├── FilesTests.cs ├── Helpers.cs ├── MultiScriptTests.cs ├── QuestListTest.cs ├── SaveTests.cs ├── SwitchScriptConstructorTest.cs ├── TemplateTests.cs ├── Walkthrough.cs ├── savetest.aslx └── walkthrough.aslx ├── LegacyTests ├── LegacyTests.csproj ├── TestPlayer.cs ├── V4GameTests.cs └── test1.asl ├── PlayerCoreTests ├── GameQueryTests.cs ├── MSTestSettings.cs ├── PlayerCoreTests.csproj ├── resources.quest ├── test1.asl ├── test1.quest ├── test2.asl └── test2.quest └── UtilityTests ├── MSTestSettings.cs ├── StringsTests.cs └── UtilityTests.csproj /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/.dockerignore -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/LICENSE -------------------------------------------------------------------------------- /QuestViva.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/QuestViva.sln -------------------------------------------------------------------------------- /QuestViva.sln.DotSettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/QuestViva.sln.DotSettings -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/README.md -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | 6.0.0-beta.9 -------------------------------------------------------------------------------- /compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/compose.yaml -------------------------------------------------------------------------------- /docs/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/Gemfile -------------------------------------------------------------------------------- /docs/Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/Gemfile.lock -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/_config.yml -------------------------------------------------------------------------------- /docs/_layouts/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/_layouts/index.html -------------------------------------------------------------------------------- /docs/about_save.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/about_save.md -------------------------------------------------------------------------------- /docs/adding_sounds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/adding_sounds.md -------------------------------------------------------------------------------- /docs/adding_videos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/adding_videos.md -------------------------------------------------------------------------------- /docs/adult.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/adult.md -------------------------------------------------------------------------------- /docs/advanced_game_scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/advanced_game_scripts.md -------------------------------------------------------------------------------- /docs/advanced_scope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/advanced_scope.md -------------------------------------------------------------------------------- /docs/ask_about.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/ask_about.md -------------------------------------------------------------------------------- /docs/ask_simple_question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/ask_simple_question.md -------------------------------------------------------------------------------- /docs/ask_tell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/ask_tell.md -------------------------------------------------------------------------------- /docs/asking_a_question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/asking_a_question.md -------------------------------------------------------------------------------- /docs/asl_requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/asl_requirements.md -------------------------------------------------------------------------------- /docs/aslx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/aslx.md -------------------------------------------------------------------------------- /docs/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes.md -------------------------------------------------------------------------------- /docs/attributes/alias.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/alias.md -------------------------------------------------------------------------------- /docs/attributes/allobjects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/allobjects.md -------------------------------------------------------------------------------- /docs/attributes/alt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/alt.md -------------------------------------------------------------------------------- /docs/attributes/article.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/article.md -------------------------------------------------------------------------------- /docs/attributes/ask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/ask.md -------------------------------------------------------------------------------- /docs/attributes/askdefault.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/askdefault.md -------------------------------------------------------------------------------- /docs/attributes/autoopen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/autoopen.md -------------------------------------------------------------------------------- /docs/attributes/autounlock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/autounlock.md -------------------------------------------------------------------------------- /docs/attributes/canlockopen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/canlockopen.md -------------------------------------------------------------------------------- /docs/attributes/clearframe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/clearframe.md -------------------------------------------------------------------------------- /docs/attributes/close.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/close.md -------------------------------------------------------------------------------- /docs/attributes/closescript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/closescript.md -------------------------------------------------------------------------------- /docs/attributes/container.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/container.md -------------------------------------------------------------------------------- /docs/attributes/dark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/dark.md -------------------------------------------------------------------------------- /docs/attributes/darklevel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/darklevel.md -------------------------------------------------------------------------------- /docs/attributes/defaultfont.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/defaultfont.md -------------------------------------------------------------------------------- /docs/attributes/descprefix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/descprefix.md -------------------------------------------------------------------------------- /docs/attributes/description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/description.md -------------------------------------------------------------------------------- /docs/attributes/displayverbs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/displayverbs.md -------------------------------------------------------------------------------- /docs/attributes/drop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/drop.md -------------------------------------------------------------------------------- /docs/attributes/dropmsg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/dropmsg.md -------------------------------------------------------------------------------- /docs/attributes/edible.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/edible.md -------------------------------------------------------------------------------- /docs/attributes/editor_room.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/editor_room.md -------------------------------------------------------------------------------- /docs/attributes/enter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/enter.md -------------------------------------------------------------------------------- /docs/attributes/female.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/female.md -------------------------------------------------------------------------------- /docs/attributes/femaleplural.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/femaleplural.md -------------------------------------------------------------------------------- /docs/attributes/firstenter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/firstenter.md -------------------------------------------------------------------------------- /docs/attributes/gender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/gender.md -------------------------------------------------------------------------------- /docs/attributes/give.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/give.md -------------------------------------------------------------------------------- /docs/attributes/giveanything.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/giveanything.md -------------------------------------------------------------------------------- /docs/attributes/givesingle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/givesingle.md -------------------------------------------------------------------------------- /docs/attributes/giveto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/giveto.md -------------------------------------------------------------------------------- /docs/attributes/grid_border.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/grid_border.md -------------------------------------------------------------------------------- /docs/attributes/grid_fill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/grid_fill.md -------------------------------------------------------------------------------- /docs/attributes/grid_label.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/grid_label.md -------------------------------------------------------------------------------- /docs/attributes/grid_length.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/grid_length.md -------------------------------------------------------------------------------- /docs/attributes/grid_render.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/grid_render.md -------------------------------------------------------------------------------- /docs/attributes/grid_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/grid_width.md -------------------------------------------------------------------------------- /docs/attributes/gridmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/gridmap.md -------------------------------------------------------------------------------- /docs/attributes/hidechildren.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/hidechildren.md -------------------------------------------------------------------------------- /docs/attributes/isopen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/isopen.md -------------------------------------------------------------------------------- /docs/attributes/key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/key.md -------------------------------------------------------------------------------- /docs/attributes/languageid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/languageid.md -------------------------------------------------------------------------------- /docs/attributes/listchildren.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/listchildren.md -------------------------------------------------------------------------------- /docs/attributes/locked.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/locked.md -------------------------------------------------------------------------------- /docs/attributes/lockmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/lockmessage.md -------------------------------------------------------------------------------- /docs/attributes/look.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/look.md -------------------------------------------------------------------------------- /docs/attributes/male.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/male.md -------------------------------------------------------------------------------- /docs/attributes/maleplural.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/maleplural.md -------------------------------------------------------------------------------- /docs/attributes/mapscale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/mapscale.md -------------------------------------------------------------------------------- /docs/attributes/mapsize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/mapsize.md -------------------------------------------------------------------------------- /docs/attributes/maxobjects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/maxobjects.md -------------------------------------------------------------------------------- /docs/attributes/menufont.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/menufont.md -------------------------------------------------------------------------------- /docs/attributes/menufontsize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/menufontsize.md -------------------------------------------------------------------------------- /docs/attributes/namedfemale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/namedfemale.md -------------------------------------------------------------------------------- /docs/attributes/namedmale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/namedmale.md -------------------------------------------------------------------------------- /docs/attributes/nokeymessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/nokeymessage.md -------------------------------------------------------------------------------- /docs/attributes/onclose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/onclose.md -------------------------------------------------------------------------------- /docs/attributes/ondrop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/ondrop.md -------------------------------------------------------------------------------- /docs/attributes/onexit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/onexit.md -------------------------------------------------------------------------------- /docs/attributes/onlock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/onlock.md -------------------------------------------------------------------------------- /docs/attributes/onopen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/onopen.md -------------------------------------------------------------------------------- /docs/attributes/onswitchoff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/onswitchoff.md -------------------------------------------------------------------------------- /docs/attributes/onswitchon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/onswitchon.md -------------------------------------------------------------------------------- /docs/attributes/ontake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/ontake.md -------------------------------------------------------------------------------- /docs/attributes/onunlock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/onunlock.md -------------------------------------------------------------------------------- /docs/attributes/open.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/open.md -------------------------------------------------------------------------------- /docs/attributes/openable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/openable.md -------------------------------------------------------------------------------- /docs/attributes/openscript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/openscript.md -------------------------------------------------------------------------------- /docs/attributes/parent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/parent.md -------------------------------------------------------------------------------- /docs/attributes/picture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/picture.md -------------------------------------------------------------------------------- /docs/attributes/plural.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/plural.md -------------------------------------------------------------------------------- /docs/attributes/pov_alias.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/pov_alias.md -------------------------------------------------------------------------------- /docs/attributes/pov_alt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/pov_alt.md -------------------------------------------------------------------------------- /docs/attributes/pov_article.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/pov_article.md -------------------------------------------------------------------------------- /docs/attributes/pov_gender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/pov_gender.md -------------------------------------------------------------------------------- /docs/attributes/pov_look.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/pov_look.md -------------------------------------------------------------------------------- /docs/attributes/prefix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/prefix.md -------------------------------------------------------------------------------- /docs/attributes/scenery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/scenery.md -------------------------------------------------------------------------------- /docs/attributes/selfuseon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/selfuseon.md -------------------------------------------------------------------------------- /docs/attributes/showhealth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/showhealth.md -------------------------------------------------------------------------------- /docs/attributes/showpanes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/showpanes.md -------------------------------------------------------------------------------- /docs/attributes/showscore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/showscore.md -------------------------------------------------------------------------------- /docs/attributes/start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/start.md -------------------------------------------------------------------------------- /docs/attributes/suffix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/suffix.md -------------------------------------------------------------------------------- /docs/attributes/surface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/surface.md -------------------------------------------------------------------------------- /docs/attributes/switchable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/switchable.md -------------------------------------------------------------------------------- /docs/attributes/switchedon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/switchedon.md -------------------------------------------------------------------------------- /docs/attributes/switchoffmsg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/switchoffmsg.md -------------------------------------------------------------------------------- /docs/attributes/switchonmsg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/switchonmsg.md -------------------------------------------------------------------------------- /docs/attributes/take.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/take.md -------------------------------------------------------------------------------- /docs/attributes/takemsg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/takemsg.md -------------------------------------------------------------------------------- /docs/attributes/tell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/tell.md -------------------------------------------------------------------------------- /docs/attributes/telldefault.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/telldefault.md -------------------------------------------------------------------------------- /docs/attributes/transparent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/transparent.md -------------------------------------------------------------------------------- /docs/attributes/use.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/use.md -------------------------------------------------------------------------------- /docs/attributes/useanything.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/useanything.md -------------------------------------------------------------------------------- /docs/attributes/useframe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/useframe.md -------------------------------------------------------------------------------- /docs/attributes/useon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/useon.md -------------------------------------------------------------------------------- /docs/attributes/visible.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/visible.md -------------------------------------------------------------------------------- /docs/attributes/visited.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/visited.md -------------------------------------------------------------------------------- /docs/attributes/volume.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/attributes/volume.md -------------------------------------------------------------------------------- /docs/audio/readme: -------------------------------------------------------------------------------- 1 | Audio files for docs 2 | -------------------------------------------------------------------------------- /docs/audio/snd effect.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/audio/snd effect.mp3 -------------------------------------------------------------------------------- /docs/audio/snd effect.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/audio/snd effect.ogg -------------------------------------------------------------------------------- /docs/blocks_and_scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/blocks_and_scripts.md -------------------------------------------------------------------------------- /docs/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/bootstrap.min.css -------------------------------------------------------------------------------- /docs/change_scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/change_scripts.md -------------------------------------------------------------------------------- /docs/changing_templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/changing_templates.md -------------------------------------------------------------------------------- /docs/character_creation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/character_creation.md -------------------------------------------------------------------------------- /docs/clean.sh: -------------------------------------------------------------------------------- 1 | git clean -f -d -------------------------------------------------------------------------------- /docs/cloak_of_darkness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/cloak_of_darkness.md -------------------------------------------------------------------------------- /docs/clones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/clones.md -------------------------------------------------------------------------------- /docs/codeview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/codeview.md -------------------------------------------------------------------------------- /docs/command_pane.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/command_pane.md -------------------------------------------------------------------------------- /docs/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/commands.md -------------------------------------------------------------------------------- /docs/commands_for_room.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/commands_for_room.md -------------------------------------------------------------------------------- /docs/competition_entry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/competition_entry.md -------------------------------------------------------------------------------- /docs/complex_commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/complex_commands.md -------------------------------------------------------------------------------- /docs/configuring_quest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/configuring_quest.md -------------------------------------------------------------------------------- /docs/containers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/containers.md -------------------------------------------------------------------------------- /docs/conversations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/conversations.md -------------------------------------------------------------------------------- /docs/convert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/convert.md -------------------------------------------------------------------------------- /docs/copy_and_paste_code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/copy_and_paste_code.md -------------------------------------------------------------------------------- /docs/custom_panes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/custom_panes.md -------------------------------------------------------------------------------- /docs/debugging_your_game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/debugging_your_game.md -------------------------------------------------------------------------------- /docs/developers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/developers.md -------------------------------------------------------------------------------- /docs/devmode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/devmode.md -------------------------------------------------------------------------------- /docs/display_verbs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/display_verbs.md -------------------------------------------------------------------------------- /docs/docs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/docs.css -------------------------------------------------------------------------------- /docs/downloads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/downloads.md -------------------------------------------------------------------------------- /docs/elements/asl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/asl.md -------------------------------------------------------------------------------- /docs/elements/command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/command.md -------------------------------------------------------------------------------- /docs/elements/control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/control.md -------------------------------------------------------------------------------- /docs/elements/delegate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/delegate.md -------------------------------------------------------------------------------- /docs/elements/editor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/editor.md -------------------------------------------------------------------------------- /docs/elements/exit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/exit.md -------------------------------------------------------------------------------- /docs/elements/function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/function.md -------------------------------------------------------------------------------- /docs/elements/game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/game.md -------------------------------------------------------------------------------- /docs/elements/implied.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/implied.md -------------------------------------------------------------------------------- /docs/elements/include.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/include.md -------------------------------------------------------------------------------- /docs/elements/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/index.md -------------------------------------------------------------------------------- /docs/elements/inherit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/inherit.md -------------------------------------------------------------------------------- /docs/elements/javascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/javascript.md -------------------------------------------------------------------------------- /docs/elements/library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/library.md -------------------------------------------------------------------------------- /docs/elements/object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/object.md -------------------------------------------------------------------------------- /docs/elements/resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/resource.md -------------------------------------------------------------------------------- /docs/elements/tab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/tab.md -------------------------------------------------------------------------------- /docs/elements/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/template.md -------------------------------------------------------------------------------- /docs/elements/timer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/timer.md -------------------------------------------------------------------------------- /docs/elements/turnscript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/turnscript.md -------------------------------------------------------------------------------- /docs/elements/type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/type.md -------------------------------------------------------------------------------- /docs/elements/verb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/verb.md -------------------------------------------------------------------------------- /docs/elements/verbtemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/verbtemplate.md -------------------------------------------------------------------------------- /docs/elements/walkthrough.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/elements/walkthrough.md -------------------------------------------------------------------------------- /docs/examples/readme: -------------------------------------------------------------------------------- 1 | Folder for example games 2 | -------------------------------------------------------------------------------- /docs/exits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/exits.md -------------------------------------------------------------------------------- /docs/expressions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/expressions.md -------------------------------------------------------------------------------- /docs/follower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/follower.md -------------------------------------------------------------------------------- /docs/forum_links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/forum_links.md -------------------------------------------------------------------------------- /docs/full_code_view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/full_code_view.md -------------------------------------------------------------------------------- /docs/functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions.md -------------------------------------------------------------------------------- /docs/functions/allcommands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/allcommands.md -------------------------------------------------------------------------------- /docs/functions/allexits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/allexits.md -------------------------------------------------------------------------------- /docs/functions/allobjects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/allobjects.md -------------------------------------------------------------------------------- /docs/functions/allrooms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/allrooms.md -------------------------------------------------------------------------------- /docs/functions/ask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/ask.md -------------------------------------------------------------------------------- /docs/functions/clone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/clone.md -------------------------------------------------------------------------------- /docs/functions/contains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/contains.md -------------------------------------------------------------------------------- /docs/functions/createbiexits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/createbiexits.md -------------------------------------------------------------------------------- /docs/functions/dictionaryadd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/dictionaryadd.md -------------------------------------------------------------------------------- /docs/functions/doesinherit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/doesinherit.md -------------------------------------------------------------------------------- /docs/functions/equal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/equal.md -------------------------------------------------------------------------------- /docs/functions/eval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/eval.md -------------------------------------------------------------------------------- /docs/functions/filterbytype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/filterbytype.md -------------------------------------------------------------------------------- /docs/functions/getarmour.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/getarmour.md -------------------------------------------------------------------------------- /docs/functions/getarmourfor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/getarmourfor.md -------------------------------------------------------------------------------- /docs/functions/getattribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/getattribute.md -------------------------------------------------------------------------------- /docs/functions/getboolean.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/getboolean.md -------------------------------------------------------------------------------- /docs/functions/getdouble.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/getdouble.md -------------------------------------------------------------------------------- /docs/functions/getexitbylink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/getexitbylink.md -------------------------------------------------------------------------------- /docs/functions/getexitbyname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/getexitbyname.md -------------------------------------------------------------------------------- /docs/functions/getfiledata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/getfiledata.md -------------------------------------------------------------------------------- /docs/functions/getfileurl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/getfileurl.md -------------------------------------------------------------------------------- /docs/functions/getinput.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/getinput.md -------------------------------------------------------------------------------- /docs/functions/getint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/getint.md -------------------------------------------------------------------------------- /docs/functions/getobject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/getobject.md -------------------------------------------------------------------------------- /docs/functions/getouter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/getouter.md -------------------------------------------------------------------------------- /docs/functions/getouterfor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/getouterfor.md -------------------------------------------------------------------------------- /docs/functions/getrandomint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/getrandomint.md -------------------------------------------------------------------------------- /docs/functions/getstring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/getstring.md -------------------------------------------------------------------------------- /docs/functions/gettimer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/gettimer.md -------------------------------------------------------------------------------- /docs/functions/hardcoded.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/hardcoded.md -------------------------------------------------------------------------------- /docs/functions/hasattribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/hasattribute.md -------------------------------------------------------------------------------- /docs/functions/hasboolean.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/hasboolean.md -------------------------------------------------------------------------------- /docs/functions/hasdouble.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/hasdouble.md -------------------------------------------------------------------------------- /docs/functions/hasint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/hasint.md -------------------------------------------------------------------------------- /docs/functions/hasobject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/hasobject.md -------------------------------------------------------------------------------- /docs/functions/hasscript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/hasscript.md -------------------------------------------------------------------------------- /docs/functions/hasstring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/hasstring.md -------------------------------------------------------------------------------- /docs/functions/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/index.md -------------------------------------------------------------------------------- /docs/functions/indexof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/indexof.md -------------------------------------------------------------------------------- /docs/functions/isdefined.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/isdefined.md -------------------------------------------------------------------------------- /docs/functions/isdouble.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/isdouble.md -------------------------------------------------------------------------------- /docs/functions/isgamerunning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/isgamerunning.md -------------------------------------------------------------------------------- /docs/functions/isint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/isint.md -------------------------------------------------------------------------------- /docs/functions/isregexmatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/isregexmatch.md -------------------------------------------------------------------------------- /docs/functions/listcombine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/listcombine.md -------------------------------------------------------------------------------- /docs/functions/listcompact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/listcompact.md -------------------------------------------------------------------------------- /docs/functions/listcontains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/listcontains.md -------------------------------------------------------------------------------- /docs/functions/listcount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/listcount.md -------------------------------------------------------------------------------- /docs/functions/listexclude.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/listexclude.md -------------------------------------------------------------------------------- /docs/functions/listitem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/listitem.md -------------------------------------------------------------------------------- /docs/functions/listvisible.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/listvisible.md -------------------------------------------------------------------------------- /docs/functions/listworn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/listworn.md -------------------------------------------------------------------------------- /docs/functions/listwornfor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/listwornfor.md -------------------------------------------------------------------------------- /docs/functions/newdictionary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/newdictionary.md -------------------------------------------------------------------------------- /docs/functions/newlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/newlist.md -------------------------------------------------------------------------------- /docs/functions/newobjectlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/newobjectlist.md -------------------------------------------------------------------------------- /docs/functions/newstringlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/newstringlist.md -------------------------------------------------------------------------------- /docs/functions/outputtext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/outputtext.md -------------------------------------------------------------------------------- /docs/functions/outputtextraw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/outputtextraw.md -------------------------------------------------------------------------------- /docs/functions/pickonechild.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/pickonechild.md -------------------------------------------------------------------------------- /docs/functions/pickoneexit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/pickoneexit.md -------------------------------------------------------------------------------- /docs/functions/pickoneobject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/pickoneobject.md -------------------------------------------------------------------------------- /docs/functions/pickonestring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/pickonestring.md -------------------------------------------------------------------------------- /docs/functions/populate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/populate.md -------------------------------------------------------------------------------- /docs/functions/processtext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/processtext.md -------------------------------------------------------------------------------- /docs/functions/quickparams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/quickparams.md -------------------------------------------------------------------------------- /docs/functions/removegarment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/removegarment.md -------------------------------------------------------------------------------- /docs/functions/safexml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/safexml.md -------------------------------------------------------------------------------- /docs/functions/showmenu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/showmenu.md -------------------------------------------------------------------------------- /docs/functions/string/asc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/string/asc.md -------------------------------------------------------------------------------- /docs/functions/string/chr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/string/chr.md -------------------------------------------------------------------------------- /docs/functions/string/instr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/string/instr.md -------------------------------------------------------------------------------- /docs/functions/string/join.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/string/join.md -------------------------------------------------------------------------------- /docs/functions/string/lcase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/string/lcase.md -------------------------------------------------------------------------------- /docs/functions/string/left.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/string/left.md -------------------------------------------------------------------------------- /docs/functions/string/ltrim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/string/ltrim.md -------------------------------------------------------------------------------- /docs/functions/string/mid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/string/mid.md -------------------------------------------------------------------------------- /docs/functions/string/right.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/string/right.md -------------------------------------------------------------------------------- /docs/functions/string/rtrim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/string/rtrim.md -------------------------------------------------------------------------------- /docs/functions/string/spaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/string/spaces.md -------------------------------------------------------------------------------- /docs/functions/string/split.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/string/split.md -------------------------------------------------------------------------------- /docs/functions/string/trim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/string/trim.md -------------------------------------------------------------------------------- /docs/functions/string/ucase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/string/ucase.md -------------------------------------------------------------------------------- /docs/functions/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/template.md -------------------------------------------------------------------------------- /docs/functions/todouble.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/todouble.md -------------------------------------------------------------------------------- /docs/functions/toint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/toint.md -------------------------------------------------------------------------------- /docs/functions/tostring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/tostring.md -------------------------------------------------------------------------------- /docs/functions/typeof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/typeof.md -------------------------------------------------------------------------------- /docs/functions/weargarment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/functions/weargarment.md -------------------------------------------------------------------------------- /docs/guides/Attributes2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Attributes2.png -------------------------------------------------------------------------------- /docs/guides/Cast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Cast.png -------------------------------------------------------------------------------- /docs/guides/Component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Component.png -------------------------------------------------------------------------------- /docs/guides/Doesinherit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Doesinherit.png -------------------------------------------------------------------------------- /docs/guides/Gbpreview1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Gbpreview1.png -------------------------------------------------------------------------------- /docs/guides/Gbpreview2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Gbpreview2.png -------------------------------------------------------------------------------- /docs/guides/Inherited_types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Inherited_types.png -------------------------------------------------------------------------------- /docs/guides/Javascript1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Javascript1.png -------------------------------------------------------------------------------- /docs/guides/Menu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Menu.jpg -------------------------------------------------------------------------------- /docs/guides/Randomcode1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Randomcode1.png -------------------------------------------------------------------------------- /docs/guides/Randomcode2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Randomcode2.png -------------------------------------------------------------------------------- /docs/guides/Randomcode3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Randomcode3.png -------------------------------------------------------------------------------- /docs/guides/Spelltab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Spelltab.png -------------------------------------------------------------------------------- /docs/guides/Spelltab2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Spelltab2.png -------------------------------------------------------------------------------- /docs/guides/Styles2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Styles2.png -------------------------------------------------------------------------------- /docs/guides/Styles3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Styles3.png -------------------------------------------------------------------------------- /docs/guides/Styles4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Styles4.png -------------------------------------------------------------------------------- /docs/guides/Styles5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Styles5.png -------------------------------------------------------------------------------- /docs/guides/Styles6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Styles6.png -------------------------------------------------------------------------------- /docs/guides/Tut_timelimit1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Tut_timelimit1.png -------------------------------------------------------------------------------- /docs/guides/Tut_timelimit2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Tut_timelimit2.png -------------------------------------------------------------------------------- /docs/guides/Tut_timelimit3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Tut_timelimit3.png -------------------------------------------------------------------------------- /docs/guides/Tut_timelimit4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Tut_timelimit4.png -------------------------------------------------------------------------------- /docs/guides/Unlockdoor1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Unlockdoor1.jpg -------------------------------------------------------------------------------- /docs/guides/Unlockdoor2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Unlockdoor2.jpg -------------------------------------------------------------------------------- /docs/guides/Unlockdoor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Unlockdoor3.png -------------------------------------------------------------------------------- /docs/guides/Unlockdoor4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Unlockdoor4.png -------------------------------------------------------------------------------- /docs/guides/Verbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Verbs.png -------------------------------------------------------------------------------- /docs/guides/Verbs_for_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/Verbs_for_type.png -------------------------------------------------------------------------------- /docs/guides/a_hint_system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/a_hint_system.md -------------------------------------------------------------------------------- /docs/guides/follow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/follow1.png -------------------------------------------------------------------------------- /docs/guides/follow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/follow2.png -------------------------------------------------------------------------------- /docs/guides/func1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/func1.png -------------------------------------------------------------------------------- /docs/guides/func2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/func2.png -------------------------------------------------------------------------------- /docs/guides/func3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/func3.png -------------------------------------------------------------------------------- /docs/guides/function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/function.png -------------------------------------------------------------------------------- /docs/guides/hiddenexit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/hiddenexit.md -------------------------------------------------------------------------------- /docs/guides/hyperlinks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/hyperlinks.md -------------------------------------------------------------------------------- /docs/guides/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/index.md -------------------------------------------------------------------------------- /docs/guides/invisiclues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/invisiclues.md -------------------------------------------------------------------------------- /docs/guides/invisiclues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/invisiclues.png -------------------------------------------------------------------------------- /docs/guides/setup_hints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/setup_hints.png -------------------------------------------------------------------------------- /docs/guides/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/start.png -------------------------------------------------------------------------------- /docs/guides/unlockdoor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/guides/unlockdoor.md -------------------------------------------------------------------------------- /docs/handling_light_and_dark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/handling_light_and_dark.md -------------------------------------------------------------------------------- /docs/handling_multiple.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/handling_multiple.md -------------------------------------------------------------------------------- /docs/handling_water.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/handling_water.md -------------------------------------------------------------------------------- /docs/helpsheets/Hsasktell1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsasktell1.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsasktell10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsasktell10.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsasktell11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsasktell11.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsasktell12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsasktell12.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsasktell13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsasktell13.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsasktell14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsasktell14.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsasktell15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsasktell15.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsasktell2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsasktell2.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsasktell3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsasktell3.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsasktell4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsasktell4.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsasktell5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsasktell5.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsasktell6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsasktell6.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsasktell7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsasktell7.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsasktell8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsasktell8.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsasktell9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsasktell9.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsbaddy11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsbaddy11.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsbaddy12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsbaddy12.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsbaddy13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsbaddy13.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsbaddy14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsbaddy14.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsbaddy15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsbaddy15.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsbaddy21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsbaddy21.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsbaddy210.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsbaddy210.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsbaddy211.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsbaddy211.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsbaddy212.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsbaddy212.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsbaddy22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsbaddy22.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsbaddy23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsbaddy23.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsbaddy24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsbaddy24.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsbaddy25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsbaddy25.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsbaddy27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsbaddy27.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsbaddy28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsbaddy28.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsbaddy29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsbaddy29.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hscase1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hscase1.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hscase10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hscase10.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hscase11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hscase11.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hscase12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hscase12.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hscase13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hscase13.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hscase14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hscase14.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hscase2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hscase2.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hscase3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hscase3.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hscase4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hscase4.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hscase5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hscase5.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hscase6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hscase6.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hscase7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hscase7.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hscase8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hscase8.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hscase9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hscase9.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsradio1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsradio1.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsradio10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsradio10.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsradio11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsradio11.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsradio12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsradio12.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsradio2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsradio2.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsradio3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsradio3.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsradio4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsradio4.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsradio5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsradio5.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsradio6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsradio6.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsradio6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsradio6.png -------------------------------------------------------------------------------- /docs/helpsheets/Hsradio7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsradio7.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsradio8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsradio8.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsradio9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsradio9.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsremovea1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsremovea1.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsremovea2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsremovea2.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsremovea3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsremovea3.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsremovea4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsremovea4.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsremovea5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsremovea5.jpg -------------------------------------------------------------------------------- /docs/helpsheets/Hsremovea6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/Hsremovea6.jpg -------------------------------------------------------------------------------- /docs/helpsheets/hs_asktell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/hs_asktell.md -------------------------------------------------------------------------------- /docs/helpsheets/hs_baddy1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/hs_baddy1.md -------------------------------------------------------------------------------- /docs/helpsheets/hs_baddy2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/hs_baddy2.md -------------------------------------------------------------------------------- /docs/helpsheets/hs_case.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/hs_case.md -------------------------------------------------------------------------------- /docs/helpsheets/hs_countdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/hs_countdown.md -------------------------------------------------------------------------------- /docs/helpsheets/hs_keyinside.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/hs_keyinside.md -------------------------------------------------------------------------------- /docs/helpsheets/hs_multiple.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/hs_multiple.md -------------------------------------------------------------------------------- /docs/helpsheets/hs_radio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/hs_radio.md -------------------------------------------------------------------------------- /docs/helpsheets/hs_removea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/hs_removea.md -------------------------------------------------------------------------------- /docs/helpsheets/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/helpsheets/index.md -------------------------------------------------------------------------------- /docs/history.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/history.md -------------------------------------------------------------------------------- /docs/images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images.md -------------------------------------------------------------------------------- /docs/images/Add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Add.png -------------------------------------------------------------------------------- /docs/images/Addexit1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Addexit1.png -------------------------------------------------------------------------------- /docs/images/Addexit2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Addexit2.png -------------------------------------------------------------------------------- /docs/images/Addif.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Addif.png -------------------------------------------------------------------------------- /docs/images/Addif2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Addif2.png -------------------------------------------------------------------------------- /docs/images/Addif3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Addif3.png -------------------------------------------------------------------------------- /docs/images/Addif4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Addif4.png -------------------------------------------------------------------------------- /docs/images/AddingYouTube.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/AddingYouTube.gif -------------------------------------------------------------------------------- /docs/images/Addverb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Addverb.png -------------------------------------------------------------------------------- /docs/images/AskTell1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/AskTell1.png -------------------------------------------------------------------------------- /docs/images/Asktell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Asktell.png -------------------------------------------------------------------------------- /docs/images/Asktell2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Asktell2.png -------------------------------------------------------------------------------- /docs/images/Asktell3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Asktell3.png -------------------------------------------------------------------------------- /docs/images/Attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Attributes.png -------------------------------------------------------------------------------- /docs/images/Bee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Bee.png -------------------------------------------------------------------------------- /docs/images/Blankgame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Blankgame.png -------------------------------------------------------------------------------- /docs/images/Blankgamebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Blankgamebook.png -------------------------------------------------------------------------------- /docs/images/Callfunction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Callfunction.png -------------------------------------------------------------------------------- /docs/images/CommandAttack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/CommandAttack.png -------------------------------------------------------------------------------- /docs/images/CommandHelp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/CommandHelp.png -------------------------------------------------------------------------------- /docs/images/Commandsay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Commandsay.png -------------------------------------------------------------------------------- /docs/images/Commandweigh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Commandweigh.png -------------------------------------------------------------------------------- /docs/images/Container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Container.png -------------------------------------------------------------------------------- /docs/images/Containerfridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Containerfridge.png -------------------------------------------------------------------------------- /docs/images/Creation1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Creation1.png -------------------------------------------------------------------------------- /docs/images/Creation2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Creation2.png -------------------------------------------------------------------------------- /docs/images/Debugger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Debugger.png -------------------------------------------------------------------------------- /docs/images/Editorui1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Editorui1.png -------------------------------------------------------------------------------- /docs/images/Editorui2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Editorui2.png -------------------------------------------------------------------------------- /docs/images/Functionrevive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Functionrevive.png -------------------------------------------------------------------------------- /docs/images/Functionrevive2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Functionrevive2.png -------------------------------------------------------------------------------- /docs/images/Functionvalue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Functionvalue.png -------------------------------------------------------------------------------- /docs/images/Htmlinterface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Htmlinterface.png -------------------------------------------------------------------------------- /docs/images/Lockadult.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Lockadult.png -------------------------------------------------------------------------------- /docs/images/Lockedcontainer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Lockedcontainer.png -------------------------------------------------------------------------------- /docs/images/Lockedexit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Lockedexit.png -------------------------------------------------------------------------------- /docs/images/Map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Map.png -------------------------------------------------------------------------------- /docs/images/Map2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Map2.png -------------------------------------------------------------------------------- /docs/images/Newgame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Newgame.png -------------------------------------------------------------------------------- /docs/images/Newgamebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Newgamebook.png -------------------------------------------------------------------------------- /docs/images/Newgamemenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Newgamemenu.png -------------------------------------------------------------------------------- /docs/images/Othernames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Othernames.png -------------------------------------------------------------------------------- /docs/images/Playblankgame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Playblankgame.png -------------------------------------------------------------------------------- /docs/images/Pov1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Pov1.png -------------------------------------------------------------------------------- /docs/images/Printexpression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Printexpression.png -------------------------------------------------------------------------------- /docs/images/Question1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Question1.png -------------------------------------------------------------------------------- /docs/images/Question2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Question2.png -------------------------------------------------------------------------------- /docs/images/Question3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Question3.png -------------------------------------------------------------------------------- /docs/images/Question4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Question4.png -------------------------------------------------------------------------------- /docs/images/Renameroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Renameroom.png -------------------------------------------------------------------------------- /docs/images/Say_to_troll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Say_to_troll.png -------------------------------------------------------------------------------- /docs/images/SetUpShop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/SetUpShop.png -------------------------------------------------------------------------------- /docs/images/ShowMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/ShowMenu.png -------------------------------------------------------------------------------- /docs/images/StartShop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/StartShop.png -------------------------------------------------------------------------------- /docs/images/Switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Switch.png -------------------------------------------------------------------------------- /docs/images/Switchonoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Switchonoff.png -------------------------------------------------------------------------------- /docs/images/Switchonoffplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Switchonoffplay.png -------------------------------------------------------------------------------- /docs/images/Takedrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Takedrop.png -------------------------------------------------------------------------------- /docs/images/Talk1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Talk1.png -------------------------------------------------------------------------------- /docs/images/Talk2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Talk2.png -------------------------------------------------------------------------------- /docs/images/Talk3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Talk3.png -------------------------------------------------------------------------------- /docs/images/Talk4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Talk4.png -------------------------------------------------------------------------------- /docs/images/Talk5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Talk5.png -------------------------------------------------------------------------------- /docs/images/Talk6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Talk6.png -------------------------------------------------------------------------------- /docs/images/Templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Templates.png -------------------------------------------------------------------------------- /docs/images/TimerBee1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/TimerBee1.png -------------------------------------------------------------------------------- /docs/images/TimerBee2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/TimerBee2.png -------------------------------------------------------------------------------- /docs/images/Turncounter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Turncounter.png -------------------------------------------------------------------------------- /docs/images/Turncounter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Turncounter1.png -------------------------------------------------------------------------------- /docs/images/Turnscript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Turnscript.png -------------------------------------------------------------------------------- /docs/images/Use1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Use1.png -------------------------------------------------------------------------------- /docs/images/Use2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Use2.png -------------------------------------------------------------------------------- /docs/images/Use3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Use3.png -------------------------------------------------------------------------------- /docs/images/Webblankgame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Webblankgame.png -------------------------------------------------------------------------------- /docs/images/Webnewgame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Webnewgame.png -------------------------------------------------------------------------------- /docs/images/Webnewgamebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Webnewgamebook.png -------------------------------------------------------------------------------- /docs/images/Weightflour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/Weightflour.png -------------------------------------------------------------------------------- /docs/images/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/architecture.png -------------------------------------------------------------------------------- /docs/images/attributes_web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/attributes_web.png -------------------------------------------------------------------------------- /docs/images/audio_controls.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/audio_controls.jpg -------------------------------------------------------------------------------- /docs/images/bg_hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/bg_hr.png -------------------------------------------------------------------------------- /docs/images/blacktocat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/blacktocat.png -------------------------------------------------------------------------------- /docs/images/cod01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/cod01.png -------------------------------------------------------------------------------- /docs/images/codeview_web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/codeview_web.png -------------------------------------------------------------------------------- /docs/images/container2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/container2.png -------------------------------------------------------------------------------- /docs/images/container3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/container3.png -------------------------------------------------------------------------------- /docs/images/containerfussy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/containerfussy.png -------------------------------------------------------------------------------- /docs/images/devtools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/devtools.png -------------------------------------------------------------------------------- /docs/images/exit_and_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/exit_and_key.png -------------------------------------------------------------------------------- /docs/images/exitscript1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/exitscript1.png -------------------------------------------------------------------------------- /docs/images/exitscript2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/exitscript2.png -------------------------------------------------------------------------------- /docs/images/exitscript3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/exitscript3.png -------------------------------------------------------------------------------- /docs/images/icon_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/icon_download.png -------------------------------------------------------------------------------- /docs/images/increase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/increase.png -------------------------------------------------------------------------------- /docs/images/indicator-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/indicator-bar.png -------------------------------------------------------------------------------- /docs/images/interface1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/interface1.png -------------------------------------------------------------------------------- /docs/images/interface2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/interface2.png -------------------------------------------------------------------------------- /docs/images/interface3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/interface3.png -------------------------------------------------------------------------------- /docs/images/interface4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/interface4.png -------------------------------------------------------------------------------- /docs/images/limitbycount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/limitbycount.png -------------------------------------------------------------------------------- /docs/images/limitbyvolume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/limitbyvolume.png -------------------------------------------------------------------------------- /docs/images/lockandkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/lockandkey.png -------------------------------------------------------------------------------- /docs/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/logo.png -------------------------------------------------------------------------------- /docs/images/make1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/make1.png -------------------------------------------------------------------------------- /docs/images/make2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/make2.png -------------------------------------------------------------------------------- /docs/images/make3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/make3.png -------------------------------------------------------------------------------- /docs/images/make4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/make4.png -------------------------------------------------------------------------------- /docs/images/map3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/map3.png -------------------------------------------------------------------------------- /docs/images/map4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/map4.png -------------------------------------------------------------------------------- /docs/images/map5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/map5.png -------------------------------------------------------------------------------- /docs/images/map6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/map6.png -------------------------------------------------------------------------------- /docs/images/map7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/map7.png -------------------------------------------------------------------------------- /docs/images/memory1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/memory1.png -------------------------------------------------------------------------------- /docs/images/memory2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/memory2.png -------------------------------------------------------------------------------- /docs/images/menu1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/menu1.png -------------------------------------------------------------------------------- /docs/images/menu1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/menu1a.png -------------------------------------------------------------------------------- /docs/images/menu2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/menu2.png -------------------------------------------------------------------------------- /docs/images/menu3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/menu3.png -------------------------------------------------------------------------------- /docs/images/menu4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/menu4.png -------------------------------------------------------------------------------- /docs/images/menu4a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/menu4a.png -------------------------------------------------------------------------------- /docs/images/menu5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/menu5.png -------------------------------------------------------------------------------- /docs/images/nested_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/nested_switch.png -------------------------------------------------------------------------------- /docs/images/patrol1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/patrol1.png -------------------------------------------------------------------------------- /docs/images/play_a_sound.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/play_a_sound.jpg -------------------------------------------------------------------------------- /docs/images/sprite_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/sprite_download.png -------------------------------------------------------------------------------- /docs/images/status2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/status2.png -------------------------------------------------------------------------------- /docs/images/stop_sound.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/stop_sound.jpg -------------------------------------------------------------------------------- /docs/images/switch01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/switch01.png -------------------------------------------------------------------------------- /docs/images/switch02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/switch02.png -------------------------------------------------------------------------------- /docs/images/switch03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/switch03.png -------------------------------------------------------------------------------- /docs/images/switch04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/switch04.png -------------------------------------------------------------------------------- /docs/images/switchbasic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/switchbasic.png -------------------------------------------------------------------------------- /docs/images/switchgenerator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/switchgenerator.png -------------------------------------------------------------------------------- /docs/images/switchlookat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/switchlookat.png -------------------------------------------------------------------------------- /docs/images/switchmoment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/switchmoment.png -------------------------------------------------------------------------------- /docs/images/switchpower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/switchpower.png -------------------------------------------------------------------------------- /docs/images/switchstate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/switchstate.png -------------------------------------------------------------------------------- /docs/images/triz01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/triz01.png -------------------------------------------------------------------------------- /docs/images/triz02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/triz02.png -------------------------------------------------------------------------------- /docs/images/triz03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/triz03.png -------------------------------------------------------------------------------- /docs/images/type_attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/type_attributes.png -------------------------------------------------------------------------------- /docs/images/ui-classic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/ui-classic.png -------------------------------------------------------------------------------- /docs/images/ui-cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/ui-cursor.png -------------------------------------------------------------------------------- /docs/images/ui-no-cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/ui-no-cursor.png -------------------------------------------------------------------------------- /docs/images/unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/unlock.png -------------------------------------------------------------------------------- /docs/images/verb_element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/verb_element.png -------------------------------------------------------------------------------- /docs/images/you_died.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images/you_died.png -------------------------------------------------------------------------------- /docs/images_on_the_fly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/images_on_the_fly.md -------------------------------------------------------------------------------- /docs/important_attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/important_attributes.md -------------------------------------------------------------------------------- /docs/independent_npcs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/independent_npcs.md -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/introtocoding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/introtocoding.md -------------------------------------------------------------------------------- /docs/javascripts/main.js: -------------------------------------------------------------------------------- 1 | console.log('This would be the main JS file.'); 2 | -------------------------------------------------------------------------------- /docs/js/addscript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/addscript.md -------------------------------------------------------------------------------- /docs/js/addtext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/addtext.md -------------------------------------------------------------------------------- /docs/js/colourblend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/colourblend.md -------------------------------------------------------------------------------- /docs/js/eval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/eval.md -------------------------------------------------------------------------------- /docs/js/js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/js.md -------------------------------------------------------------------------------- /docs/js/scrolltoend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/scrolltoend.md -------------------------------------------------------------------------------- /docs/js/setcommands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/setcommands.md -------------------------------------------------------------------------------- /docs/js/setcss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/setcss.md -------------------------------------------------------------------------------- /docs/js/setcustomstatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/setcustomstatus.md -------------------------------------------------------------------------------- /docs/js/setinterfacestring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/setinterfacestring.md -------------------------------------------------------------------------------- /docs/js/setpanes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/setpanes.md -------------------------------------------------------------------------------- /docs/js/showgrid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/showgrid.md -------------------------------------------------------------------------------- /docs/js/showpopup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/showpopup.md -------------------------------------------------------------------------------- /docs/js/uishow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/uishow.md -------------------------------------------------------------------------------- /docs/js/updatelocation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/updatelocation.md -------------------------------------------------------------------------------- /docs/js/updatestatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/updatestatus.md -------------------------------------------------------------------------------- /docs/js/whereami.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/js/whereami.md -------------------------------------------------------------------------------- /docs/keeping_a_journal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/keeping_a_journal.md -------------------------------------------------------------------------------- /docs/keeping_score.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/keeping_score.md -------------------------------------------------------------------------------- /docs/libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/libraries.md -------------------------------------------------------------------------------- /docs/libraries/elevator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/libraries/elevator.md -------------------------------------------------------------------------------- /docs/libraries/path_library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/libraries/path_library.md -------------------------------------------------------------------------------- /docs/linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/linux.md -------------------------------------------------------------------------------- /docs/memory_or_wiki.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/memory_or_wiki.md -------------------------------------------------------------------------------- /docs/move_object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/move_object.md -------------------------------------------------------------------------------- /docs/multimedia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/multimedia.md -------------------------------------------------------------------------------- /docs/multistate-clothing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/multistate-clothing.md -------------------------------------------------------------------------------- /docs/neutral_language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/neutral_language.md -------------------------------------------------------------------------------- /docs/notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/notes.md -------------------------------------------------------------------------------- /docs/null.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/null.md -------------------------------------------------------------------------------- /docs/open_source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/open_source.md -------------------------------------------------------------------------------- /docs/overriding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/overriding.md -------------------------------------------------------------------------------- /docs/patrolling_npcs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/patrolling_npcs.md -------------------------------------------------------------------------------- /docs/pattern_matching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/pattern_matching.md -------------------------------------------------------------------------------- /docs/player.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/player.md -------------------------------------------------------------------------------- /docs/problems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/problems.md -------------------------------------------------------------------------------- /docs/publishing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/publishing.md -------------------------------------------------------------------------------- /docs/quest5_7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/quest5_7.md -------------------------------------------------------------------------------- /docs/quest5_8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/quest5_8.md -------------------------------------------------------------------------------- /docs/quest_code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/quest_code.md -------------------------------------------------------------------------------- /docs/random.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/random.md -------------------------------------------------------------------------------- /docs/rpg-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/rpg-intro.md -------------------------------------------------------------------------------- /docs/scopes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scopes.md -------------------------------------------------------------------------------- /docs/score_health_money.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/score_health_money.md -------------------------------------------------------------------------------- /docs/scripts/ask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/ask.md -------------------------------------------------------------------------------- /docs/scripts/create.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/create.md -------------------------------------------------------------------------------- /docs/scripts/create_exit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/create_exit.md -------------------------------------------------------------------------------- /docs/scripts/create_timer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/create_timer.md -------------------------------------------------------------------------------- /docs/scripts/destroy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/destroy.md -------------------------------------------------------------------------------- /docs/scripts/dictionary_add.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/dictionary_add.md -------------------------------------------------------------------------------- /docs/scripts/do.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/do.md -------------------------------------------------------------------------------- /docs/scripts/else.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index 3 | title: else 4 | --- 5 | 6 | See [if](if.html) 7 | -------------------------------------------------------------------------------- /docs/scripts/else_if.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index 3 | title: else if 4 | --- 5 | 6 | See [if](if.html) 7 | -------------------------------------------------------------------------------- /docs/scripts/error.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/error.md -------------------------------------------------------------------------------- /docs/scripts/finish.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/finish.md -------------------------------------------------------------------------------- /docs/scripts/firsttime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/firsttime.md -------------------------------------------------------------------------------- /docs/scripts/for.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/for.md -------------------------------------------------------------------------------- /docs/scripts/foreach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/foreach.md -------------------------------------------------------------------------------- /docs/scripts/get_input.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/get_input.md -------------------------------------------------------------------------------- /docs/scripts/if.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/if.md -------------------------------------------------------------------------------- /docs/scripts/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/index.md -------------------------------------------------------------------------------- /docs/scripts/insert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/insert.md -------------------------------------------------------------------------------- /docs/scripts/invoke.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/invoke.md -------------------------------------------------------------------------------- /docs/scripts/list_add.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/list_add.md -------------------------------------------------------------------------------- /docs/scripts/list_remove.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/list_remove.md -------------------------------------------------------------------------------- /docs/scripts/msg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/msg.md -------------------------------------------------------------------------------- /docs/scripts/on_ready.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/on_ready.md -------------------------------------------------------------------------------- /docs/scripts/otherwise.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/otherwise.md -------------------------------------------------------------------------------- /docs/scripts/picture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/picture.md -------------------------------------------------------------------------------- /docs/scripts/play_sound.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/play_sound.md -------------------------------------------------------------------------------- /docs/scripts/request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/request.md -------------------------------------------------------------------------------- /docs/scripts/return.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/return.md -------------------------------------------------------------------------------- /docs/scripts/rundelegate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/rundelegate.md -------------------------------------------------------------------------------- /docs/scripts/scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/scripts.md -------------------------------------------------------------------------------- /docs/scripts/set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/set.md -------------------------------------------------------------------------------- /docs/scripts/show_menu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/show_menu.md -------------------------------------------------------------------------------- /docs/scripts/stop_sound.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/stop_sound.md -------------------------------------------------------------------------------- /docs/scripts/switch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/switch.md -------------------------------------------------------------------------------- /docs/scripts/undo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/undo.md -------------------------------------------------------------------------------- /docs/scripts/wait.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/wait.md -------------------------------------------------------------------------------- /docs/scripts/while.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/scripts/while.md -------------------------------------------------------------------------------- /docs/serve.sh: -------------------------------------------------------------------------------- 1 | bundle exec jekyll serve --watch --baseurl '' -------------------------------------------------------------------------------- /docs/setting_up_door.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/setting_up_door.md -------------------------------------------------------------------------------- /docs/shop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/shop.md -------------------------------------------------------------------------------- /docs/showing_a_map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/showing_a_map.md -------------------------------------------------------------------------------- /docs/showing_a_menu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/showing_a_menu.md -------------------------------------------------------------------------------- /docs/source_code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/source_code.md -------------------------------------------------------------------------------- /docs/speak_to.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/speak_to.md -------------------------------------------------------------------------------- /docs/status_attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/status_attributes.md -------------------------------------------------------------------------------- /docs/style_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/style_guide.md -------------------------------------------------------------------------------- /docs/stylesheets/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/stylesheets/stylesheet.css -------------------------------------------------------------------------------- /docs/switchable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/switchable.md -------------------------------------------------------------------------------- /docs/tabs_for_types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/tabs_for_types.md -------------------------------------------------------------------------------- /docs/text_processor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/text_processor.md -------------------------------------------------------------------------------- /docs/the_publish_tool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/the_publish_tool.md -------------------------------------------------------------------------------- /docs/time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/time.md -------------------------------------------------------------------------------- /docs/toolbar/Add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Add.png -------------------------------------------------------------------------------- /docs/toolbar/Addobject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Addobject.png -------------------------------------------------------------------------------- /docs/toolbar/Addroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Addroom.png -------------------------------------------------------------------------------- /docs/toolbar/Back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Back.png -------------------------------------------------------------------------------- /docs/toolbar/Codeview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Codeview.png -------------------------------------------------------------------------------- /docs/toolbar/Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Copy.png -------------------------------------------------------------------------------- /docs/toolbar/Cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Cut.png -------------------------------------------------------------------------------- /docs/toolbar/Delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Delete.png -------------------------------------------------------------------------------- /docs/toolbar/Down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Down.png -------------------------------------------------------------------------------- /docs/toolbar/Edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Edit.png -------------------------------------------------------------------------------- /docs/toolbar/Forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Forward.png -------------------------------------------------------------------------------- /docs/toolbar/Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Help.png -------------------------------------------------------------------------------- /docs/toolbar/New.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/New.png -------------------------------------------------------------------------------- /docs/toolbar/Open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Open.png -------------------------------------------------------------------------------- /docs/toolbar/Paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Paste.png -------------------------------------------------------------------------------- /docs/toolbar/Play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Play.png -------------------------------------------------------------------------------- /docs/toolbar/Popout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Popout.png -------------------------------------------------------------------------------- /docs/toolbar/Record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Record.png -------------------------------------------------------------------------------- /docs/toolbar/Redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Redo.png -------------------------------------------------------------------------------- /docs/toolbar/Save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Save.png -------------------------------------------------------------------------------- /docs/toolbar/Undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Undo.png -------------------------------------------------------------------------------- /docs/toolbar/Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/toolbar/Up.png -------------------------------------------------------------------------------- /docs/transcript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/transcript.md -------------------------------------------------------------------------------- /docs/transit_system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/transit_system.md -------------------------------------------------------------------------------- /docs/translating_quest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/translating_quest.md -------------------------------------------------------------------------------- /docs/trizbort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/trizbort.md -------------------------------------------------------------------------------- /docs/tutorial/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/tutorial/index.md -------------------------------------------------------------------------------- /docs/tutorial/using_scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/tutorial/using_scripts.md -------------------------------------------------------------------------------- /docs/types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types.md -------------------------------------------------------------------------------- /docs/types/boolean.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/boolean.md -------------------------------------------------------------------------------- /docs/types/command_pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/command_pattern.md -------------------------------------------------------------------------------- /docs/types/dictionary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/dictionary.md -------------------------------------------------------------------------------- /docs/types/double.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/double.md -------------------------------------------------------------------------------- /docs/types/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/index.md -------------------------------------------------------------------------------- /docs/types/int.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/int.md -------------------------------------------------------------------------------- /docs/types/list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/list.md -------------------------------------------------------------------------------- /docs/types/null.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/null.md -------------------------------------------------------------------------------- /docs/types/object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/object.md -------------------------------------------------------------------------------- /docs/types/objectdictionary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/objectdictionary.md -------------------------------------------------------------------------------- /docs/types/objectlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/objectlist.md -------------------------------------------------------------------------------- /docs/types/script.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/script.md -------------------------------------------------------------------------------- /docs/types/scriptdictionary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/scriptdictionary.md -------------------------------------------------------------------------------- /docs/types/string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/string.md -------------------------------------------------------------------------------- /docs/types/stringdictionary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/stringdictionary.md -------------------------------------------------------------------------------- /docs/types/stringlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/stringlist.md -------------------------------------------------------------------------------- /docs/types/using_delegates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/types/using_delegates.md -------------------------------------------------------------------------------- /docs/ui-callback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/ui-callback.md -------------------------------------------------------------------------------- /docs/ui-custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/ui-custom.md -------------------------------------------------------------------------------- /docs/ui-dialogue-points.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/ui-dialogue-points.md -------------------------------------------------------------------------------- /docs/ui-dialogue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/ui-dialogue.md -------------------------------------------------------------------------------- /docs/ui-fonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/ui-fonts.md -------------------------------------------------------------------------------- /docs/ui-game-play.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/ui-game-play.md -------------------------------------------------------------------------------- /docs/ui-javascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/ui-javascript.md -------------------------------------------------------------------------------- /docs/ui-javascript2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/ui-javascript2.md -------------------------------------------------------------------------------- /docs/ui-javascript3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/ui-javascript3.md -------------------------------------------------------------------------------- /docs/ui-javascript4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/ui-javascript4.md -------------------------------------------------------------------------------- /docs/ui-location-bar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/ui-location-bar.md -------------------------------------------------------------------------------- /docs/ui-style.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/ui-style.md -------------------------------------------------------------------------------- /docs/undo_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/undo_support.md -------------------------------------------------------------------------------- /docs/unit_testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/unit_testing.md -------------------------------------------------------------------------------- /docs/upgrade_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/upgrade_notes.md -------------------------------------------------------------------------------- /docs/upgrading_from_quest_4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/upgrading_from_quest_4.md -------------------------------------------------------------------------------- /docs/use_functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/use_functions.md -------------------------------------------------------------------------------- /docs/use_maths_functionality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/use_maths_functionality.md -------------------------------------------------------------------------------- /docs/use_verbs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/use_verbs.md -------------------------------------------------------------------------------- /docs/using_attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/using_attributes.md -------------------------------------------------------------------------------- /docs/using_dictionaries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/using_dictionaries.md -------------------------------------------------------------------------------- /docs/using_doubles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/using_doubles.md -------------------------------------------------------------------------------- /docs/using_inherited_types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/using_inherited_types.md -------------------------------------------------------------------------------- /docs/using_javascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/using_javascript.md -------------------------------------------------------------------------------- /docs/using_libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/using_libraries.md -------------------------------------------------------------------------------- /docs/using_lists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/using_lists.md -------------------------------------------------------------------------------- /docs/using_lockable_exits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/using_lockable_exits.md -------------------------------------------------------------------------------- /docs/using_templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/using_templates.md -------------------------------------------------------------------------------- /docs/using_turnscripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/using_turnscripts.md -------------------------------------------------------------------------------- /docs/using_verbs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/using_verbs.md -------------------------------------------------------------------------------- /docs/using_walkthroughs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/using_walkthroughs.md -------------------------------------------------------------------------------- /docs/util/compare.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/util/compare.rb -------------------------------------------------------------------------------- /docs/util/debug.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/util/debug.log -------------------------------------------------------------------------------- /docs/util/unit_test.aslx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/util/unit_test.aslx -------------------------------------------------------------------------------- /docs/wearables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/wearables.md -------------------------------------------------------------------------------- /docs/webeditor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/webeditor.md -------------------------------------------------------------------------------- /docs/zombie-apocalypse-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/zombie-apocalypse-1.md -------------------------------------------------------------------------------- /docs/zombie-apocalypse-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/docs/zombie-apocalypse-2.md -------------------------------------------------------------------------------- /examples/blank.aslx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/examples/blank.aslx -------------------------------------------------------------------------------- /examples/gamebook.aslx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/examples/gamebook.aslx -------------------------------------------------------------------------------- /examples/images.quest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/examples/images.quest -------------------------------------------------------------------------------- /examples/map.quest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/examples/map.quest -------------------------------------------------------------------------------- /examples/published.quest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/examples/published.quest -------------------------------------------------------------------------------- /examples/resources.quest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/examples/resources.quest -------------------------------------------------------------------------------- /examples/simple.aslx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/examples/simple.aslx -------------------------------------------------------------------------------- /examples/test.asl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/examples/test.asl -------------------------------------------------------------------------------- /examples/test.aslx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/examples/test.aslx -------------------------------------------------------------------------------- /examples/test.cas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/examples/test.cas -------------------------------------------------------------------------------- /examples/ui-options.quest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/examples/ui-options.quest -------------------------------------------------------------------------------- /legacy/Editor/AlertBanner.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Editor/AlertBanner.resx -------------------------------------------------------------------------------- /legacy/Editor/AlertBanner.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Editor/AlertBanner.vb -------------------------------------------------------------------------------- /legacy/Editor/Editor.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Editor/Editor.resx -------------------------------------------------------------------------------- /legacy/Editor/Editor.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Editor/Editor.vb -------------------------------------------------------------------------------- /legacy/Editor/Editor.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Editor/Editor.vbproj -------------------------------------------------------------------------------- /legacy/Editor/LoadingControl.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Editor/LoadingControl.vb -------------------------------------------------------------------------------- /legacy/Editor/MainToolbar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Editor/MainToolbar.resx -------------------------------------------------------------------------------- /legacy/Editor/MainToolbar.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Editor/MainToolbar.vb -------------------------------------------------------------------------------- /legacy/Editor/NewGameWindow.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Editor/NewGameWindow.vb -------------------------------------------------------------------------------- /legacy/Editor/PublishWindow.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Editor/PublishWindow.vb -------------------------------------------------------------------------------- /legacy/Editor/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Editor/app.config -------------------------------------------------------------------------------- /legacy/GameBrowser/Helper.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/GameBrowser/Helper.vb -------------------------------------------------------------------------------- /legacy/Menus/Menu.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Menus/Menu.Designer.vb -------------------------------------------------------------------------------- /legacy/Menus/Menu.de-BE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Menus/Menu.de-BE.resx -------------------------------------------------------------------------------- /legacy/Menus/Menu.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Menus/Menu.de.resx -------------------------------------------------------------------------------- /legacy/Menus/Menu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Menus/Menu.resx -------------------------------------------------------------------------------- /legacy/Menus/Menu.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Menus/Menu.vb -------------------------------------------------------------------------------- /legacy/Menus/MenuData.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Menus/MenuData.vb -------------------------------------------------------------------------------- /legacy/Menus/Menus.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Menus/Menus.vbproj -------------------------------------------------------------------------------- /legacy/Menus/Settings.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Menus/Settings.vb -------------------------------------------------------------------------------- /legacy/Menus/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Menus/app.config -------------------------------------------------------------------------------- /legacy/Player/Blank.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Blank.htm -------------------------------------------------------------------------------- /legacy/Player/Debugger.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Debugger.resx -------------------------------------------------------------------------------- /legacy/Player/Debugger.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Debugger.vb -------------------------------------------------------------------------------- /legacy/Player/DebuggerPane.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/DebuggerPane.resx -------------------------------------------------------------------------------- /legacy/Player/DebuggerPane.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/DebuggerPane.vb -------------------------------------------------------------------------------- /legacy/Player/Log.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Log.Designer.vb -------------------------------------------------------------------------------- /legacy/Player/Log.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Log.de.resx -------------------------------------------------------------------------------- /legacy/Player/Log.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Log.resx -------------------------------------------------------------------------------- /legacy/Player/Log.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Log.vb -------------------------------------------------------------------------------- /legacy/Player/Main.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Main.Designer.vb -------------------------------------------------------------------------------- /legacy/Player/Main.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Main.resx -------------------------------------------------------------------------------- /legacy/Player/Main.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Main.vb -------------------------------------------------------------------------------- /legacy/Player/Menu.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Menu.Designer.vb -------------------------------------------------------------------------------- /legacy/Player/Menu.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Menu.de.resx -------------------------------------------------------------------------------- /legacy/Player/Menu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Menu.resx -------------------------------------------------------------------------------- /legacy/Player/Menu.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Menu.vb -------------------------------------------------------------------------------- /legacy/Player/Player.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Player.resx -------------------------------------------------------------------------------- /legacy/Player/Player.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Player.vb -------------------------------------------------------------------------------- /legacy/Player/Player.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Player.vbproj -------------------------------------------------------------------------------- /legacy/Player/PlayerHTML.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/PlayerHTML.resx -------------------------------------------------------------------------------- /legacy/Player/PlayerHTML.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/PlayerHTML.vb -------------------------------------------------------------------------------- /legacy/Player/Toolbar.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Toolbar.de.resx -------------------------------------------------------------------------------- /legacy/Player/Toolbar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Toolbar.resx -------------------------------------------------------------------------------- /legacy/Player/Toolbar.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/Toolbar.vb -------------------------------------------------------------------------------- /legacy/Player/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/app.config -------------------------------------------------------------------------------- /legacy/Player/desktopplayer.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /legacy/Player/desktopplayer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/desktopplayer.js -------------------------------------------------------------------------------- /legacy/Player/jquery-ui.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/jquery-ui.min.css -------------------------------------------------------------------------------- /legacy/Player/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/jquery-ui.min.js -------------------------------------------------------------------------------- /legacy/Player/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Player/packages.config -------------------------------------------------------------------------------- /legacy/Quest.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest.sln -------------------------------------------------------------------------------- /legacy/Quest.sln.DotSettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest.sln.DotSettings -------------------------------------------------------------------------------- /legacy/Quest/About.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/About.Designer.vb -------------------------------------------------------------------------------- /legacy/Quest/About.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/About.de.resx -------------------------------------------------------------------------------- /legacy/Quest/About.ha.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/About.ha.resx -------------------------------------------------------------------------------- /legacy/Quest/About.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/About.resx -------------------------------------------------------------------------------- /legacy/Quest/About.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/About.vb -------------------------------------------------------------------------------- /legacy/Quest/Constants.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/Constants.vb -------------------------------------------------------------------------------- /legacy/Quest/ErrorHandler.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/ErrorHandler.resx -------------------------------------------------------------------------------- /legacy/Quest/ErrorHandler.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/ErrorHandler.vb -------------------------------------------------------------------------------- /legacy/Quest/Main.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/Main.Designer.vb -------------------------------------------------------------------------------- /legacy/Quest/Main.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/Main.de.resx -------------------------------------------------------------------------------- /legacy/Quest/Main.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/Main.resx -------------------------------------------------------------------------------- /legacy/Quest/Main.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/Main.vb -------------------------------------------------------------------------------- /legacy/Quest/Options.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/Options.vb -------------------------------------------------------------------------------- /legacy/Quest/OptionsDialog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/OptionsDialog.resx -------------------------------------------------------------------------------- /legacy/Quest/OptionsDialog.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/OptionsDialog.vb -------------------------------------------------------------------------------- /legacy/Quest/Quest.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/Quest.vbproj -------------------------------------------------------------------------------- /legacy/Quest/Settings.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/Settings.vb -------------------------------------------------------------------------------- /legacy/Quest/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/app.config -------------------------------------------------------------------------------- /legacy/Quest/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/Quest/packages.config -------------------------------------------------------------------------------- /legacy/WebEditor/WebEditor/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / -------------------------------------------------------------------------------- /legacy/WebPlayer/.gitignore: -------------------------------------------------------------------------------- 1 | playercore.* -------------------------------------------------------------------------------- /legacy/WebPlayer/Api.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/WebPlayer/Api.cs -------------------------------------------------------------------------------- /legacy/WebPlayer/Config.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/WebPlayer/Config.cs -------------------------------------------------------------------------------- /legacy/WebPlayer/Global.asax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/WebPlayer/Global.asax -------------------------------------------------------------------------------- /legacy/WebPlayer/Logging.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/WebPlayer/Logging.cs -------------------------------------------------------------------------------- /legacy/WebPlayer/Play.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/WebPlayer/Play.aspx -------------------------------------------------------------------------------- /legacy/WebPlayer/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/WebPlayer/Web.config -------------------------------------------------------------------------------- /legacy/WebPlayer/grid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/WebPlayer/grid.js -------------------------------------------------------------------------------- /legacy/WebPlayer/player.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/WebPlayer/player.css -------------------------------------------------------------------------------- /legacy/WebPlayer/player.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/legacy/WebPlayer/player.js -------------------------------------------------------------------------------- /legacy/WebPlayer/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / -------------------------------------------------------------------------------- /libs/Ciloci.Flee.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/libs/Ciloci.Flee.dll -------------------------------------------------------------------------------- /site/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/site/.gitignore -------------------------------------------------------------------------------- /site/.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/site/.vscode/extensions.json -------------------------------------------------------------------------------- /site/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/site/.vscode/launch.json -------------------------------------------------------------------------------- /site/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/site/README.md -------------------------------------------------------------------------------- /site/astro.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/site/astro.config.mjs -------------------------------------------------------------------------------- /site/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/site/package-lock.json -------------------------------------------------------------------------------- /site/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/site/package.json -------------------------------------------------------------------------------- /site/public/favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/site/public/favicon.svg -------------------------------------------------------------------------------- /site/src/content.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/site/src/content.config.ts -------------------------------------------------------------------------------- /site/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/site/tsconfig.json -------------------------------------------------------------------------------- /src/Common/Common.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Common/Common.csproj -------------------------------------------------------------------------------- /src/Common/Config.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Common/Config.cs -------------------------------------------------------------------------------- /src/Common/IGame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Common/IGame.cs -------------------------------------------------------------------------------- /src/Common/IGameDebug.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Common/IGameDebug.cs -------------------------------------------------------------------------------- /src/Common/VersionInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Common/VersionInfo.cs -------------------------------------------------------------------------------- /src/EditorCore/EditorData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/EditorCore/EditorData.cs -------------------------------------------------------------------------------- /src/EditorCore/EditorTab.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/EditorCore/EditorTab.cs -------------------------------------------------------------------------------- /src/EditorCore/IEditorTab.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/EditorCore/IEditorTab.cs -------------------------------------------------------------------------------- /src/EditorCore/Utility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/EditorCore/Utility.cs -------------------------------------------------------------------------------- /src/Engine/Callback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/Callback.cs -------------------------------------------------------------------------------- /src/Engine/Core/Core.aslx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/Core/Core.aslx -------------------------------------------------------------------------------- /src/Engine/Element.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/Element.cs -------------------------------------------------------------------------------- /src/Engine/Elements.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/Elements.cs -------------------------------------------------------------------------------- /src/Engine/Engine.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/Engine.csproj -------------------------------------------------------------------------------- /src/Engine/Enums.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/Enums.cs -------------------------------------------------------------------------------- /src/Engine/Events.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/Events.cs -------------------------------------------------------------------------------- /src/Engine/Fields.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/Fields.cs -------------------------------------------------------------------------------- /src/Engine/ObjectFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/ObjectFactory.cs -------------------------------------------------------------------------------- /src/Engine/OutputLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/OutputLogger.cs -------------------------------------------------------------------------------- /src/Engine/QuestList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/QuestList.cs -------------------------------------------------------------------------------- /src/Engine/RegexCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/RegexCache.cs -------------------------------------------------------------------------------- /src/Engine/ScriptFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/ScriptFactory.cs -------------------------------------------------------------------------------- /src/Engine/Templates.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/Templates.cs -------------------------------------------------------------------------------- /src/Engine/TimerRunner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/TimerRunner.cs -------------------------------------------------------------------------------- /src/Engine/UndoLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/UndoLogger.cs -------------------------------------------------------------------------------- /src/Engine/Utility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/Utility.cs -------------------------------------------------------------------------------- /src/Engine/Walkthrough.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/Walkthrough.cs -------------------------------------------------------------------------------- /src/Engine/WorldModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Engine/WorldModel.cs -------------------------------------------------------------------------------- /src/Legacy/ChangeLog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Legacy/ChangeLog.cs -------------------------------------------------------------------------------- /src/Legacy/Legacy.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Legacy/Legacy.csproj -------------------------------------------------------------------------------- /src/Legacy/Libraries/net.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Legacy/Libraries/net.lib -------------------------------------------------------------------------------- /src/Legacy/Resources.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Legacy/Resources.cs -------------------------------------------------------------------------------- /src/Legacy/RoomExit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Legacy/RoomExit.cs -------------------------------------------------------------------------------- /src/Legacy/RoomExits.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Legacy/RoomExits.cs -------------------------------------------------------------------------------- /src/Legacy/TextFormatter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Legacy/TextFormatter.cs -------------------------------------------------------------------------------- /src/Legacy/V4Game.Debug.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Legacy/V4Game.Debug.cs -------------------------------------------------------------------------------- /src/Legacy/V4Game.Part2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Legacy/V4Game.Part2.cs -------------------------------------------------------------------------------- /src/Legacy/V4Game.Types.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Legacy/V4Game.Types.cs -------------------------------------------------------------------------------- /src/Legacy/V4Game.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Legacy/V4Game.cs -------------------------------------------------------------------------------- /src/PlayerCore/GameQuery.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/PlayerCore/GameQuery.cs -------------------------------------------------------------------------------- /src/PlayerCore/Player.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/PlayerCore/Player.cs -------------------------------------------------------------------------------- /src/Utility/Classes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Utility/Classes.cs -------------------------------------------------------------------------------- /src/Utility/Files.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Utility/Files.cs -------------------------------------------------------------------------------- /src/Utility/Language/Templates.de.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Utility/Strings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Utility/Strings.cs -------------------------------------------------------------------------------- /src/Utility/Utility.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/Utility/Utility.csproj -------------------------------------------------------------------------------- /src/WasmPlayer/App.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/WasmPlayer/App.razor -------------------------------------------------------------------------------- /src/WasmPlayer/Layout/MainLayout.razor: -------------------------------------------------------------------------------- 1 | @inherits LayoutComponentBase 2 | 3 | @Body -------------------------------------------------------------------------------- /src/WasmPlayer/Player.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/WasmPlayer/Player.razor -------------------------------------------------------------------------------- /src/WasmPlayer/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/WasmPlayer/Program.cs -------------------------------------------------------------------------------- /src/WasmPlayer/Runner.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/WasmPlayer/Runner.razor -------------------------------------------------------------------------------- /src/WebPlayer/Config.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/WebPlayer/Config.cs -------------------------------------------------------------------------------- /src/WebPlayer/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/WebPlayer/Dockerfile -------------------------------------------------------------------------------- /src/WebPlayer/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/WebPlayer/Program.cs -------------------------------------------------------------------------------- /src/WebPlayer/UiResources.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/src/WebPlayer/UiResources.cs -------------------------------------------------------------------------------- /tests/EngineTests/Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/tests/EngineTests/Helpers.cs -------------------------------------------------------------------------------- /tests/LegacyTests/test1.asl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textadventures/quest/HEAD/tests/LegacyTests/test1.asl -------------------------------------------------------------------------------- /tests/PlayerCoreTests/test2.asl: -------------------------------------------------------------------------------- 1 | Invalid file -------------------------------------------------------------------------------- /tests/PlayerCoreTests/test2.quest: -------------------------------------------------------------------------------- 1 | Invalid file --------------------------------------------------------------------------------