New pages
From QuestWiki
- 09:06, 4 May 2012 Changing Characters (hist) [4,872 bytes] Sonic102 (Talk | contribs) (Created page with "Making a character change feature is easy, but you need to understand it first. Once you understand how to make a character change feature, it will be easy. This feature also tak...")
- 14:26, 3 May 2012 Clothing Library2 (hist) [768 bytes] Pertex (Talk | contribs) (Created page with "An advanced module for wearable items based on Pixie's Clothing Library including a UI for editing wearable items in the editor. Contributed by: <span class="author">Chase</span...")
- 15:01, 25 April 2012 GetVolume (hist) [545 bytes] Pertex (Talk | contribs) (Created page with "Category:Core.aslx Functions Category:All Functions and Script Commands {{syntax| {{keyword|GetVolume (}} {{param|object}} {{keyword|,}} {{type|boolean}} {{param|inclusiv...")
- 14:45, 25 April 2012 MakeObjectInvisible (hist) [213 bytes] Pertex (Talk | contribs) (Created page with "Category:Core.aslx Functions Category:All Functions and Script Commands {{syntax| {{keyword|MakeObjectInvisible (}} {{param|object}} {{keyword|)}}}} Makes object invisib...")
- 14:45, 25 April 2012 MakeObjectVisible (hist) [211 bytes] Pertex (Talk | contribs) (Created page with "Category:Core.aslx Functions Category:All Functions and Script Commands {{syntax| {{keyword|MakeObjectVisible (}} {{param|object}} {{keyword|)}}}} Makes object visible. ...")
- 19:30, 17 April 2012 Get input (hist) [524 bytes] Pertex (Talk | contribs) (Created page with "{{DISPLAYTITLE:get input (script command)}} {{syntax| {{keyword|get input (}} {{type|string}} {{param|question}} {{keyword|) {}} {{param|script}} {{keyword|}}} }} Pops up a...")
- 14:32, 12 April 2012 Hiddenexit (hist) [242 bytes] Pertex (Talk | contribs) (Created page with "If you want to add an invisible exit to your game, which is not displayed in the compass you can do this by adding a movementcommand to the room (not to other sections!) and move...")
- 10:05, 12 April 2012 Unlockdoor (hist) [686 bytes] Pertex (Talk | contribs) (Created page with " ==Download== code.aslx")
- 14:38, 1 March 2012 Timelimitedpuzzles (hist) [2,308 bytes] Pertex (Talk | contribs) (Created page with "This tutorial was published by Alex in his blog [http://www.textadventures.co.uk/blog/2012/02/27/time-limited-puzzles]")
- 13:00, 19 February 2012 WebEditor (hist) [715 bytes] Alex (Talk | contribs) (Created page with "WebEditor documentation will appear here. WebEditor is currently in closed beta. You can access it (if enabled for your account) at http://www.textadventures.co.uk/create/ If y...")
- 16:57, 15 January 2012 Quest 5.2 (hist) [547 bytes] Alex (Talk | contribs) (Created page with "[http://quest.codeplex.com/workitem/list/advanced?keyword=&status=All&type=All&priority=All&release=Quest%205.2&assignedTo=All&component=All&sortField=Id&sortDirection=Ascending&...")
- 16:55, 15 January 2012 Roadmap (hist) [99 bytes] Alex (Talk | contribs) (Created page with "This page will contain information about planned forthcoming releases. Quest 5.2 - Spring 2012")
- 13:24, 11 January 2012 Configuring Quest (hist) [689 bytes] Alex (Talk | contribs) (Created page with "Quest's Options window lets you show or hide the "Adult" category. If you prefer this option to be unavailable (i.e. "lock out" the Adult category, so there is no way for it to ...")
- 12:01, 11 January 2012 IsGameRunning (hist) [216 bytes] Alex (Talk | contribs) (Created page with "Category:Quest Functions Category:All Functions and Script Commands {{syntax|IsGameRunning ()}} Returns a boolean indicating whether the game is currently running (i...")
- 12:00, 11 January 2012 Onexit (hist) [140 bytes] Alex (Talk | contribs) (Created page with "{{DISPLAYTITLE:onexit}} "onexit" is a script attribute. It is run every time that a player leaves an object (room). See also enter.")
- 11:57, 11 January 2012 IsDefined (hist) [232 bytes] Alex (Talk | contribs) (Created page with "Category:Quest Functions Category:All Functions and Script Commands {{syntax|IsDefined (''string'' '''variable name''')}} Returns a boolean indicating whether the sp...")
- 11:14, 11 January 2012 GetAllChildObjects (hist) [553 bytes] Alex (Talk | contribs) (Created page with "Category:Quest Functions Category:All Functions and Script Commands {{syntax| {{keyword|GetAllChildObjects (}} {{param|object}} {{keyword|)}}}} Returns an objectlist...")
- 11:10, 11 January 2012 CommandLink (hist) [582 bytes] Alex (Talk | contribs) (Created page with "Category:Core.aslx Functions Category:All Functions and Script Commands {{syntax| {{keyword|CommandLink (}} {{type|string}} {{param|command}} {{keyword|, }} {{type|string...")
- 11:07, 11 January 2012 ObjectLink (hist) [297 bytes] Alex (Talk | contribs) (Created page with "Category:Core.aslx Functions Category:All Functions and Script Commands {{syntax| {{keyword|ObjectLink (}} {{param|object}} {{keyword|)}}}} Returns a string containi...")
- 15:33, 10 January 2012 Givetoanything (hist) [293 bytes] Alex (Talk | contribs) (Created page with "{{DISPLAYTITLE:givetoanything}} "givetoanything" is a script attribute. It is the fallback for giveto - if the object being used does not appear in the "giveto" list, thi...")
- 15:32, 10 January 2012 Selfuseanything (hist) [299 bytes] Alex (Talk | contribs) (Created page with "{{DISPLAYTITLE:selfuseanything}} "selfuseanything" is a script attribute. It is the fallback for selfuse - if the object being used does not appear in the "selfuse" list,...")
- 15:32, 10 January 2012 Giveto (hist) [349 bytes] Alex (Talk | contribs) (Created page with "{{DISPLAYTITLE:giveto}} "giveto" is an attribute that can be either a scriptdictionary or string. It is used in the same way as give, except that it allows you to de...")
- 15:31, 10 January 2012 Selfuseon (hist) [360 bytes] Alex (Talk | contribs) (Created page with "{{DISPLAYTITLE:selfuseon}} "selfuseon" is an attribute that can be either a scriptdictionary or string. It is used in the same way as useon, except that it allows yo...")
- 15:25, 10 January 2012 Giveanything (hist) [285 bytes] Alex (Talk | contribs) (Created page with ""giveanything" is a script attribute. It is the fallback for give - if the object being used does not appear in the "give" list, this script if specified will run instead...")
- 15:24, 10 January 2012 Useanything (hist) [285 bytes] Alex (Talk | contribs) (Created page with ""useanything" is a script attribute. It is the fallback for useon - if the object being used does not appear in the "useon" list, this script if specified will run instea...")
- 14:57, 10 January 2012 Ask (script command) (hist) [497 bytes] Alex (Talk | contribs) (Created page with "{{DISPLAYTITLE:ask (script command)}} {{syntax| {{keyword|ask (}} {{type|string}} {{param|question}} {{keyword|) {}} {{param|script}} {{keyword|}}} }} Pops up a prompt for ...")
- 14:49, 10 January 2012 Wait (hist) [255 bytes] Alex (Talk | contribs) (Created page with "{{DISPLAYTITLE:wait}} {{syntax| {{keyword|wait {}} {{param|script}} {{keyword|}}} }} Waits for the user to press a key, and then runs the nested script. This command was a...")
- 14:47, 10 January 2012 While (hist) [232 bytes] Alex (Talk | contribs) (Created page with "{{DISPLAYTITLE:foreach}} {{syntax|while ('''expression''') { '''script''' }}} Run a script while the given expression returns true. This command was added in Quest 5.1. {...")
- 14:34, 10 January 2012 Show menu (hist) [1,260 bytes] Alex (Talk | contribs) (Created page with "{{DISPLAYTITLE:show menu}} {{syntax| {{keyword|show menu (}} {{type|string}} {{param|caption}} {{keyword|,}} {{type|stringdictionary or stringlist}} {{param|options}} {{keyword|,...")
- 14:19, 10 January 2012 ListExclude (hist) [521 bytes] Alex (Talk | contribs) (Created page with "Category:Quest Functions Category:All Functions and Script Commands {{syntax| {{keyword|ListExclude (}} {{param|list}} {{keyword|,}} {{type|any type}} {{param|item}} {{ke...")
- 14:18, 10 January 2012 ListCombine (hist) [260 bytes] Alex (Talk | contribs) (Created page with "Category:Quest Functions Category:All Functions and Script Commands {{syntax| {{keyword|ListCombine (}} {{param|list}} {{keyword|,}} {{param|list}} {{keyword|)}}}} Combi...")
- 14:07, 18 November 2011 Random default answers (hist) [1,249 bytes] Pertex (Talk | contribs) (Created page with "==<template> tag== Specifies text that is printed, for example: <template name="UnresolvedObject">I can't see that.</template>")
- 10:06, 3 November 2011 Create turnscript (hist) [189 bytes] Alex (Talk | contribs) (Created page with "{{DISPLAYTITLE:create turnscript}} {{syntax|create turnscript (string '''name''')}} Creates a turnscript with the specified name. {{script}} [[Category:All Functions and Script...")
- 10:05, 3 November 2011 Create timer (hist) [174 bytes] Alex (Talk | contribs) (Created page with "{{DISPLAYTITLE:create timer}} {{syntax|create timer (string '''name''')}} Creates a timer with the specified name. {{script}} Category:All Functions and Script Commands")
- 14:21, 1 November 2011 HasAttribute (hist) [257 bytes] Alex (Talk | contribs) (Created page with "Category:Quest Functions Category:All Functions and Script Commands {{syntax| {{keyword|HasAttribute (}} {{param|object}} {{keyword|,}} {{type|string}} {{param|attribute ...")