Created
October 27, 2016 14:04
-
-
Save rileydutton/846db7771e1ca67afd9789443622ba1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on("ready", function() { | |
log(getSheetDefaultValue("repeating_spell-cantrip_spellschool")); | |
var firstChar = findObjs({type: "character"})[0]; | |
if(!firstChar) return; | |
log(getAttrByName(firstChar.id, "repeating_spell-cantrip_$0_spellschool")); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment