View Single Post
08/04/19, 08:17 PM   #20
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member
Join Date: May 2019
Posts: 211
Unhappy Still Getting An Error

Originally Posted by Baertram View Post
Oh, there is a typo, it should be Unsuppress instead of UNsuppress.
Corrected version:
SlashCommands v0.2
Sorry to keep bothering you, but I tried /mppoff again tonight and I still got an error with the new version.

Lua Code:
  1. user:/AddOns/SlashCommands/SlashCommands.lua:25: operator .. is not supported for string .. nil
  2. stack traceback:
  3. user:/AddOns/SlashCommands/SlashCommands.lua:25: in function 'toggle_MapPingFromPlayers'
  4. |caaaaaa<Locals> toggleState = false, stateTexts = tbl </Locals>|r
  5. user:/AddOns/SlashCommands/SlashCommands.lua:31: in function 'fn'
  6. EsoUI/Ingame/SlashCommands/SlashCommands_Shared.lua:71: in function 'DoCommand'
  7. |caaaaaa<Locals> text = "/mppoff", command = "/mppoff", arguments = "", fn = user:/AddOns/SlashCommands/SlashCommands.lua:31 </Locals>|r
  8. EsoUI/Ingame/ChatSystem/SharedChatSystem.lua:1814: in function 'SharedChatSystem:SubmitTextEntry'
  9. |caaaaaa<Locals> self = tbl, text = "/mppoff", valid = false, prefix = 47 </Locals>|r
  10. EsoUI/Ingame/ChatSystem/SharedChatSystem.lua:2577: in function 'ZO_ChatTextEntry_Execute'
  11. |caaaaaa<Locals> control = ud </Locals>|r
  12. ZO_ChatWindowTextEntryEditBox_Enter:3: in function '(main chunk)'
  13. |caaaaaa<Locals> self = ud </Locals>|r
  14. (tail call): ?
  15. (tail call): ?

Any idea?
  Reply With Quote