View Single Post
direinsomniac
Senior Member
 
Join Date: Dec 2013
Posts: 106

Old February 2nd, 2019, 09:15 PM
I've been away from coding HL for a few years, and now some of the normal syntax I would use don't seem to be working like they used to.

I am trying to have a subtype get a Slam attack that scales up or down based on the size of the base creature.

I've tried
Code:
perform hero.child[wSlam].field[wDamage].value += 1
and HL doesn't like the perform tag anymore.
Code:
Syntax error in 'bootstrap #1 condition' tag expression for Thing 'stMyFile' 
-> Invalid tag template specified: 'perform'
I have the wSlam ability bootstrapped with Tags:
Helper = NatPrimary
wMain = 1d6


I'd appreciate a bit of clarification on how the scripting/syntax may have changed.
direinsomniac is offline   #1 Reply With Quote