View Single Post
Kendall-DM
Spy
 
Join Date: Jan 2011
Location: Van Nuys, California
Posts: 1,220

Old September 14th, 2011, 08:23 AM
Your scripted conditional should delete the Helper.ShowSpec tag for the ability if its condition is not met.

Code:
if (<condition is not met>) then
  var result as number
  result = hero.child[<special ability>].delete[Helper.ShowSpec]
endif
Kendall-DM is offline   #3 Reply With Quote