kbAddTopic: Difference between revisions
Jump to navigation
Jump to search
(add. classification) |
m (No longer "future") |
||
Line 2: | Line 2: | ||
[[Category:Scripting Commands ArmA|KBADDTOPIC]] | [[Category:Scripting Commands ArmA|KBADDTOPIC]] | ||
[[Category:Scripting Commands ArmA2|KBADDTOPIC]] | [[Category:Scripting Commands ArmA2|KBADDTOPIC]] | ||
{{Command|= Comments | {{Command|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | arma2 |= Game name | ||
|1.00|= Game version | |1.00|= Game version |
Revision as of 07:14, 30 March 2010
Description
- Description:
- Register conversation topic to given person.
- Groups:
- Uncategorised
Syntax
- Syntax:
- person kbAddTopic [name, filename.bikb, (filename.fsm, (event_handler))]
- Parameters:
- person: Object
- [name, filename.bikb, (filename.fsm, (event_handler))]: Array
- name: String -
- filename.bikb: String - Must exist. bikb file name.
- filename.fsm: String - Optional. Can be empty string. fsm file name
- event_handler: Code or String - Optional. New to Arma2. The event handler receives parameters: _sentenceId: the sentence as defined in the .bikb file _topic: topic name registered via kbAddTopic _this: the person that was talked to (receiver) _from: the person that talked to the receiver and triggered the script
- Return Value:
- Nothing
Examples
- Example 1:
player kbAddtopic["myTest", "myTest.bikb", "myTest.fsm", {call compile preprocessFileLineNumbers "myTest.sqf"}];
Additional Information
- See also:
- kbRemoveTopickbHasTopickbTellFSM
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