BIS fnc genericSentence: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *([^=\| ]+) * \|p1=" to " |s1= $1 |p1=") |
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=]{12})" to "|$1=$2 |descr=$3") |
||
Line 9: | Line 9: | ||
|gr1= Conversations | |gr1= Conversations | ||
| Play generic sentence with probablity set by bis_genericSentenceMode variable (0.5 <nowiki>=</nowiki> 50%, 1 <nowiki>=</nowiki> 100%) | |descr= Play generic sentence with probablity set by bis_genericSentenceMode variable (0.5 <nowiki>=</nowiki> 50%, 1 <nowiki>=</nowiki> 100%) | ||
|s1= [class,(speaker,delay,canRepeat)] call BIS_fnc_genericSentence | |s1= [class,(speaker,delay,canRepeat)] call BIS_fnc_genericSentence |
Revision as of 20:46, 13 June 2021
Description
- Description:
- Play generic sentence with probablity set by bis_genericSentenceMode variable (0.5 = 50%, 1 = 100%)
- Execution:
- call
- Groups:
- Conversations
Syntax
- Syntax:
- [class,(speaker,delay,canRepeat)] call BIS_fnc_genericSentence
- Parameters:
- class: String - sentence name (from class RadioProtocol_EN_H)
- speaker (Optional): Object or Code - sentence speaker (when code, speaker is it is returned value). Default is 2nd crew member.
- delay (Optional): Number - delay from previous generic sentence: When negative, sentence is played always.
- canRepeat (Optional): Boolean - true to allow repeating same sentence
- Return Value:
- Boolean - true if sentence was played
Examples
- Example 1:
["FeedbackFlightNegativeHeightTooHigh"] call bis_fnc_genericSentence;
- Example 2:
["FeedbackFlightNegativeSpeedTooSlow",nil,5,true] call bis_fnc_genericSentence;
Additional Information
- See also:
- Generic Sentences
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