VN_ms_fnc_respawn_addGroup

From Savage Game Design Wiki
Revision as of 22:02, 25 February 2021 by Lou Montana (talk | contribs) (Page filling)
(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): global
Effect(s): global

Description

Initializes group respawn on group.

Syntax

Syntax
[respawnGroup, respawningGroup] call VN_ms_fnc_respawn_addGroup
Parameters
respawnGroup: Group - group on which respawn will happen
respawningGroup: Group - (Optional, default grpNull) group to respawn - if not provided, will be respawnGroup
Return value
Array - format [target, id], respawn position output data - see BIS_fnc_addRespawnPosition

Examples

Example 1
[sogGroup] call VN_ms_fnc_respawn_addGroup;