View Single Post
Bob G
Senior Member
 
Join Date: Nov 2017
Location: Trafford, PA, USA
Posts: 226

Old December 5th, 2018, 08:14 PM
Quote:
Originally Posted by ShadowChemosh View Post
In regards to your question abCategory.? tags are pushed directly to the Hero. This means your transition is simply the hero itself.

Code:
hero.tagcount[abCategory.Cold_tech]
Hmm, tried it out but it's not limiting the choices of cold techniques to 2. Also giving me a syntax error of "Unspecified error parsing script on line 3".
Code:
~Limit specializations to two hot techniques.
    if (hero.tagcount[abCategory.Cold_tech]>=2) then
    assign tagis[Helper.SpcDisable]
    endif
So, where's my error?
Bob G is offline   #4 Reply With Quote