Difference between revisions of "VN ms fnc aiHeliTransportSkip"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (1 revision imported) |
Lou Montana (talk | contribs) (Page filling) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Function | {{Function | ||
|v= 1.00 | |v= 1.00 | ||
− | | | + | |author= Wyqer, veteran29 |
+ | |||
+ | |a= global | ||
− | |e= | + | |e= global |
|g1= general | |g1= general | ||
− | |d= | + | |d= Skip AI insertion travel - uses the group leader's vehicle. The fade to black lasts 1 second, the default black screen duration is 5 seconds and the black in takes 8 seconds. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |s= [] call [[ | + | |s= [group, delay] call [[VN_ms_fnc_aiHeliTransportSkip]] |
− | |p1n= | + | |p1n= group |
− | |p1t= | + | |p1t= group |
− | |p1d= | + | |p1d= group doing the insertion |
|p1v= | |p1v= | ||
− | |p2n= | + | |p2n= delay |
− | |p2t= | + | |p2t= number |
− | |p2d= | + | |p2d= black screen additional duration |
− | |p2v= | + | |p2v= 0 |
− | |r1t= | + | |r1t= boolean |
− | |r1d= | + | |r1d= function's success |
− | |x1= <code> | + | |x1= <code>[group player, 5] call [[VN_ms_fnc_aiHeliTransportSkip]];</code> |
}} | }} |
Latest revision as of 17:21, 22 February 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Skip AI insertion travel - uses the group leader's vehicle. The fade to black lasts 1 second, the default black screen duration is 5 seconds and the black in takes 8 seconds.
Syntax
- Syntax
- [group, delay] call VN_ms_fnc_aiHeliTransportSkip
- Parameters
- group: Group - group doing the insertion
- delay: Number - (Optional, default
0
) black screen additional duration - Return value
- Boolean - function's success
Examples
- Example 1
[group player, 5] call VN_ms_fnc_aiHeliTransportSkip;