OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: icarus_uk 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?
-
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-.
-
And whats the link to "go back", or one that will take the player to the plan screen?
-
<a href="#Plan">Go back</a>
-
Ta muchly. That should be it I think.