GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Unable to hit enter on some console options

TimothyLuke opened this issue · 5 comments

commented

liviana:
I am unable to hit enter on that either. I can hit enter on /gsse, /gs help, /gs showspec, /gs clearorphans so far. I am not able to hit enter on /gs listall, /gs, /gs class.

I have tried on two characters, disc priest and guardian druid.

commented

I really need a ton more information on people who are getting this problem

commented

Inserting a macro in the lua file without the following lines will reproduce the error where you are unable to hit enter.
specID = 258,
author = "authorname",
helpTxt = "All Talents",

Commenting out any or all of the following lines on any macro in a lua file will recreate the error where you hit enter but the command will still remain in the chat box and the chat box print out will be corrupted.
specID = 258,
author = "authorname",
helpTxt = "All Talents",

Wytmagic

commented

That makes sense. All the quality of life stuff that GS-E brings depends
on those 3 lines. Will see what I can do to fix this.

On Fri, Jul 22, 2016 at 11:12 PM, Wytmagic [email protected] wrote:

Inserting a macro in the lua file without the following lines will
reproduce the error where you are unable to hit enter.
specID = 258,
author = "authorname",
helpTxt = "All Talents",

Commenting out any or all of the following lines on any macro in a lua
file will recreate the error where you hit enter but the command will still
remain in the chat box and the chat box print out will be corrupted.
specID = 258,
author = "authorname",
helpTxt = "All Talents",

Wytmagic


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#13 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAjBFSThNOm4J6oOqcId8ACEqOFPidgDks5qYMi_gaJpZM4JScbG
.

commented

Fixed and solved