View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,217

Old November 1st, 2023, 03:12 PM
<assignval field="iCustSpec" value="Those Who Remain"/>

This is the offending line (I think - I suspect this is a compiling version of your code, not the bugged version with a condition added) - iCustSpec is a user field. You may not set those in a bootstrap if your bootstrap has a condition, so you'll need to add a trusted script to set that text on the pick, under the same conditions that let the power be live.

However, that's not really safe - what if your user starts touching that field's text? Making scripts trusted should always be a last resort.

I'd make a special, non-purchasable version of the Bane power that is "Bane (Those Who Remain)", where that text is just a permanent addition, and the power doesn't ask the user to customize it, and add that instead.
Mathias is offline   #10 Reply With Quote