Skip to content

Neverwinter

Chain Two Powers on One Key

The $$ separator runs commands one after another. Each power still respects its own cooldown and animation, so a chain fires the first ability that is actually ready rather than both at once.

Neverwinter · General68 chars
/alias burst "PowerTrayExec 1 4 $$ PowerTrayExec 1 0"
/bind f5 burst

Where to paste this

  1. Press Enter, then type your command starting with a slash.
  2. Bind a key with /bind <key> "<command>" — for example /bind h "+PowerTrayExec 0".
  3. Chain commands with the $$ separator: /bind t "say Pulling!$$+PowerTrayExec 3".
  4. Save your whole keymap with /bind_save_file mykeys.txt and reload it later with /bind_load_file mykeys.txt.
  5. Use /unbind <key> to release a key, or /bind_load_file_silent to reload without chat spam.