VN_ms_fnc_respawn_addSaveAction

From Savage Game Design Wiki
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): local

Description

Adds action to save the current loadout of the action caller as respawn loadout. Uses VN_ms_fnc_respawn_saveLoadout.

Syntax

Syntax
[savingObject] call VN_ms_fnc_respawn_addSaveAction
Parameters
savingObject: Object - object that will receive the save loadout action
Return value
Boolean - function's success

Examples

Example 1
[sogCrate] call VN_ms_fnc_respawn_addSaveAction;