OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Captain Crunch on 29 Jan 2004, 20:02:04
-
Good day (evening, night) everyone!
I want to had pictures to the "Notes" part of the briefing. For example:
Locate and kill the <a href="marker:AschlochPic"
>Aschloch</a>. He usually drives a <a href="marker:HummerPic"
>Hummer</a>.
But instead of linking to a marker, I would like to link it to a picture which would open in a new page of the briefing book. I think it's possible, I think I've seen it once.
Does anyone know how it's done?
Thanks a lot!
-
make the page with the pic yourself and link to it...
(I don't think you can link directly to a picture...)
Something like <a href="#pageName"
>Hummer</a>.
And that page holds the pic...
Just remember to separate the pic page from the rest with <hr> like the others...
To name the page use the <a name="pagename"></a> as usual...
-
Do you know how to put a picture in your Overview? The process for putting one in a Briefing is exactly the same. You don't need a seperate page for the pic, it can be surrounded by text. You have indeed seen it done, it's not rare. The pics are usually screenshots.
Tutes in the Ed Depot as usual: there is a specific one on this point. You can nick the Briefing and Overview in the Tutorial mission and use them as templates.
-
You don't need a seperate page for the pic, it can be surrounded by text. You have indeed seen it done, it's not rare. The pics are usually screenshots.
Aye...
But the main question was if he could link directly to a picture... ;)
At least that was how interpreted it :-[
-
thanks guys!! ;)
But actually HateR_Kint is right. My idea is to make a page for each pictures. I'll try Your idea! Thanks! ;)