Jump to content
Play3r

[SOLVED] how to change a thing in Description.ext

Recommended Posts

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
onLoadMission = __EVAL(selectRandom ["a", "b", "c"])

 

  • Like 2
  • Thanks 1

Share this post


Link to post
Share on other sites
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.

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×