BIS fnc kbSkip: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *tkoh * * *\| *([0-1]\.[0-9]{2}) * " to "|game1= tkoh |version1= $1 ") |
Lou Montana (talk | contribs) m (Text replacement - " \[\[Category:\{\{Name|[a-z0-9]+\}\}: Functions\|\{\{uc:[a-zA-Z0-9]+\}\}\]\]" to "") |
||
Line 27: | Line 27: | ||
|seealso= [[BIS_fnc_kbTell]], [[Conversations]], [[:Category:Function Group: Conversations|Function Group: Conversations]] | |seealso= [[BIS_fnc_kbTell]], [[Conversations]], [[:Category:Function Group: Conversations|Function Group: Conversations]] | ||
}} | }} | ||
|| | |||
Revision as of 22:59, 16 June 2021
Description
- Description:
- Skip a conversation started with BIS_fnc_kbTell. Currently played sentence will be finished.
- Execution:
- call
- Groups:
- Conversations
Syntax
- Syntax:
- [topicName, mission, wait] call BIS_fnc_kbSkip
- Parameters:
- topicName: String or Object - either topic name or the person currently talking
- mission: String - (Optional, default missionName)
- wait: Boolean or Array or Number
- Return Value:
- Boolean or Number
Examples
- Example 1:
["topic1", "currentMission"] call BIS_fnc_kbSkip;
- Example 2:
[player] call BIS_fnc_kbSkip;
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
||