So something like that?Code:<windowclass name="cas_stats" mergerule="merge">
<script>
previous code here
</scripts
<sheetdata>
<string_column name="clichatcommand">
<script>
function onLoseFocus( )
end
</script>
</string_column>
</sheetdata>
</windowclass>
I was looking at the way that the srun4 roll was done and noticed it did things differently for exploding than I had done for the Shadowrun 5e extension. I've been trying to get back to working on it, but time is limited.
I wanted to make an extension that just has the roll code for Shadowrun 5e, and saw another post that said what was needed to be added for a new roll. I figured I'd do it as an extension to remind myself how the heck this is all done.
Btw the srun4 is not rolling the way shadowrun 4e rolls.
sr4 doesn't compound the die rolls when it explodes, and it also doesn't explode on every roll.
I think sr1 and 2 did it that way, not sure about 3.
sr4 doesn't have limits, sr5 does.
sr4 only explodes when you spend edge. The exploding adds dice to the total dice instead of like previous editions that added the exploded rolls to the die it was exploding.

