Jump to content
Sign in to follow this  
Landorin

EstimatedTimeLeft and requiredVersion?

Recommended Posts

Search function did not show any useful results.

I want to include those functions in my missions now.

I already got this in my description.ext for my DM mission:

titleParam1 = "Time:";

valuesParam1[] = {10000, 300, 600, 900, 1200, 1500, 1800, 2700, 3600, 7200};

defValueParam1 = 1500;

textsParam1[] = {"Unlimited", "5 min", "10 min", "15 min", "20 min", "25 min", "30 min", "45 min", "1 hour", "2 hours"};

requiredVersion = 1.40;

Is requiredversion function written correctly that way?

And does the next line need to be

estimatedTimeLeft = valuesParam1[];

or different?

Sincerely

Landorin

Share this post


Link to post
Share on other sites

Both requiredVersion and estimatedTimeLeft are functions, not description.ext values. They have to be used in script, init or activation field. For more description go to Command Reference found in editing section of our web site

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
Sign in to follow this  

×