Vn_ms_fnc_sfx_radioHint

From Savage Game Design Wiki
Revision as of 22:44, 4 May 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= sfx |d= <pre>Plays given radio hint to given group.</pre> |s= [_mission,_hint,_grp] call vn_ms_fnc_sfx_radioHi...")
(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
Argument(s): n/a
Effect(s): unknown

Description

Plays given radio hint to given group.

Syntax

Syntax
[_mission,_hint,_grp] call vn_ms_fnc_sfx_radioHint;
Parameters
_mission: String - (Optional, default "") Number of the mission
_hint: String - (Optional, default "") Number of the hint
_grp: GROUP or ARRAY - (Optional, default grpNull) The group(s) to which the message should be broadcasted
Return value
Boolean - Function reached the end