Difference between revisions of "VN ms fnc addTeleportAction"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " |e=" to " |a= |e=") |
Lou Montana (talk | contribs) m (Text replacement - "[[vn_" to "[[VN_") |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Function | {{Function | ||
Line 6: | Line 5: | ||
|author= Wyqer, veteran29 | |author= Wyqer, veteran29 | ||
− | |a= | + | |a= global |
− | |e= | + | |e= local |
|g1= general | |g1= general | ||
− | |d= | + | |d= Adds action to teleport action caller to his group leader - uses [[VN_ms_fnc_aoTeleport]]. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | |s= [gate] call [[VN_ms_fnc_addTeleportAction]] | |
− | + | |p1n= gate | |
− | + | |p1t= object | |
− | |p1n= | + | |p1d= teleportation object |
− | |p1t= | ||
− | |p1d= | ||
|p1v= | |p1v= | ||
Line 40: | Line 25: | ||
|p2v= | |p2v= | ||
− | |r1t= | + | |r1t= boolean |
− | |r1d= | + | |r1d= function's success |
+ | |||
+ | |x1= <code>[sogFlag] call [[VN_ms_fnc_addTeleportAction]];</code> | ||
− | | | + | |x2= <code>[{{Biki|player}}] call [[VN_ms_fnc_addTeleportAction]];</code> |
}} | }} |
Latest revision as of 17:36, 23 February 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
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;