Links to other page is not working

Shuel Khan
25 Apr 2018, 20:34

Hi,

First gamebook script here.

I've just basically added a page but when I play the game, it doesn't go to the next page when i click the link.

any suggestions? Using desktop version. web based version works ok


K.V.
25 Apr 2018, 22:14

Hello.

If you post the code, we can most assuredly help you out.


Shuel Khan
01 May 2018, 21:31

Here we are again.

It's 2 AM.

"Why did I agree to overtime again?" you wonder as you sit alone in the office.

You're so tired you don't remember what you did yesterday..


What did you do?
{page:Went to the Gym:>> I went to the Gym}


K.V.
01 May 2018, 22:32

Do you have a page named "Went to the Gym"? Because this works for me.

<!--Saved by Quest 5.8.6695.27075-->
<asl version="550">
  <include ref="GamebookCore.aslx" />
  <game name="Gamebook Tester 3">
    <gameid>6d23a41a-7bf9-40a3-8c8c-d22ec2e94097</gameid>
    <version>1.0</version>
    <firstpublished>2018</firstpublished>
  </game>
  <object name="Page1">
    <description><![CDATA[<br/><br/>Here we are again.<br/><br/>It's 2 AM.<br/><br/>"Why did I agree to overtime again?" you wonder as you sit alone in the office.<br/><br/>You're so tired you don't remember what you did yesterday..<br/><br/>What did you do?<br/>{page:Went to the Gym:>> I went to the Gym}<br/>]]></description>
    <options type="stringdictionary">
      <item>
        <key>Page3</key>
        <value>And this link goes to page 3</value>
      </item>
    </options>
    <object name="player">
      <inherit name="defaultplayer" />
    </object>
  </object>
  <object name="Went to the Gym">
    <description>This is page 2. Type a description here, and then create links to other pages below.</description>
  </object>
  <object name="Page3">
    <description>This is page 3. Type a description here, and then create links to other pages below.</description>
  </object>
</asl>

image


image


gamebook


Shuel Khan
10 May 2018, 19:58

Hi, thanks for the response and sorry for the delayed one!!

That's more or less how I have mine setup too. I'll toy with iut more tonight