Community Forum

Calculation stop fs 2013

Forum Overview >> Scripting

CategoryScripting
Created06.10.2013 16:52


Ludovic Fritz (mrludo40) 06.10.2013 16:58
hello,

I try to stop this calculation:

local B = self.t * g_currentMission.xxxxxx / self.p;
local NS = g_currentMission.xxxxxx + B;

if Heure == 12 and minute == 00 then
self.t = self.m ;
g_currentMission.xxxxxx = NS;
else
self.t = 0 ;
end;

this way the calculation result to 1 minute I'm looking at this instant it is
I tried several block but still the same result.


thank you for your help.

Ludovic Fritz (mrludo40) 10.10.2013 09:46
y there anyone here thank you


Note: Log in to post. Create a new account here.