Thread: Creating Feats
View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old August 2nd, 2009, 10:16 AM
Hero.ProfHeavy is a tag. The tags file is not part of the code that has been revealed to users, although you can usually deduce enough of it to make whatever you're trying to add, or ask here for specific things you need.

assign[] is a target reference in the scripting language.

hero. is a transition in the scripting language.

And, if that part of the script were re-written today, it could be done with only one line:

perform hero.assign[Hero.ProfHeavy]

since the perform function has been added, which replaces the use of throw-away variables.
Mathias is online now   #4 Reply With Quote