View Single Post
02/09/18, 09:28 AM   #8
Shadowfen
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 84
Changing to

Code:
<Action name="FASTRIDE_SWITCH">
     <Down>SLASH_COMMANDS["/fastride.key"]()</Down>
</Action>
gets me a new error message:

Code:
2018-02-09T09:24:34.222-06:00 |cff0000Lua Error: :1: = expected near '<eof>'|r
  Reply With Quote