--------------------------------------------
Overview
Cobl provides a standard options menu that modders can use to provide easy access to options settings for their mods. The menus is accessed by equipping the "+[Options]" misc. item in the player's inventory. Doing so activates a remote container containing option tokens. Option commands (typically a menu display) are activated simply by selecting an item from the options container.
To add a command to the Options Box:
* Define a command token misc. object and its script.
* Use a quest script or similar to add a copy of the command token to cobOptChestRef.
--------------------------------------------
But how I can define a command token misc. object and its script?
And how can I use a quest script or similar to add a copy of the command token to CobOptChestRef?
I'm new with this matter and, of course, I googled a lot and searched in the CSWiki, but nothing of interest appeared. So would you like to help me?