So I have a GM who loves to get creative with her magic items. Which is awesome. As a result, I've been delving into the editor to add these things to HL so that they're easier to use and have less to remember. I thought her latest would be pretty straight forward, but I've been blocked.
All it is, really, is an innovation on the icy burst power. Only it's 2d6 instead of 1d6 normally. Oh, and it's 10 charges with each charge a minute per day. So I copied icy burst, named it icy blast, edited the script so the 1d6 would be 2d6 and I'm golden. Only I want it to show up in the tracker. Which is where I died. If anyone could point me in the right direction, I'd be very thankful.
At first, I tried simply enabling the "Show in Tracked Resources List". Not ideal, but it's a start, right? Only it didn't actually show. Next, I tried adding a script. I tweaked the timing to be both before and after the already existing script (Final phase) and I didn't think it'd be that complex. Here's all I thought it needed to be:
Again, no go. I entered values for the charges and sure enough, it has the field "trkMax" with the value 10. And it added the tag "Usage" with the value "DayMinute". But nothing shows on tracker. And yes, I tried adding and removing and readding both the weapon power and the entire weapon and no dice.
Help?
All it is, really, is an innovation on the icy burst power. Only it's 2d6 instead of 1d6 normally. Oh, and it's 10 charges with each charge a minute per day. So I copied icy burst, named it icy blast, edited the script so the 1d6 would be 2d6 and I'm golden. Only I want it to show up in the tracker. Which is where I died. If anyone could point me in the right direction, I'd be very thankful.
At first, I tried simply enabling the "Show in Tracked Resources List". Not ideal, but it's a start, right? Only it didn't actually show. Next, I tried adding a script. I tweaked the timing to be both before and after the already existing script (Final phase) and I didn't think it'd be that complex. Here's all I thought it needed to be:
Code:
if (parent.field[gIsEquip].value <> 0) then
perform assign[User.Tracker]
endif
Again, no go. I entered values for the charges and sure enough, it has the field "trkMax" with the value 10. And it added the tag "Usage" with the value "DayMinute". But nothing shows on tracker. And yes, I tried adding and removing and readding both the weapon power and the entire weapon and no dice.
Help?