Difference between revisions of "VN ms fnc addTeleportAction"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Page filling)
m (Text replacement - "[[vn_" to "[[VN_")
 
Line 13: Line 13:
 
|d= Adds action to teleport action caller to his group leader - uses [[VN_ms_fnc_aoTeleport]].
 
|d= Adds action to teleport action caller to his group leader - uses [[VN_ms_fnc_aoTeleport]].
  
|s= [gate] call [[vn_ms_fnc_addTeleportAction]]
+
|s= [gate] call [[VN_ms_fnc_addTeleportAction]]
  
 
|p1n= gate
 
|p1n= gate

Latest revision as of 17:36, 23 February 2021

← 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;