GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Frost Mage lua error

camelot10 opened this issue ยท 1 comments

commented

frost mage macro doesnt show becouse spec is string

replace:
Sequences['DB_Frosty'] = { author='Draik', specID='64',

with:
Sequences['DB_Frosty'] = { author='Draik', specID=64,

or make errorproof somewhere in ur code where u check macro and plater spec for equality
playerSpecID == tonumber(MacroSpecVar)

commented

Fixes in 1.0.2 Thanks @camelot10