Ace3: Assign/Remove medic class

Created on 16 Apr 2017  路  5Comments  路  Source: acemod/ACE3

Any way to assign and remove medic class to a player by command?

kinquestion

All 5 comments

For ACE medical you should be able to set a player as a medic using
player setVariable ["ace_medical_medicClass", 1, true];

and removing a player as a medic using
player setVariable ["ace_medical_medicClass", 0, true];

Good, I believe engineer has a class to right? Do you know which is it? Thanks BTW.

ace_isEngineer

Should mention that the variable is called 矛sEngineer, but the value isn't a boolean true/false. Same with medic, it goes like 0: not an engineer - 1: engineer - 2: repair specialist.

Ok perfect thank you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mihal190 picture mihal190  路  4Comments

TheNightstalk3r picture TheNightstalk3r  路  3Comments

austinjames314 picture austinjames314  路  4Comments

DieselJC picture DieselJC  路  3Comments

armyinf0703 picture armyinf0703  路  3Comments