Vn_ms_fnc_aiSetSkill

From Savage Game Design Wiki
Revision as of 00:13, 5 May 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29, Spoffy |a= |e= |g1= general |d= <pre>Configure unit skills. These are tuned for infantry jungle-fighting, and may not work as...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Wyqer, veteran29, Spoffy
Argument(s): n/a
Effect(s): unknown

Description

Configure unit skills. These are tuned for infantry jungle-fighting, and may not work as well on vehicle crews.

Syntax

Syntax
[_unit] call vn_ms_fnc_aiSetSkill;
Parameters
_unit: Object - (Optional, default objNull) Unit to set skills for.
Return value
Boolean - Skills were set.

Examples

Example 1
[bob] call vn_ms_fnc_aiSetSkill;