Play3r 147 Posted July 13, 2020 I have been reading about the Description.ext on the wiki and i was thinking if it is possible to change the OnLoadMission text, to something random. Like ; _OLM = random ["The enemy has 12 helicopters","The enemy is a full Battalion of SpeOps","You have only what you can find on what you kill"]; onLoadMission =_OLM; i know this is not the right way to do it since it does not work for me, does anyone know if it can be done. all i get is the '_OLM' on my screen not one of the lines. cheers Share this post Link to post Share on other sites
Dedmen 2713 Posted July 13, 2020 onLoadMission = __EVAL(selectRandom ["a", "b", "c"]) 2 1 Share this post Link to post Share on other sites
Harzach 2517 Posted July 13, 2020 Here's another handy bookmark, as well: https://community.bistudio.com/wiki/PreProcessor_Commands 1 1 Share this post Link to post Share on other sites
Play3r 147 Posted July 13, 2020 5 hours ago, Harzach said: Here's another handy bookmark, as well: https://community.bistudio.com/wiki/PreProcessor_Commands Thanks will have a look and see if i can understand anything from it, i'm just a 50 year old guy with bad english understanding. But will give it a go. Share this post Link to post Share on other sites
Play3r 147 Posted July 13, 2020 5 hours ago, Dedmen said: onLoadMission = __EVAL(selectRandom ["a", "b", "c"]) thanks i can see i was going in the right direction but had it set up wrong. thanks for showing me. 1 Share this post Link to post Share on other sites