Home   Help Search Login Register  

Author Topic: Multiple Briefing Pages  (Read 1961 times)

0 Members and 1 Guest are viewing this topic.

Offline icarus_uk

  • Members
  • *
  • LiarLiarPants Inflame True
    • [furryclan]
Multiple Briefing Pages
« on: 21 Aug 2002, 16:22:25 »
If the tuts section was up I would look there, if the forums werent dead I would searc and find the answer.  But now I shall have to post.

How do I get additional pages in the briefing?  From the Plan I want a bunch of links to seperate pages that the player can click through.  How do I set up these links?

seanver

  • Guest
Re:Multiple Briefing Pages
« Reply #1 on: 21 Aug 2002, 16:33:49 »
In a mission I was doing I had to do that. First create in the briefing file -I created that at the end of the file though I think you can put it wherever you want-


<hr>
<br>
<h2><a name="F117"></a></h2>
<br>
<h6>
 Here put your text<br>
<br>
<p align="center"><img src="f-117.jpg" width="85" height="70"></p>
<br>

</h6>

Then,put this <a href="#F117">aviones de espionaje</a>
where you want to link to that page. "Aviones de espionaje -that means recon planes in spanish-" it the phrase that will be shown as a link. Put your own one insted of that. Obviously change #F117 and F117 -the one at the begining of the text-.
« Last Edit: 21 Aug 2002, 16:35:00 by SeAnVeR »

Offline icarus_uk

  • Members
  • *
  • LiarLiarPants Inflame True
    • [furryclan]
Re:Multiple Briefing Pages
« Reply #2 on: 21 Aug 2002, 17:08:47 »
And whats the link to "go back", or one that will take the player to the plan screen?

seanver

  • Guest
Re:Multiple Briefing Pages
« Reply #3 on: 21 Aug 2002, 17:11:02 »
<a href="#Plan">Go back</a>

Offline icarus_uk

  • Members
  • *
  • LiarLiarPants Inflame True
    • [furryclan]
Re:Multiple Briefing Pages
« Reply #4 on: 21 Aug 2002, 17:13:44 »
Ta muchly.  That should be it I think.