[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "DisableControl"
Jump to navigation
Jump to search
→Notes
imported>Haama (→Notes: Explain what the script does) |
imported>Soupdragon (→Notes) |
||
Line 14: | Line 14: | ||
==Notes== | ==Notes== | ||
*The keys disabled by DisableControl will continue to work in the Inventory and Container Menus, but not the Controls Menu (not sure about other menus). | *The keys disabled by DisableControl will continue to work in the Inventory and Container Menus, but not the Controls Menu (not sure about other menus). | ||
*This does not seem to be the case with the "Attack" control (LMB). With control 4 disabled I found that left mouse clicks don't work on the inventory, save or saved games menus, either to select or scroll. In fact when my character died with control 4 disabled I couldn't close the game. I'm now re-enabling the control in a MenuMode block. | |||
*When the player switches controls, the new control will need to be disabled. Also, the original key will need to be enabled. Here's an example script to keep the correct Activate key(s) disabled: | *When the player switches controls, the new control will need to be disabled. Also, the original key will need to be enabled. Here's an example script to keep the correct Activate key(s) disabled: | ||
<pre>DisableControl 5 | <pre>DisableControl 5 |