Thread: Two lua "errors"
-
December 30th, 2022, 20:51 #1
Two lua "errors"
Developing extensions/ruleset I came accross two errors/bugs/issues whatever you want to call them. They don't seem to impact anyhting, but I just wanted to point them out
npc_skill.lua, line 42, brackets get escaped by backslash which is an invalid escape sequence, only square brackets may be escaped with backslashes
Code:local nStarts, nEnds, sLabel, sSign, sMod = string.find(aClauses[i], "([%w%s\(\)]*[%w\(\)]+)%s*([%+%-�]?)(%d*)");
Code:local nStarts, nEnds, sLabel, sSign, sMod = string.find(aClauses[i], "([%w%s%(%)]*[%w%(%)]+)%s*([%+%-�]?)(%d*)");
Code:return aClassStats;
GitHub
Ruleset: FFd20
Extensions: Advanced Charsheet - Attack Modifiers - Big Portraits - Enhanced Skills - Legacy Items - Spell Action Info - Spell Record Actions - Tooltips
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks