Wiki

Forgewright
19 Mar 2016, 03:10Is the Wiki in a menu somewhere? It is impossible(almost) to find. 

Alex
19 Mar 2016, 12:02Do you mean the Quest documentation wiki? That was replaced by this site: http://docs.textadventures.co.uk/quest/
You can find a link to that in the footer of all pages at textadventures.co.uk. It's no longer a wiki - it uses GitHub pages instead, so contributions are accepted via pull requests now (the same as the Quest source code). Source is at https://github.com/textadventures/quest/tree/gh-pages.
You can find a link to that in the footer of all pages at textadventures.co.uk. It's no longer a wiki - it uses GitHub pages instead, so contributions are accepted via pull requests now (the same as the Quest source code). Source is at https://github.com/textadventures/quest/tree/gh-pages.

Forgewright
19 Mar 2016, 14:12I was looking for the guide for using LevelLib.aslx. It is not in the list of libraries here in the forum. I see posts on how to install it into a game but how is it activated during gameplay or in other words, what code is used in script to raise levels by using points.
HegemonKhan
20 Mar 2016, 01:48here you go Forgewright:
viewtopic.php?f=18&t=4057 (it's on the 2nd page of the 'library and code samples' forum-board (under the title of 'letting the player set attributes', which is a bit misleading/non-suspicious/aspicious?)
it's some very creative/advanced/fancy use of Command parsing done by Pixie and Jay
viewtopic.php?f=18&t=4057 (it's on the 2nd page of the 'library and code samples' forum-board (under the title of 'letting the player set attributes', which is a bit misleading/non-suspicious/aspicious?)
it's some very creative/advanced/fancy use of Command parsing done by Pixie and Jay

Forgewright
20 Mar 2016, 04:36Not so hard to do. Thanks Guys