Please let me know about the introductory method of a script.

rikito

New Member
Since he would like to introduce the following scripts into DayZ Chernarus, please give me mission after introducing, and a Server.PBO file!
A script to introduce
Automatic oil supply, traction, a management tool, self blood, a part joint
 
Code:
_askedQuestions = true;
_triedToFigureItOutHimself = false;
_madeAnyKindOfSense = false;
If (_askedQuestions and !_triedToFigureItOutHimself and !_madeAnyKindOfSense) then {
    call fnc_ignore;
} else {
    call fnc_help;
};

Tested and works perfectly. :)
 
Back
Top