Thread: size values
View Single Post
Mjolnirh
Member
 
Join Date: Oct 2016
Posts: 39

Old October 12th, 2018, 11:28 AM
these lines work just fine

perform hero.findchild[BaseRace].tagreplace[RaceSize.?,RaceSize.Medium0]
perform hero.findchild[BaseRace].tagreplace[RaceSize.?,RaceSize.Large1]
perform hero.findchild[BaseRace].tagreplace[RaceSize.?,RaceSize.Huge2]

however

perform hero.findchild[BaseRace].tagreplace[RaceSize.?,RaceSize.Small-1]

does not work. i'm guessing its because it sees the - as an operator

and how would i change the hit points from lets say 35 (any value) to 5

i have tried herofield[tHP].value =5, but that does not seem to work

Last edited by Mjolnirh; October 12th, 2018 at 11:30 AM.
Mjolnirh is offline   #1 Reply With Quote