Non-threaded

Forums » Feature Wishing Well » Read Thread

Suggestions for improvements and additions to the site.
This feature was rejected 8/16/2006: Not seeing a good use for it at this time; plus, you can always use the Bookmark trick in scripting to handle this.

Previous Times X

19 years ago
It would be nice so that, when we choose the Previous thing clicked, it told us how many pages to go back.  Yah, um... the feature kinda explains itself.

Previous Times X

19 years ago
What previous thing clicked?

Previous Times X

19 years ago
You know, that link that tells the game to go back A Page on the advanced game editor.  I want it to go back more than 1.

Previous Times X

19 years ago
AWEOSME!!! THAT WOULD KICK ASS!

Previous Times X

19 years ago
And he gets it.  If this is programmed, than the need of previous chapter would turn to Zero.

Previous Times X

19 years ago
last time i checked, and i am unsure if it is changed, the prev page link number increases by 1 per prev page link, when it is clicked consequatly (forgive my spelling, its 1 AM and i just got back from Montreal, lol and yea, CYS/MAG is the first thing i did once i got back). Eg: there are 4 pages, named page1 page2, etc. they all have prev page links on em, and links to go to the next page in numerical order, you start at 1 and go to 2, 3 and then 4. youthen go back starting at page4, it goes back to page3, you click prev page link on page3, you will go back to page1. as i said, i am unsure if this is still in place, but i am sure if it is set up like this, it would be easy for alex to change...

Previous Times X

19 years ago
hahaha except that it doesn't work that way for me lol, plus it would be ezier havvy's way.

Previous Times X

19 years ago
True.  I just randomly thought it up and posted it.

Previous Times X

19 years ago

f I understood, this is exactly how it's supposed to work. Let me explain:

Ever time you visit a page, that page's # is added to the "Previous Page List".

When you follow a "Previous Page" link, the last Page # on the list is removed and set as the destination page; the page with the Previous Page link is not added to the list.

 

So (and I think I'm repeating solo), if you have four pages: Page #1 through Page #4, and Pages #1-#3 have a link that links to the next page, and Pages #2-#4 has a "Previous Page" link, you should be able to go 1-2-3-4-3-2-1-2-3-4 all day long.

If it is not behaving that way, it is a bug. If you find it, please create a test case (in a game) and show it to me.

Previous Times X

19 years ago
That's how it currently works, but I'd like to add a number instead of having to go: 1-2-3-4-3-2-1-2-3-4.  I'd like to have it so that you could do this:  1-2-3-4-2-3-1-2-3-4-5-6-4-2-3-1...

Previous Times X

19 years ago

I question how many users would want this feature -- in fact, I'm sturrling to think of a use for it.

What if this feature was only avaible via scripting?

Previous Times X

19 years ago
BUT WHY? whats the harm in giving it to the public who cant script?

Previous Times X

19 years ago
Just put a number box next to the previous page choice and let the users who want to use it do it.  It could be used for shops if you want a reason.

Previous Times X

19 years ago

A General Reply to this type of question: to keep the UI simple and to save programming time. By making something only avaiable via script, there is no fields to add to any form.

Previous Times X

19 years ago
UI stands for what?  Anyways, yah, you are right there.

Previous Times X

19 years ago
you need to make a scripting encyclopedia telling us exactly what we can do.

Previous Times X

19 years ago

still working on that -- take a read at this first article: http://chooseyourstory.com/help/articles/article.aspx?ArticleId=45

Havvy, UI == User Interface.

Previous Times X

19 years ago
k.  those are awesome.  What would the code be for the previous page thing?

Previous Times X

19 years ago

Today, if you wanted to use a Link Script to set the destination to the previous page (which u could obviously do with a normal selection), you would do : $DEST := @PREV

It would be easy for me to make it so you could do: $DEST := @PREV??, where ?? is a number representing how many pages to go back. So, let's say your "Previous Page List" is {1,2,9,8,11,23}, and you did $DEST := @PREV3. That would take you to page 8 and alter the list to be {1,2,9}.

HOWEVER -- I'm still not seeing why you would want this. IT seems risky to have. How do you know how many pages back to go? And if you knew that, wouldn't you know the actual page?

Did you know that, with scripting, you can "bookmark" a page? Here's how you would do it.

Link Script for "Enter The General Store": %LSPAGEID := $PAGEID

Link Script for "Leave the General Store": $DEST := "@P" + %LSPAGEID

Of course that's not included in the article, that's a more advanced concept.

Previous Times X

19 years ago
Wow!  That's a lot of scripts.  That bookmark feature is nice.

Previous Times X

19 years ago
Agreement.