View Single Post
SheerANONYMOUS
Junior Member
 
Join Date: Dec 2018
Posts: 7

Old October 7th, 2019, 02:09 PM
Quote:
Originally Posted by dungeonguru View Post
Can you share your code or explain how you are adding the breath weapon and visions to the boon?
I'm basically using the breath weapon script and bootstraps for the half-dragons breath weapon verbatim, so I have the script
Quote:
perform hero.pushtags[DamageRes.?]
perform hero.findchild[BaseRace].setfocus
doneif (state.isfocus = 0)

var size as number

size = focus.tagmax[RaceSize.?]

if (size > 10) then
size = 0 - size + 10
endif

field[abValue].value = size
as first phase priority 450, and then the bootstraps for wyvern, young, and adult red dragon breath weapons with "fieldval:abValue = x" as condition tags, x being 1, 2, or 3, respectively. Which honestly could be part of the problem.
SheerANONYMOUS is offline   #5 Reply With Quote