!include: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | m The bug is fixed. Thanks to EternalHarvest | ||
| Line 10: | Line 10: | ||
| :In the example above, if your config.txt is placed in the folder is "C:\Openkore\control", the files "C:\Openkore\control\account.txt" and "C:\Openkore\control\skills\hunterselfskills.txt" will be included as part of your configuration. | :In the example above, if your config.txt is placed in the folder is "C:\Openkore\control", the files "C:\Openkore\control\account.txt" and "C:\Openkore\control\skills\hunterselfskills.txt" will be included as part of your configuration. | ||
| [[Category:config.txt]] | [[Category:config.txt]] | ||
Revision as of 17:22, 20 November 2009
- !include [<filename>]
- Use this option to include different files as part of config.txt. That makes it easier to reuse configurations.
- Note. You can use a path that is relative to config.txt.
Example: !include account.txt !include skills/hunterselfskills.txt
- In the example above, if your config.txt is placed in the folder is "C:\Openkore\control", the files "C:\Openkore\control\account.txt" and "C:\Openkore\control\skills\hunterselfskills.txt" will be included as part of your configuration.