Configuring Controllers: Difference between revisions

Line 144: Line 144:


==== ! NOT ====
==== ! NOT ====
<pre>`Axis Zr-` & !`Button 5` | `Hat 0 N` & !`Button 5`</pre>
Command will always active unless this input is triggered.
<pre>!`Pad W`</pre>
 
Command will active when Button X is pressed, but it won't be triggered when Pad W is also pressed.
<pre>!`Pad W` & `Button X`</pre>
 
The first two parameters will not work anymore.
<pre>!`Pad W` & `Button X` | !`Pad E` & `Button B`</pre>
 
However this will work alright.
<pre>`Button X` & !`Pad W`| `Button B` & !`Pad E`</pre>


[[Category:Tutorials]]
[[Category:Tutorials]]
6,576

edits