Savage Worlds for FGII All the ideas and discussions
4 votes Vote

Activating a combatant via the mini-tracker throws error

Console error : combattracker_active.lua (line 64) when the Marshal clicks on the activation icon, or drags the activation arrow onto a mini-tracker entry

Workaround is to only activate combatants from the main tracker

phantomwhale, 17.12.2011, 10:12
Idea status: completed

Comments

Ikael, 07.06.2012, 02:22
To make a quick patch here is to simply disable the function by editing line combattracker_active.lua -file's lines 63 and 87 with following lines:

Line 63 ::
if not getState() and User.isHost() and window.windowlist.window.windowlist.requestActivation then

Line 87 ::
if draginfo.isType("combattrackeractivation") and window.windowlist.window.windowlist.requestActivation then

this feature will will be in use of main tracker, but in minitracker, it's disable with those lines.
phantomwhale, 07.06.2012, 08:13
Thanks for that. Was hoping to make it work for the next release, but if that's too much work for the time I have, I'll remember to disable the error at least.
Ikael, 19.09.2014, 18:49
IMPLEMENTED in Savage Worlds v4.0

Leave a comment