I was wandering if there is a way so scar can find if the run is over 80% if yes it will run? is there a procedure like that?
I was wandering if there is a way so scar can find if the run is over 80% if yes it will run? is there a procedure like that?
SCAR Code:If GetMMLevels('run', Color) > 80 Then
SetRun(True);
Notice that the Color must be declared as a string variable.
It returns the actual color as a string: Green, Yellow, Orange or RedSCAR Code:Function GetMMLevels(LevelType : String; var ColorSign : String): integer;
There are currently 1 users browsing this thread. (0 members and 1 guests)