VN_ms_fnc_addTeleportAction

From Savage Game Design Wiki
Revision as of 17:36, 23 February 2021 by Lou Montana (talk | contribs) (Text replacement - "[[vn_" to "[[VN_")
(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): local

Description

Adds action to teleport action caller to his group leader - uses VN_ms_fnc_aoTeleport.

Syntax

Syntax
[gate] call VN_ms_fnc_addTeleportAction
Parameters
gate: Object - teleportation object
Return value
Boolean - function's success

Examples

Example 1
[sogFlag] call VN_ms_fnc_addTeleportAction;
Example 2
[player] call VN_ms_fnc_addTeleportAction;