VN_ms_fnc_addTeleportAction

From Savage Game Design Wiki
(Redirected from Vn ms fnc addTeleportAction)
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;