Arma 2: Operation Arrowhead

Arma 2: Operation Arrowhead

Not enough ratings
How to get an AAN News Overlay
By Philip
How to get an AAN News Overlay
   
Award
Favorite
Favorited
Unfavorite
The Mofoing Script
Alright so first you want to place down a Module, and set it as a function. Then enter " title = parsetext "<t size='2.3'>Headline</t><br />Headline Info";
scroll = parsetext "Ticker text here";
nul = [title,scroll] spawn BIS_fnc_AAN;" remove the " in the beginning and end NOT anywere else.
You can modify Ticker Text, Headline and Headline info
title = parsetext "<t size='2.3'>I am what is the first thing ye sees</t><br />I describe the headline";
scroll = parsetext "Unimportant Stuff here";
nul = [title,scroll] spawn BIS_fnc_AAN;