cklymowsky 1 Posted May 15, 2018 (edited) HI ALl, Not sure what I'm doing wrong here. I want to create a marker via scripting, then tag it in createDiaryRecord, so that in the mission briefing when you select the marker name the map move to the position. So far I only have the tag in present but when you click the underlined text RADIO TOWER 1 in the briefing map nothing happens? fn_diaries.sqf _randomPosMapNoWater = [nil, ["water"]] call BIS_fnc_randomPos; marker = createMarker ["GOHERE", _randomPosMapNoWater]; marker setMarkerShape "RECTANGLE"; marker setMarkerSize [100,100]; player createDiaryRecord ["Diary", ["RADIO TOWER", "Capturing the <marker name = marker>RADIO TOWER 1</marker> allows you to ..."]]; Nevermind, The name in <marker name = marker>RADIO TOWER 1</marker>has to be the sting in createMartker "GOHERE". Edited May 15, 2018 by cklymowsky Just figured it out after I posted Share this post Link to post Share on other sites
pokertour 30 Posted May 15, 2018 hi man, try with <marker name='NameOfTheMarker'>RADIO TOWER 1</marker> Share this post Link to post Share on other sites